mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
Add some ScrollingLayer members
This commit is contained in:
parent
b42a86ea57
commit
d181260a9b
1 changed files with 2 additions and 0 deletions
|
@ -5291,6 +5291,8 @@ class RingObject : EffectGameObject {
|
|||
|
||||
class ScrollingLayer : cocos2d::CCLayerColor {
|
||||
static ScrollingLayer* create(cocos2d::CCSize, cocos2d::CCPoint, float) = mac 0x41a900, win 0x2d8e0;
|
||||
cocos2d::CCLayer* m_scrollLayer;
|
||||
cocos2d::CCNode* m_parent;
|
||||
}
|
||||
|
||||
class SelectArtLayer {
|
||||
|
|
Loading…
Reference in a new issue