mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
animated texture
This commit is contained in:
@@ -26,14 +26,13 @@
|
||||
#define TEXTURELOADER_H
|
||||
|
||||
#include <prerequisites.h>
|
||||
|
||||
class Texture;
|
||||
#include <graphics/texture.h>
|
||||
|
||||
class TextureLoader
|
||||
{
|
||||
public:
|
||||
/// Load a png textures using libpng
|
||||
static Texture *loadPNG(uchar *fileData);
|
||||
static TexturePtr loadPNG(uchar *fileData, uint fileSize);
|
||||
};
|
||||
|
||||
#endif // TEXTURELOADER_H
|
||||
|
Reference in New Issue
Block a user