summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kchamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kchamp.h')
-rw-r--r--src/mame/includes/kchamp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/kchamp.h b/src/mame/includes/kchamp.h
index e0e4731913c..c813ae4feee 100644
--- a/src/mame/includes/kchamp.h
+++ b/src/mame/includes/kchamp.h
@@ -52,4 +52,7 @@ public:
UINT32 screen_update_kchamp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(kc_interrupt);
INTERRUPT_GEN_MEMBER(sound_int);
+ void kchamp_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void kchampvs_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ UINT8 *decrypt_code();
};