]> Shamusworld >> Repos - thunder/blobdiff - src/screen.h
Minor changes to sprite rendering subsystem.
[thunder] / src / screen.h
index 832ec8a8a1b87b68897cc5d17616ee0fdf00b599..417c8c2849ae9fbfb1f8859fa4aea278c0326139 100755 (executable)
@@ -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__