mirror of https://github.com/axmolengine/axmol.git
add feature header file in CCXAppWiz HelloWorldScene.h
This commit is contained in:
parent
1151cea7dd
commit
c4d0a45f3d
|
@ -3,6 +3,16 @@
|
|||
|
||||
#include "cocos2d.h"
|
||||
|
||||
[! if CCX_USE_BOX2D]
|
||||
#include "Box2D.h"
|
||||
[! endif]
|
||||
[! if CCX_USE_CHIPMUNK]
|
||||
#include "chipmunk.h"
|
||||
[! endif]
|
||||
[! if CCX_USE_COCOS_DENSHION_SIMPLE_AUDIO_ENGINE]
|
||||
#include "SimpleAudioEngine.h"
|
||||
[! endif]
|
||||
|
||||
class HelloWorld : public cocos2d::CCLayer
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
#include "cocos2d.h"
|
||||
|
||||
[! if CCX_USE_BOX2D]
|
||||
#include "Box2D.h"
|
||||
[! endif]
|
||||
[! if CCX_USE_CHIPMUNK]
|
||||
#include "chipmunk.h"
|
||||
[! endif]
|
||||
[! if CCX_USE_COCOS_DENSHION_SIMPLE_AUDIO_ENGINE]
|
||||
#include "SimpleAudioEngine.h"
|
||||
[! endif]
|
||||
|
||||
class HelloWorld : public cocos2d::CCLayer
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue