mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
doxyfile
This commit is contained in:
@@ -29,10 +29,11 @@
|
||||
|
||||
class Texture;
|
||||
|
||||
namespace TextureLoader
|
||||
class TextureLoader
|
||||
{
|
||||
public:
|
||||
/// Load a png textures using libpng
|
||||
Texture *loadPNG(uchar *fileData);
|
||||
}
|
||||
static Texture *loadPNG(uchar *fileData);
|
||||
};
|
||||
|
||||
#endif // TEXTURELOADER_H
|
||||
|
Reference in New Issue
Block a user