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"
|
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
|
|
|
|
#include "Particle3D/CCParticleSystem3D.h"
|
|
|
|
#include "Particle3D/ParticleUniverse/CCPUParticleSystem3D.h"
|
|
|
|
|
2013-09-20 22:23:13 +08:00
|
|
|
#endif /* __COCOS2D_EXT_H__ */
|