add SetupRotatePopup stuff

This commit is contained in:
Fleeym 2023-10-06 00:38:10 +03:00 committed by GitHub
parent c450962ede
commit a6c04dd715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5414,6 +5414,11 @@ class SetupPulsePopup : FLAlertLayer, cocos2d::extension::ColorPickerDelegate, T
int m_pulseMode; // 0x38c on mac
}
class SetupRotatePopup : FLAlertLayer {
void onClose(cocos2d::CCObject*) = win 0x244150;
virtual void keyBackClicked() = win 0x2441a0;
}
class SetupShakePopup : FLAlertLayer {
static SetupShakePopup* create(EffectGameObject*, cocos2d::CCArray*) = mac 0x3adc00;
}