add using namespace cocos2d

This commit is contained in:
HJfod 2022-10-23 14:25:50 +03:00
parent fa9d48a170
commit 092bee1bf4

View file

@ -2,6 +2,9 @@
#ifdef GEODE_IS_MACOS
#include <cocos2d.h>
using namespace cocos2d;
/** Allocates and initializes a new array with specified capacity */
ccArray* ccArrayNew(unsigned int capacity)
{