mirror of
				https://github.com/edubart/otclient.git
				synced 2025-11-04 04:36:23 +01:00 
			
		
		
		
	Implemented a function to save .spr file
This commit is contained in:
		@@ -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; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user