@@ -1002,7 +1002,7 @@ class cocos2d::CCNode : cocos2d::CCObject {
10021002 void stopAction (cocos2d::CCAction* ) = m1 0x20dd6c , imac 0x261fb0 ;
10031003 void stopActionByTag (int ) = m1 0x20dd74 , imac 0x261fd0 ;
10041004 void stopAllActions () = imac 0x260e30 , m1 0x20cbec ;
1005- void transform ();
1005+ void transform () = m1 0x20d820 , imac 0x261a70 ;
10061006 void transformAncestors ();
10071007 void unschedule (cocos2d::SEL_SCHEDULE) = imac 0x262270 , m1 0x20df6c ;
10081008 void unscheduleAllSelectors () = imac 0x260e50 , m1 0x20cbf8 ;
@@ -1762,9 +1762,9 @@ class cocos2d::CCDirector : cocos2d::CCObject, cocos2d::TypeInfo {
17621762 void pause ();
17631763 void popScene () = imac 0x471430 , m1 0x3e025c ;
17641764 bool popSceneWithTransition (float, cocos2d::PopTransition) = imac 0x4714c0 , m1 0x3e02e8 ;
1765- void popToRootScene ();
1766- void popToSceneInStack (cocos2d::CCScene* );
1767- void popToSceneStackLevel (int );
1765+ void popToRootScene () = imac 0x4715a0 , m1 0x3e03b8 ;
1766+ void popToSceneInStack (cocos2d::CCScene* ) = imac 0x471720 , m1 0x3e0514 ;
1767+ void popToSceneStackLevel (int ) = imac 0x4715b0 , m1 0x3e03c0 ;
17681768 void purgeCachedData ();
17691769 void purgeDirector () = imac 0x471780 ;
17701770 bool pushScene (cocos2d::CCScene* ) = imac 0x471230 , m1 0x3e0034 ;
@@ -1803,11 +1803,10 @@ class cocos2d::CCDirector : cocos2d::CCObject, cocos2d::TypeInfo {
18031803
18041804[[link (win, android)]]
18051805class cocos2d::CCNodeRGBA : cocos2d::CCNode, cocos2d::CCRGBAProtocol {
1806- static cocos2d::CCNodeRGBA* create () = ios inline {
1806+ static cocos2d::CCNodeRGBA* create () = m1 0x20ed04 , imac 0x2630c0 , ios inline {
18071807 auto pRet = new cocos2d::CCNodeRGBA ();
18081808
1809- if (pRet-> init ())
1810- {
1809+ if (pRet-> init ()) {
18111810 pRet-> autorelease ();
18121811 return pRet;
18131812 }
@@ -3388,6 +3387,11 @@ class cocos2d {
33883387 static float clampf (float, float, float);
33893388}
33903389
3390+ [[link (win, android)]]
3391+ void kmGLPushMatrix () = m1 0x1aba8c , imac 0x1f5fa0 ;
3392+ [[link (win, android)]]
3393+ void kmGLPopMatrix () = m1 0x1abad0 , imac 0x1f5fe0 ;
3394+
33913395[[link (win, android)]]
33923396class DS_Dictionary {
33933397 DS_Dictionary () = m1 0x135e9c , imac 0x169200 ;
@@ -3736,3 +3740,16 @@ class cocos2d::CCConfiguration {
37363740 bool supportsPVRTC () const ;
37373741 bool supportsShareableVAO () const ;
37383742}
3743+
3744+ [[link (win, android)]]
3745+ class cocos2d::CCPoolManager {
3746+ / / CCPoolManager ();
3747+ void addObject (cocos2d::CCObject* );
3748+ void finalize ();
3749+ cocos2d::CCAutoreleasePool* getCurReleasePool ();
3750+ void pop () = m1 0x367288 , imac 0x3e4f70 ;
3751+ static void purgePoolManager ();
3752+ void push ();
3753+ void removeObject (cocos2d::CCObject* );
3754+ static cocos2d::CCPoolManager* sharedPoolManager ();
3755+ }
0 commit comments