summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlane.h')
-rw-r--r--src/mame/includes/battlane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/battlane.h b/src/mame/includes/battlane.h
index 898a0bf63de..9f7b71edf16 100644
--- a/src/mame/includes/battlane.h
+++ b/src/mame/includes/battlane.h
@@ -52,4 +52,5 @@ public:
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_fg_bitmap( bitmap_ind16 &bitmap );
void battlane(machine_config &config);
+ void battlane_map(address_map &map);
};