summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/glass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/glass.h')
-rw-r--r--src/mame/includes/glass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/glass.h b/src/mame/includes/glass.h
index 7a35d3a406f..6620735128d 100644
--- a/src/mame/includes/glass.h
+++ b/src/mame/includes/glass.h
@@ -48,4 +48,6 @@ public:
virtual void video_start();
UINT32 screen_update_glass(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(glass_interrupt);
+ void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void glass_ROM16_split_gfx( const char *src_reg, const char *dst_reg, int start, int length, int dest1, int dest2 );
};