mirror of https://github.com/axmolengine/axmol.git
match the declaration of cocos2dVersion
This commit is contained in:
parent
5c858b182c
commit
87b926c74f
|
@ -60,7 +60,7 @@ static CCDisplayLinkDirector s_sharedDirector;
|
|||
static bool s_bFirstRun = true;
|
||||
|
||||
#define kDefaultFPS 60 // 60 frames per second
|
||||
extern string cocos2dVersion(void);
|
||||
extern const char* cocos2dVersion(void);
|
||||
|
||||
CCDirector* CCDirector::sharedDirector(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue