X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fscreen.h;h=417c8c2849ae9fbfb1f8859fa4aea278c0326139;hb=757714edd1100cfbe4dd5c46e4eff480ee25dd3d;hp=832ec8a8a1b87b68897cc5d17616ee0fdf00b599;hpb=76e6cea7537c06acd6d1201779f210d263f629ae;p=thunder diff --git a/src/screen.h b/src/screen.h old mode 100755 new mode 100644 index 832ec8a..417c8c2 --- a/src/screen.h +++ b/src/screen.h @@ -16,6 +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 #endif // __SCREEN_H__