CCEaseRateAction custom constructor

This commit is contained in:
Jasmine 2025-03-10 18:16:56 -04:00
parent 9a8939fb1d
commit d04fff8adb
2 changed files with 1 additions and 3 deletions
loader/include/Geode/cocos
actions
support/zip_support

View file

@ -86,6 +86,7 @@ class CC_DLL CCEaseRateAction : public CCActionEase
{
GEODE_FRIEND_MODIFY
public:
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCEaseRateAction, CCActionEase);
/**
* @js NA
* @lua NA

View file

@ -21,7 +21,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
****************************************************************************/
#ifndef GEODE_IS_MEMBER_TEST
#ifndef __SUPPORT_ZIPUTILS_H__
#define __SUPPORT_ZIPUTILS_H__
@ -272,5 +271,3 @@ namespace cocos2d
};
} // end of namespace cocos2d
#endif // __SUPPORT_ZIPUTILS_H__
#endif