Add new class (SecretLayer2)

only win offsets because I dont have a mac. `onSubmit` and `updateSearchLabel` from @Jouca, everything else found by me.
This commit is contained in:
Fire 2023-09-18 14:48:06 +00:00 committed by GitHub
parent 07f3acb0f9
commit 100fc66500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4089,6 +4089,15 @@ class LevelSettingsDelegate {
virtual void levelSettingsUpdated() {}
}
class SecretLayer2 : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, DialogDelegate {
static SecretLayer2* create() = win 0x21FD70;
bool init() = win 0x21FE10;
bool onSubmit(cocos2d::CCObject*) = win 0x221ac0;
void updateSearchLabel(const char* text) = win 0x222FC0;
void showCompletedLevel() = win 0x220C10;
}
class SecretLayer4 : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, DialogDelegate {
static SecretLayer4* create() = mac 0x1ed500;
static cocos2d::CCScene* scene() = mac 0x1ed4c0;