summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo_spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo_spr.h')
-rw-r--r--src/mame/video/tecmo_spr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/tecmo_spr.h b/src/mame/video/tecmo_spr.h
index 693e933e565..8af6da82a1d 100644
--- a/src/mame/video/tecmo_spr.h
+++ b/src/mame/video/tecmo_spr.h
@@ -5,4 +5,3 @@ void tecmo16_draw_sprites(running_machine &machine, bitmap_ind16 &bitmap_bg, bit
void gaiden_draw_sprites( running_machine &machine, bitmap_ind16 &bitmap_bg, bitmap_ind16 &bitmap_fg, bitmap_ind16 &bitmap_sp, const rectangle &cliprect, UINT16* spriteram, int sprite_sizey, int spr_offset_y, int flipscreen );
void raiga_draw_sprites( running_machine &machine, bitmap_ind16 &bitmap_bg, bitmap_ind16 &bitmap_fg, bitmap_ind16 &bitmap_sp, const rectangle &cliprect, UINT16* spriteram, int sprite_sizey, int spr_offset_y, int flipscreen );
int spbactn_draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect, int priority, bool alt_sprites, UINT16* spriteram);
-