summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/actfancr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/actfancr.h')
-rw-r--r--src/mame/includes/actfancr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/actfancr.h b/src/mame/includes/actfancr.h
index e09368ff47d..d96c1cd0350 100644
--- a/src/mame/includes/actfancr.h
+++ b/src/mame/includes/actfancr.h
@@ -45,4 +45,6 @@ public:
DECLARE_MACHINE_START(triothep);
DECLARE_MACHINE_RESET(triothep);
uint32_t screen_update_actfancr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void triothep(machine_config &config);
+ void actfancr(machine_config &config);
};