summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gstriker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gstriker.h')
-rw-r--r--src/mame/includes/gstriker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/gstriker.h b/src/mame/includes/gstriker.h
index 459e95313ba..d5807478e9a 100644
--- a/src/mame/includes/gstriker.h
+++ b/src/mame/includes/gstriker.h
@@ -83,6 +83,9 @@ public:
DECLARE_WRITE_LINE_MEMBER(screen_vblank);
void mcu_init();
+ void twc94(machine_config &config);
+ void gstriker(machine_config &config);
+ void vgoal(machine_config &config);
};
#endif