add MenuLayer members

This commit is contained in:
HJfod 2022-10-22 18:36:50 +03:00
parent 9fc5e36c26
commit 85a80ef6b4

View file

@ -3918,7 +3918,7 @@ class MenuGameLayer {
void update(float) = mac 0x28fa70, win 0x18f190;
}
class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol {
class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol, GooglePlayDelegate {
inline MenuLayer() {}
virtual ~MenuLayer() = mac 0x1d1230, win 0x190620;
virtual bool init() = mac 0x1d14b0, win 0x1907b0;
@ -3943,6 +3943,11 @@ class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol {
void onYouTube(cocos2d::CCObject*) = win 0x1919A0;
static cocos2d::CCScene* scene(bool) = mac 0x1d12d0, win 0x190720, ios 0x19e57c;
MenuLayer* node() = win 0x190550;
cocos2d::CCSprite* m_googlePlaySprite;
cocos2d::CCSprite* m_viewProfileInfoText;
cocos2d::CCLabelBMFont* m_playerNameLabel;
CCMenuItemSpriteExtra* m_profileBtn;
}
class MessageListDelegate {}