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

Update image_manager.h

parent d7f2dac0
...@@ -12,12 +12,9 @@ public: ...@@ -12,12 +12,9 @@ public:
std::vector<std::wstring> ImageList[7]; std::vector<std::wstring> ImageList[7];
bool Initial(); bool Initial();
//random image //random image
#ifdef _WIN32
irr::video::ITexture* GetRandomImage(int image_type); irr::video::ITexture* GetRandomImage(int image_type);
void RefreshRandomImageList(); void RefreshRandomImageList();
void RefreshPNGDir(std::wstring path, int image_type); void RefreshImageDir(std::wstring path, int image_type);
void RefreshJPGDir(std::wstring path, int image_type);
#endif
void SetDevice(irr::IrrlichtDevice* dev); void SetDevice(irr::IrrlichtDevice* dev);
void ClearTexture(); void ClearTexture();
void RemoveTexture(int code); 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