X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fscreen.h;h=417c8c2849ae9fbfb1f8859fa4aea278c0326139;hb=a82cb4de3c1820fe8a9a8185e55eef94a9f4b079;hp=f616de012d6d1f7a364dda8bc42fabbd043d54e2;hpb=d6a4e86c4d3e3a48254975400715ea985311a346;p=thunder diff --git a/src/screen.h b/src/screen.h index f616de0..417c8c2 100755 --- a/src/screen.h +++ b/src/screen.h @@ -16,7 +16,5 @@ void SnapPCX(SDL_Surface *); // Take a PCX snapshot void BlitChar(SDL_Surface *, uint8 *, uint8 *); // Show NAMCO screen -//void Sprite(uint32, uint16, uint16, uint8, uint16); // Show sprite on the screen -void Sprite(uint32 sprnum, uint16 x, uint16 y, uint8 flip, bool horiz_bl, bool vert_bl); #endif // __SCREEN_H__