mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
add guidelines addresses
This commit is contained in:
parent
7adc6f9a78
commit
1bf2fb921d
1 changed files with 8 additions and 4 deletions
|
@ -858,9 +858,11 @@ class CountTriggerAction : cocos2d::CCNode {
|
||||||
}
|
}
|
||||||
|
|
||||||
class CreateGuidelinesLayer : FLAlertLayer, FLAlertLayerProtocol {
|
class CreateGuidelinesLayer : FLAlertLayer, FLAlertLayerProtocol {
|
||||||
void onStop(cocos2d::CCObject* sender) = win 0x4d2c0;
|
void doClearGuidelines() = win 0x4cf60, mac 0x299690;
|
||||||
|
void onStop(cocos2d::CCObject* sender) = win 0x4d2c0, mac 0x2990f0;
|
||||||
PAD = win 0x24;
|
PAD = win 0x4, mac 0x8;
|
||||||
|
LevelSettingsObject* m_levelSettings;
|
||||||
|
PAD = win 0x1c;
|
||||||
gd::string m_guidelineString;
|
gd::string m_guidelineString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3506,7 +3508,7 @@ class HardStreak : cocos2d::CCDrawNode {
|
||||||
bool m_isSolid;
|
bool m_isSolid;
|
||||||
}
|
}
|
||||||
|
|
||||||
class InfoAlertButton {
|
class InfoAlertButton : CCMenuItemSpriteExtra {
|
||||||
bool init(gd::string const& title, gd::string const& text, float scale) = win 0x14ef50;
|
bool init(gd::string const& title, gd::string const& text, float scale) = win 0x14ef50;
|
||||||
void activate() = win 0x14f050;
|
void activate() = win 0x14f050;
|
||||||
inline InfoAlertButton() {}
|
inline InfoAlertButton() {}
|
||||||
|
@ -4055,6 +4057,8 @@ class LocalLevelManager : GManager {
|
||||||
virtual void encodeDataTo(DS_Dictionary* data) = mac 0x35ed60, win 0x18e040;
|
virtual void encodeDataTo(DS_Dictionary* data) = mac 0x35ed60, win 0x18e040;
|
||||||
virtual void dataLoaded(DS_Dictionary* data) = mac 0x35eda0, win 0x18e070;
|
virtual void dataLoaded(DS_Dictionary* data) = mac 0x35eda0, win 0x18e070;
|
||||||
|
|
||||||
|
cocos2d::CCDictionary* getAllLevelsInDict() = mac 0x35e3d0, win 0x18d7c0;
|
||||||
|
|
||||||
PAD = mac 0x10, win 0x1C;
|
PAD = mac 0x10, win 0x1C;
|
||||||
cocos2d::CCDictionary* m_loadData;
|
cocos2d::CCDictionary* m_loadData;
|
||||||
cocos2d::CCDictionary* m_levelData;
|
cocos2d::CCDictionary* m_levelData;
|
||||||
|
|
Loading…
Reference in a new issue