summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kyugo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kyugo.h')
-rw-r--r--src/mame/includes/kyugo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/kyugo.h b/src/mame/includes/kyugo.h
index b61e13d1648..ce61dd4b5cc 100644
--- a/src/mame/includes/kyugo.h
+++ b/src/mame/includes/kyugo.h
@@ -60,4 +60,5 @@ public:
virtual void video_start();
UINT32 screen_update_kyugo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
+ void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
};