Skip to content

Commit 165347d

Browse files
authored
add CCScene ctor
1 parent d2e7e4c commit 165347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/Cocos2d.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ class cocos2d::CCScene : cocos2d::CCNode {
498498
int getHighestChildZ() = imac 0x27efb0, m1 0x2289cc;
499499

500500
// CCScene(cocos2d::CCScene const&);
501-
// CCScene() = ios 0x2508a4;
501+
CCScene() = imac 0x27ed80, m1 0x228780; // ios 0x2508a4;
502502
~CCScene() = imac 0x27ee70, m1 0x22887c;
503503

504504
virtual bool init() = m1 0x228894, imac 0x27eea0, ios 0x2401c0;

0 commit comments

Comments
 (0)