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