summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gladiatr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gladiatr.h')
-rw-r--r--src/mame/includes/gladiatr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/gladiatr.h b/src/mame/includes/gladiatr.h
index f9791954b30..e342856a2d8 100644
--- a/src/mame/includes/gladiatr.h
+++ b/src/mame/includes/gladiatr.h
@@ -66,4 +66,6 @@ public:
DECLARE_VIDEO_START(gladiatr);
UINT32 screen_update_ppking(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_gladiatr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void swap_block(UINT8 *src1,UINT8 *src2,int len);
};