mirror of https://github.com/axmolengine/axmol.git
Remove `CC_DLL` in front of `createSpriteFromBase64()` in ccUtils.h to avoid compilation error on windows platform
This commit is contained in:
parent
603d788fbf
commit
b99b3d1112
|
@ -108,7 +108,7 @@ namespace utils
|
|||
|
||||
* @return Returns an instance of sprite
|
||||
*/
|
||||
Sprite* CC_DLL createSpriteFromBase64(const char* base64String);
|
||||
Sprite* createSpriteFromBase64(const char* base64String);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue