mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-16 06:55:04 -04:00
add using namespace cocos2d
This commit is contained in:
parent
fa9d48a170
commit
092bee1bf4
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue