Revised TileSheet & TileSheetManager

This commit is contained in:
Kayne Ruse
2013-10-22 19:18:35 +11:00
parent 0b4e6003d6
commit 2ec307510d
4 changed files with 14 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
//these load/set functions need to be followed by bookkeeping code
//w & h are the width & height of individual tiles
//TODO: rename these
SDL_Surface* LoadSurface(std::string fname, Uint16 w, Uint16 h);
SDL_Surface* GetSurface();
void FreeSurface();