Skip to content

Commit

Permalink
new bindings yippee!
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Jul 31, 2023
1 parent 3240539 commit 6fcfbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bindings/Cocos2d.bro
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class cocos2d::CCDictionary {
auto objectForKey(gd::string const&) = mac 0x190870, ios 0x2de988;
auto removeAllObjects() = mac 0x190220;
auto removeObjectForKey(intptr_t) = mac 0x1921d0;
auto removeObjectForKey(gd::string const&) = mac 0x191d40;
auto setObject(cocos2d::CCObject*, intptr_t) = mac 0x191790, ios 0x2df734;
auto setObject(cocos2d::CCObject*, gd::string const&) = mac 0x190dc0, ios 0x2dee7c;
auto valueForKey(intptr_t) = mac 0x190cf0;
Expand Down
2 changes: 1 addition & 1 deletion bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,7 @@ class GJSearchObject : cocos2d::CCNode {
return m_searchType;
}

static GJSearchObject* create(SearchType nID) = win 0xc2b90;
static GJSearchObject* create(SearchType nID) = win 0xc2b90, mac 0x2df120;
static GJSearchObject* create(SearchType nID, gd::string str) = win 0xc2c80, mac 0x2df310;
static GJSearchObject* createFromKey(const char* key) = win 0xC2760;
const char* getKey() = win 0xC30A0;
Expand Down

0 comments on commit 6fcfbe2

Please sign in to comment.