summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gunbustr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gunbustr.h')
-rw-r--r--src/mame/includes/gunbustr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gunbustr.h b/src/mame/includes/gunbustr.h
index d34f741fbc5..77e52b28137 100644
--- a/src/mame/includes/gunbustr.h
+++ b/src/mame/includes/gunbustr.h
@@ -42,4 +42,5 @@ public:
UINT32 screen_update_gunbustr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(gunbustr_interrupt);
TIMER_CALLBACK_MEMBER(gunbustr_interrupt5);
+ void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect,const int *primasks,int x_offs,int y_offs);
};