summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/himesiki.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/himesiki.h')
-rw-r--r--src/mame/includes/himesiki.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/himesiki.h b/src/mame/includes/himesiki.h
index bca67b92f9f..210f07d806c 100644
--- a/src/mame/includes/himesiki.h
+++ b/src/mame/includes/himesiki.h
@@ -53,4 +53,5 @@ public:
virtual void video_start() override;
uint32_t screen_update_himesiki(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void himesiki_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void himesiki(machine_config &config);
};