14 Img():imageload(false){};
18 ~Img(){ilDeleteImages(1, & handle);free(data); data = NULL;};
28 bool LoadImg(ILenum Type, std::string FileName);
35 static ILfloat* LoadImgGetFloat(ILenum Type, std::string FileName,
int &width,
int &height);
55 static std::vector<Img*> images;