summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/clifront.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/clifront.h')
-rw-r--r--src/frontend/mame/clifront.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/clifront.h b/src/frontend/mame/clifront.h
index 15da370ee1f..e05467bc627 100644
--- a/src/frontend/mame/clifront.h
+++ b/src/frontend/mame/clifront.h
@@ -67,6 +67,8 @@ private:
void verifysoftlist(const std::vector<std::string> &args);
// internal helpers
+ template <typename T, typename U> void apply_action(const std::vector<std::string> &args, T &&drvact, U &&devact);
+ template <typename T> void apply_device_action(const std::vector<std::string> &args, T &&action);
void execute_commands(const char *exename);
void display_help(const char *exename);
void output_single_softlist(FILE *out, software_list_device &swlist);