summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ikki.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ikki.h')
-rw-r--r--src/mame/includes/ikki.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/ikki.h b/src/mame/includes/ikki.h
index 18194f3e669..70db6fb6adf 100644
--- a/src/mame/includes/ikki.h
+++ b/src/mame/includes/ikki.h
@@ -50,4 +50,5 @@ public:
uint32_t screen_update_ikki(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(ikki_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void ikki(machine_config &config);
};