]> Shamusworld >> Repos - thunder/blobdiff - src/screen.h
Fixes to makefile, file permissions.
[thunder] / src / screen.h
old mode 100755 (executable)
new mode 100644 (file)
index 832ec8a..417c8c2
@@ -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__