2013-09-20 22:23:13 +08:00
|
|
|
#ifndef __COCOS2D_EXT_H__
|
|
|
|
#define __COCOS2D_EXT_H__
|
|
|
|
|
|
|
|
#include "ExtensionMacros.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "GUI/CCControlExtension/CCControlExtensions.h"
|
|
|
|
#include "GUI/CCScrollView/CCScrollView.h"
|
|
|
|
#include "GUI/CCScrollView/CCTableView.h"
|
|
|
|
|
|
|
|
// Physics integration
|
2013-10-15 18:00:03 +08:00
|
|
|
#include "physics-nodes/CCPhysicsDebugNode.h"
|
|
|
|
#include "physics-nodes/CCPhysicsSprite.h"
|
2013-09-20 22:23:13 +08:00
|
|
|
|
2013-10-15 18:00:03 +08:00
|
|
|
#include "assets-manager/AssetsManager.h"
|
2014-10-09 18:30:39 +08:00
|
|
|
#include "assets-manager/AssetsManagerEx.h"
|
|
|
|
#include "assets-manager/CCEventAssetsManagerEx.h"
|
|
|
|
#include "assets-manager/CCEventListenerAssetsManagerEx.h"
|
|
|
|
#include "assets-manager/Manifest.h"
|
2015-05-29 04:32:08 +08:00
|
|
|
|
2014-09-01 17:06:22 +08:00
|
|
|
#include "ExtensionDeprecated.h"
|
2013-09-20 22:23:13 +08:00
|
|
|
|
2015-02-13 16:16:30 +08:00
|
|
|
// Particle System, include Particle Universe Particle System
|
2015-12-17 16:53:38 +08:00
|
|
|
#include "Particle3D/CCParticle3DRender.h"
|
2015-02-13 16:16:30 +08:00
|
|
|
#include "Particle3D/CCParticleSystem3D.h"
|
2015-03-05 13:24:06 +08:00
|
|
|
#include "Particle3D/PU/CCPUParticleSystem3D.h"
|
2015-02-13 16:16:30 +08:00
|
|
|
|
2013-09-20 22:23:13 +08:00
|
|
|
#endif /* __COCOS2D_EXT_H__ */
|