mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
add PauseLayer stuff
This commit is contained in:
parent
5f3c6587b3
commit
8e18c40903
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue