mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 13:23:50 -04:00
revert deletions
This commit is contained in:
parent
541496d0e0
commit
37b97cc729
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,7 @@ class CC_DLL CCPointArray : public CCObject
|
|||
{
|
||||
GEODE_FRIEND_MODIFY
|
||||
public:
|
||||
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCPointArray, CCObject)
|
||||
|
||||
/** creates and initializes a Points array with capacity
|
||||
|
@ -231,6 +232,7 @@ class CC_DLL CCCatmullRomTo : public CCCardinalSplineTo
|
|||
{
|
||||
GEODE_FRIEND_MODIFY
|
||||
public:
|
||||
|
||||
/** creates an action with a Cardinal Spline array of points and tension
|
||||
* @code
|
||||
* when this function bound to js,the input params are changed
|
||||
|
@ -255,6 +257,7 @@ class CC_DLL CCCatmullRomBy : public CCCardinalSplineBy
|
|||
{
|
||||
GEODE_FRIEND_MODIFY
|
||||
public:
|
||||
|
||||
/** creates an action with a Cardinal Spline array of points and tension
|
||||
* @code
|
||||
* when this function bound to js,the input params are changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue