mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
symbols
This commit is contained in:
parent
5e3ec38359
commit
f422d92c64
1 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ class ButtonSprite : cocos2d::CCSprite {
|
|||
void updateSpriteBGSize(cocos2d::CCPoint const& offset) = win 0x13c00;
|
||||
void setColor(cocos2d::ccColor3B color) = mac 0x50410, win 0x143e0;
|
||||
|
||||
PAD = win 0x18;
|
||||
PAD = mac 0x18, win 0x18;
|
||||
cocos2d::CCLabelBMFont* m_label;
|
||||
cocos2d::CCSprite* m_subSprite;
|
||||
cocos2d::CCSprite* m_subBGSprite;
|
||||
|
@ -1256,7 +1256,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
|
|||
void onGoToLayer(cocos2d::CCObject* sender) = win 0x886b0;
|
||||
void onGoToBaseLayer(cocos2d::CCObject* sender) = win 0x88790;
|
||||
void editColor(cocos2d::CCObject* sender) = mac 0x19190, win 0x8d3c0;
|
||||
void alignObjects(cocos2d::CCArray* objs, bool alignY) = win 0x8f320;
|
||||
void alignObjects(cocos2d::CCArray* objs, bool alignY) = mac 0x2cea0, win 0x8f320;
|
||||
virtual void scrollWheel(float vertical, float horizontal) = win 0x921d0, mac 0x31370, ios 0x2c4884;
|
||||
|
||||
EditButtonBar* m_buttonBar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue