summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/liberate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/liberate.h')
-rw-r--r--src/mame/includes/liberate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/liberate.h b/src/mame/includes/liberate.h
index 0bc79bd778e..56f56bd9903 100644
--- a/src/mame/includes/liberate.h
+++ b/src/mame/includes/liberate.h
@@ -69,4 +69,9 @@ public:
UINT32 screen_update_prosoccr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(deco16_interrupt);
INTERRUPT_GEN_MEMBER(prosport_interrupt);
+ void debug_print(bitmap_ind16 &bitmap);
+ void liberate_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void prosport_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void boomrang_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int pri );
+ void prosoccr_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
};