mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
ninx was lazy to make a pr
This commit is contained in:
parent
66227141f6
commit
93482eb7c2
1 changed files with 1 additions and 1 deletions
|
@ -4320,7 +4320,7 @@ class MoreOptionsLayer : FLAlertLayer, TextInputDelegate, GooglePlayDelegate {
|
||||||
static MoreOptionsLayer* create() = win 0x1de850;
|
static MoreOptionsLayer* create() = win 0x1de850;
|
||||||
virtual bool init() = mac 0x43f470, win 0x1DE8F0;
|
virtual bool init() = mac 0x43f470, win 0x1DE8F0;
|
||||||
void addToggle(const char* name, const char* key, const char* info) = mac 0x440430, win 0x1df6b0;
|
void addToggle(const char* name, const char* key, const char* info) = mac 0x440430, win 0x1df6b0;
|
||||||
void onKeybindings(cocos2d::CCObject* sender) = win 0x749d0;
|
void onKeybindings(cocos2d::CCObject* sender) = mac 0x4410e0, win 0x749d0;
|
||||||
void onToggle(cocos2d::CCObject* sender) = mac 0x441370;
|
void onToggle(cocos2d::CCObject* sender) = mac 0x441370;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue