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-09-01 17:06:22 +08:00
|
|
|
#include "ExtensionDeprecated.h"
|
2013-09-20 22:23:13 +08:00
|
|
|
|
|
|
|
#endif /* __COCOS2D_EXT_H__ */
|