summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlex.h')
-rw-r--r--src/mame/includes/battlex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/battlex.h b/src/mame/includes/battlex.h
index 1d7da84b4fb..12ba1b8a94c 100644
--- a/src/mame/includes/battlex.h
+++ b/src/mame/includes/battlex.h
@@ -49,4 +49,6 @@ public:
DECLARE_VIDEO_START(dodgeman);
TILE_GET_INFO_MEMBER(get_dodgeman_bg_tile_info);
+ void dodgeman(machine_config &config);
+ void battlex(machine_config &config);
};