Skip to content

Commit

Permalink
Update CCLightning.h
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Oct 1, 2024
1 parent dd27d06 commit b39342a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b39342a

Please sign in to comment.