mirror of https://github.com/axmolengine/axmol.git
added CC_DLL to export VolatileTextureMgr
This commit is contained in:
parent
20246d648b
commit
21802abe13
|
@ -269,7 +269,7 @@ protected:
|
|||
FontDefinition _fontDefinition;
|
||||
};
|
||||
|
||||
class VolatileTextureMgr
|
||||
class CC_DLL VolatileTextureMgr
|
||||
{
|
||||
public:
|
||||
static void addImageTexture(Texture2D *tt, const std::string& imageFileName);
|
||||
|
|
Loading…
Reference in New Issue