Skip to content

Commit

Permalink
CCNodeContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored Dec 18, 2024
1 parent e0fda41 commit dcfe55e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -1468,10 +1468,10 @@ class CCMoveCNode : cocos2d::CCObject {
class CCNodeContainer : cocos2d::CCNode {
// virtual ~CCNodeContainer();

static CCNodeContainer* create();
static CCNodeContainer* create() = win 0x242710, m1 0xe4920, imac 0x102b20;

virtual bool init() = imac 0x154510, m1 0x128138, ios 0x20b410;
virtual void visit() = imac 0x154520, m1 0x12813c, ios 0x20b414;
virtual bool init() = win 0x77db0, imac 0x154510, m1 0x128138, ios 0x20b410;
virtual void visit() = win 0x2427e0, imac 0x154520, m1 0x12813c, ios 0x20b414;
}

[[link(android)]]
Expand Down

0 comments on commit dcfe55e

Please sign in to comment.