Implemented a function to save .spr file

This commit is contained in:
Sam
2014-01-20 23:51:15 +01:00
parent 67c2453c82
commit 53803b2218
3 changed files with 57 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ public:
bool loadSpr(std::string file);
void unload();
void saveSpr(std::string fileName);
uint32 getSignature() { return m_signature; }
int getSpritesCount() { return m_spritesCount; }