Commit d727eacf authored by nanahira's avatar nanahira Committed by GitHub

Update image_manager.h

parent d7f2dac0
......@@ -12,12 +12,9 @@ public:
std::vector<std::wstring> ImageList[7];
bool Initial();
//random image
#ifdef _WIN32
irr::video::ITexture* GetRandomImage(int image_type);
void RefreshRandomImageList();
void RefreshPNGDir(std::wstring path, int image_type);
void RefreshJPGDir(std::wstring path, int image_type);
#endif
void RefreshImageDir(std::wstring path, int image_type);
void SetDevice(irr::IrrlichtDevice* dev);
void ClearTexture();
void RemoveTexture(int code);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment