summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladyfrog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladyfrog.h')
-rw-r--r--src/mame/includes/ladyfrog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/ladyfrog.h b/src/mame/includes/ladyfrog.h
index 131af1a941b..92defae4b17 100644
--- a/src/mame/includes/ladyfrog.h
+++ b/src/mame/includes/ladyfrog.h
@@ -60,4 +60,5 @@ public:
DECLARE_VIDEO_START(ladyfrog_common);
UINT32 screen_update_ladyfrog(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(nmi_callback);
+ void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
};