summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bogeyman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bogeyman.h')
-rw-r--r--src/mame/includes/bogeyman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/bogeyman.h b/src/mame/includes/bogeyman.h
index 57edfa08338..7db68e1878f 100644
--- a/src/mame/includes/bogeyman.h
+++ b/src/mame/includes/bogeyman.h
@@ -66,4 +66,5 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
void bogeyman(machine_config &config);
+ void bogeyman_map(address_map &map);
};