add PauseLayer stuff

This commit is contained in:
HJfod 2023-03-12 18:55:44 +02:00
parent 5f3c6587b3
commit 8e18c40903

View file

@ -4152,6 +4152,9 @@ class PauseLayer : CCBlockLayer {
void onRestart(cocos2d::CCObject* sender) = win 0x1e6040;
virtual void keyDown(cocos2d::enumKeyCodes) = mac 0x20cc80, win 0x1E6580;
void musicSliderChanged(cocos2d::CCObject* sender) = win 0x1e5ce0;
void sfxSliderChanged(cocos2d::CCObject* sender) = win 0x1ddfa0;
bool m_unknown;
bool m_unknown2;