update cclayer header for 2.206

This commit is contained in:
Cvolton 2024-06-02 19:00:51 +02:00
parent 0be92c90c7
commit 5e413acfc2
No known key found for this signature in database

View file

@ -380,6 +380,8 @@ public:
static CCLayerGradient* create(const ccColor4B& start, const ccColor4B& end, const CCPoint& v);
virtual bool init();
virtual void updateColor();
/** Initializes the CCLayer with a gradient between start and end.
* @js init
*/
@ -411,9 +413,6 @@ public:
virtual bool isCompressedInterpolation();
static CCLayerGradient* create();
protected:
virtual void updateColor();
};