mirror of https://github.com/axmolengine/axmol.git
add missed CC_DLL for cocos2dVersion function
This commit is contained in:
parent
43a3603a8b
commit
5086758063
|
@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
const char* cocos2dVersion()
|
CC_DLL const char* cocos2dVersion()
|
||||||
{
|
{
|
||||||
return "cocos2d-x 3.2";
|
return "cocos2d-x 3.2";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue