@@ -2674,7 +2674,7 @@ class cocos2d::CCKeyboardDispatcher : cocos2d::CCObject {
26742674 void forceAddDelegate (cocos2d::CCKeyboardDelegate* );
26752675 void forceRemoveDelegate (cocos2d::CCKeyboardDelegate* );
26762676 char const * keyToString (cocos2d::enumKeyCodes) = imac 0x1f1aa0 , m1 0x1a82e0 ;
2677- void removeDelegate (cocos2d::CCKeyboardDelegate* ) = ios 0x239960 , imac 0x1f1600 , m1 0x1a7e48 ;
2677+ void removeDelegate (cocos2d::CCKeyboardDelegate* ) = imac 0x1f1600 , m1 0x1a7e48 ; / / ios 0x239960
26782678 void updateModifierKeys (bool , bool , bool , bool ) = imac 0x1f1a70 , m1 0x1a82c8 ;
26792679}
26802680
@@ -3201,9 +3201,9 @@ class cocos2d::CCArray : cocos2d::CCObject {
32013201 / / static cocos2d::CCArray* createWithCapacity (unsigned int );
32023202 static cocos2d::CCArray* createWithContentsOfFile (char const * );
32033203 static cocos2d::CCArray* createWithContentsOfFileThreadSafe (char const * );
3204- static cocos2d::CCArray* createWithObject (cocos2d::CCObject* ) = ios 0x249270 ;
3204+ / / static cocos2d::CCArray* createWithObject (cocos2d::CCObject* ) = ios 0x249270 ;
32053205
3206- bool init () = imac 0x7094e0 ;
3206+ / / bool init () = imac 0x7094e0 ;
32073207 bool initWithArray (cocos2d::CCArray* );
32083208 / / bool initWithCapacity (unsigned int );
32093209 bool initWithObject (cocos2d::CCObject* );
@@ -3221,11 +3221,11 @@ class cocos2d::CCArray : cocos2d::CCObject {
32213221 void exchangeObject (cocos2d::CCObject* , cocos2d::CCObject* );
32223222 void exchangeObjectAtIndex (unsigned int , unsigned int );
32233223 / / void fastRemoveObject (cocos2d::CCObject* );
3224- void fastRemoveObjectAtIndex (unsigned int ) = imac 0x709f10 , m1 0x629530 ;
3224+ / / void fastRemoveObjectAtIndex (unsigned int ) = imac 0x709f10 , m1 0x629530 ;
32253225 void fastRemoveObjectAtIndexChild (unsigned int );
32263226 void fastRemoveObjectAtIndexNew (unsigned int );
32273227 unsigned int indexOfObject (cocos2d::CCObject* ) const ;
3228- void insertObject (cocos2d::CCObject* , unsigned int ) = ios 0x2494f4 ;
3228+ / / void insertObject (cocos2d::CCObject* , unsigned int ) = ios 0x2494f4 ;
32293229 bool isEqualToArray (cocos2d::CCArray* );
32303230 / / cocos2d::CCObject* lastObject ();
32313231 / / cocos2d::CCObject* objectAtIndex (unsigned int ) = m1 0x6293a0 , imac 0x709d40 ;
@@ -4620,9 +4620,9 @@ class cocos2d::ZipUtils {
46204620 static int ccDeflateMemory (unsigned char* data, unsigned int size, unsigned char** out) = imac 0x1f3290 , m1 0x1a8dd8 , ios 0x23d50c ;
46214621 static int ccInflateCCZFile (char const * , unsigned char** );
46224622 static int ccInflateGZipFile (char const * , unsigned char** );
4623- static int ccInflateMemory (unsigned char* data, unsigned int size, unsigned char** out) = imac 0x1f3660 , m1 0x1a91b0 ;
4624- static int ccInflateMemoryWithHint (unsigned char* , unsigned int , unsigned char** , unsigned int * , unsigned int ) = imac 0x1f45f0 , m1 0x1aa1b8 ;
4625- static int ccInflateMemoryWithHint (unsigned char* , unsigned int , unsigned char** , unsigned int ) = imac 0x1f4720 , m1 0x1aa2e0 ;
4623+ / / static int ccInflateMemory (unsigned char* data, unsigned int size, unsigned char** out) = imac 0x1f3660 , m1 0x1a91b0 ;
4624+ / / static int ccInflateMemoryWithHint (unsigned char* , unsigned int , unsigned char** , unsigned int * , unsigned int ) = imac 0x1f45f0 , m1 0x1aa1b8 ;
4625+ / / static int ccInflateMemoryWithHint (unsigned char* , unsigned int , unsigned char** , unsigned int ) = imac 0x1f4720 , m1 0x1aa2e0 ;
46264626 static void ccSetPvrEncryptionKey (unsigned int , unsigned int , unsigned int , unsigned int );
46274627 static void ccSetPvrEncryptionKeyPart (int , unsigned int );
46284628 static gd::string compressString (gd::string const & data, bool encrypt, int encryptionKey) = imac 0x1f3020 , m1 0x1a8b18 , ios 0x23d2b8 ;
0 commit comments