mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
add secretlayer4 bindings
This commit is contained in:
parent
892851c6f9
commit
83fab2bdeb
1 changed files with 8 additions and 0 deletions
|
@ -3900,6 +3900,14 @@ class LevelSettingsDelegate {
|
|||
virtual void levelSettingsUpdated() {}
|
||||
}
|
||||
|
||||
class SecretLayer4 : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, DialogDelegate {
|
||||
static SecretLayer4* create() = mac 0x1ed500;
|
||||
static cocos2d::CCScene* scene() = mac 0x1ed4c0;
|
||||
|
||||
bool init() = mac 0x1ed640;
|
||||
void showDialog(int message) = mac 0x1effd0;
|
||||
}
|
||||
|
||||
class SelectArtDelegate {
|
||||
virtual void selectArtClosed(SelectArtLayer*) {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue