summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lastduel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lastduel.h')
-rw-r--r--src/mame/includes/lastduel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/lastduel.h b/src/mame/includes/lastduel.h
index 48c6e5753d9..f1570ed0d4f 100644
--- a/src/mame/includes/lastduel.h
+++ b/src/mame/includes/lastduel.h
@@ -62,4 +62,5 @@ public:
UINT32 screen_update_madgear(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(lastduel_timer_cb);
TIMER_DEVICE_CALLBACK_MEMBER(madgear_timer_cb);
+ void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int pri );
};