2012-06-16 05:48:36 +08:00
|
|
|
#ifndef _PARTICLESYSTEMTESTLAYER_H_
|
|
|
|
#define _PARTICLESYSTEMTESTLAYER_H_
|
|
|
|
|
|
|
|
#include "cocos2d.h"
|
2012-07-20 14:05:52 +08:00
|
|
|
#include "cocos-ext.h"
|
2012-06-16 05:48:36 +08:00
|
|
|
|
2013-06-20 14:17:10 +08:00
|
|
|
class ParticleSystemTestLayer : public cocos2d::Layer {
|
2012-06-16 05:48:36 +08:00
|
|
|
public:
|
2012-06-20 11:48:31 +08:00
|
|
|
CCB_STATIC_NEW_AUTORELEASE_OBJECT_WITH_INIT_METHOD(ParticleSystemTestLayer, create);
|
2012-06-16 05:48:36 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|