summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gsword.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gsword.h')
-rw-r--r--src/mame/includes/gsword.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/gsword.h b/src/mame/includes/gsword.h
index 5633645b13b..40d48ff1006 100644
--- a/src/mame/includes/gsword.h
+++ b/src/mame/includes/gsword.h
@@ -47,4 +47,6 @@ public:
DECLARE_PALETTE_INIT(josvolly);
UINT32 screen_update_gsword(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(gsword_snd_interrupt);
+ void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ int gsword_coins_in(void);
};