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