axmol/extensions/cocos-ext.h

29 lines
835 B
C
Raw Normal View History

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
#include "physics-nodes/CCPhysicsDebugNode.h"
#include "physics-nodes/CCPhysicsSprite.h"
2013-09-20 22:23:13 +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/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__ */