From 0f27e0c31a2cd9154f608f91ff6bc1273741bb05 Mon Sep 17 00:00:00 2001 From: yangxiao Date: Fri, 13 Feb 2015 16:16:30 +0800 Subject: [PATCH] add to ext.h --- extensions/cocos-ext.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/cocos-ext.h b/extensions/cocos-ext.h index 9ff891ed60..f37d81e953 100644 --- a/extensions/cocos-ext.h +++ b/extensions/cocos-ext.h @@ -19,4 +19,8 @@ #include "assets-manager/Manifest.h" #include "ExtensionDeprecated.h" +// Particle System, include Particle Universe Particle System +#include "Particle3D/CCParticleSystem3D.h" +#include "Particle3D/ParticleUniverse/CCPUParticleSystem3D.h" + #endif /* __COCOS2D_EXT_H__ */