mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-25 17:07:58 -05:00
Update CCLightning.h
This commit is contained in:
parent
dd27d06163
commit
b39342a941
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class CCLightning : public CCNode, public CCRGBAProtocol {
|
|||
public:
|
||||
CCLightning();
|
||||
virtual ~CCLightning();
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCLightning, CCNode);
|
||||
GEODE_CUSTOM_CONSTRUCTOR_GD(CCLightning, CCNode);
|
||||
|
||||
static CCLightning* lightningWithStrikePoint(CCPoint strikePoint, CCPoint strikePoint2, float duration);
|
||||
static CCLightning* lightningWithStrikePoint(CCPoint strikePoint);
|
||||
|
|
Loading…
Reference in a new issue