add feature header file in CCXAppWiz HelloWorldScene.h

This commit is contained in:
yangws 2010-12-11 09:50:46 +08:00
parent 1151cea7dd
commit c4d0a45f3d
2 changed files with 20 additions and 0 deletions

View File

@ -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:

View File

@ -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: