add to ext.h

This commit is contained in:
yangxiao 2015-02-13 16:16:30 +08:00
parent 9b117bf87c
commit 0f27e0c31a
1 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,8 @@
#include "assets-manager/Manifest.h" #include "assets-manager/Manifest.h"
#include "ExtensionDeprecated.h" #include "ExtensionDeprecated.h"
// Particle System, include Particle Universe Particle System
#include "Particle3D/CCParticleSystem3D.h"
#include "Particle3D/ParticleUniverse/CCPUParticleSystem3D.h"
#endif /* __COCOS2D_EXT_H__ */ #endif /* __COCOS2D_EXT_H__ */