mirror of https://github.com/axmolengine/axmol.git
Merge branch 'master' of https://github.com/minggo/cocos2d-x into iss888_linux_eclipse
This commit is contained in:
commit
48aa511116
|
@ -1 +1 @@
|
|||
6bfa837a79e8131bc323421079ad98e240fc9b5b
|
||||
e27fa2cc5ca56a58b1eca3e5e3d64cab63f7ba68
|
|
@ -23,8 +23,6 @@ public:
|
|||
void pauseTarget(CCObject *pTarget);
|
||||
void resumeTarget(CCObject *pTarget);
|
||||
void purgeSharedManager(void);
|
||||
void selectorProtocolRetain(void);
|
||||
void selectorProtocolRelease(void);
|
||||
static CCActionManager* sharedManager(void);
|
||||
|
||||
};
|
||||
|
|
|
@ -14,10 +14,6 @@ public:
|
|||
void callfunc(CCNode* pSender, void* pData);
|
||||
void menuHandler(CCObject* pSender);
|
||||
void eventHandler(CCEvent* pEvent);
|
||||
|
||||
// the child call responding retain/release function
|
||||
void selectorProtocolRetain(void);
|
||||
void selectorProtocolRelease(void);
|
||||
};
|
||||
/*
|
||||
class CCNode;
|
||||
|
|
Loading…
Reference in New Issue