mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
add custom constructors to CCClippingNode and CCAction
This commit is contained in:
parent
f90ca9edd5
commit
cd3c09637b
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
* @js ctor
|
||||
*/
|
||||
CCAction(void);
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCAction, CCObject);
|
||||
/**
|
||||
* @js NA
|
||||
* @lua NA
|
||||
|
|
|
@ -115,6 +115,8 @@ public:
|
|||
bool isInverted() const;
|
||||
void setInverted(bool bInverted);
|
||||
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCClippingNode, CCNode);
|
||||
|
||||
protected:
|
||||
CCClippingNode();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue