mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
rework on resources system
This commit is contained in:
@@ -32,7 +32,7 @@ class TextureLoader
|
||||
{
|
||||
public:
|
||||
/// Load a png textures
|
||||
static TexturePtr loadPNG(uchar *fileData, uint fileSize);
|
||||
static TexturePtr loadPNG(std::stringstream& file);
|
||||
};
|
||||
|
||||
#endif // TEXTURELOADER_H
|
||||
|
Reference in New Issue
Block a user