Systems are working correctly, but needs cleaning

This commit is contained in:
Kayne Ruse
2013-10-04 00:34:57 +10:00
parent 46efbfbe9a
commit a88a1f7cf7
4 changed files with 88 additions and 17 deletions
-1
View File
@@ -37,7 +37,6 @@ public:
//these load/set functions need to be followed by bookkeeping code
//w & h are the width & height of individual tiles
SDL_Surface* LoadSurface(std::string fname, Uint16 w, Uint16 h);
SDL_Surface* SetSurface(SDL_Surface* const, Uint16 w, Uint16 h);
SDL_Surface* GetSurface();
void FreeSurface();