mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
update cclayer header for 2.206
This commit is contained in:
parent
0be92c90c7
commit
5e413acfc2
1 changed files with 2 additions and 3 deletions
|
@ -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();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue