- cleanup image dependencies in QT project

This commit is contained in:
Xawotihs
2010-12-11 22:46:15 +00:00
parent fe75493ffa
commit 01ac3d1a55

View File

@@ -16,7 +16,7 @@
#include <string.h>
#include <stdarg.h>
#ifndef IOS
#if (!defined IOS) && (!defined QT_CONFIG)
#include <gif_lib.h>
#endif //IOS
@@ -572,7 +572,7 @@ private:
bool mVRAM;
};
#ifndef IOS
#if (!defined IOS) && (!defined QT_CONFIG)
void LoadJPG(TextureInfo &textureInfo, const char *filename, int mode = 0, int TextureFormat = TEXTURE_FORMAT);
int LoadPNG(TextureInfo &textureInfo, const char *filename, int mode = 0, int TextureFormat = TEXTURE_FORMAT);
void LoadGIF(TextureInfo &textureInfo, const char *filename, int mode = 0, int TextureFormat = TEXTURE_FORMAT);