This commit is contained in:
Eduardo Bart
2011-04-17 17:09:37 -03:00
parent 9b22a6e0a6
commit f2c187c810
8 changed files with 1773 additions and 42 deletions

View File

@@ -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