issue #2771: Fix CI compile errors.

This commit is contained in:
boyu0 2013-09-09 16:58:55 +08:00
parent cb08f2baf2
commit 6585fd2162
6 changed files with 12 additions and 10 deletions

View File

@ -25,8 +25,8 @@
#ifndef __CCPHYSICS_BODY_H__ #ifndef __CCPHYSICS_BODY_H__
#define __CCPHYSICS_BODY_H__ #define __CCPHYSICS_BODY_H__
#include "CCObject.h" #include "cocoa/CCObject.h"
#include "CCGeometry.h" #include "cocoa/CCGeometry.h"
#include "CCPhysicsSetting.h" #include "CCPhysicsSetting.h"
#include <vector> #include <vector>

View File

@ -25,8 +25,8 @@
#ifndef __CCPHYSICS_CONTACTDELEGATE_H__ #ifndef __CCPHYSICS_CONTACTDELEGATE_H__
#define __CCPHYSICS_CONTACTDELEGATE_H__ #define __CCPHYSICS_CONTACTDELEGATE_H__
#include "CCObject.h" #include "cocoa/CCObject.h"
#include "CCGeometry.h" #include "cocoa/CCGeometry.h"
#include "CCPhysicsSetting.h" #include "CCPhysicsSetting.h"
NS_CC_BEGIN NS_CC_BEGIN

View File

@ -25,8 +25,8 @@
#ifndef __CCPHYSICS_FIXTURE_H__ #ifndef __CCPHYSICS_FIXTURE_H__
#define __CCPHYSICS_FIXTURE_H__ #define __CCPHYSICS_FIXTURE_H__
#include "CCObject.h" #include "cocoa/CCObject.h"
#include "CCGeometry.h" #include "cocoa/CCGeometry.h"
#include "CCPhysicsSetting.h" #include "CCPhysicsSetting.h"
NS_CC_BEGIN NS_CC_BEGIN

View File

@ -25,8 +25,8 @@
#ifndef __CCPHYSICS_JOINT_H__ #ifndef __CCPHYSICS_JOINT_H__
#define __CCPHYSICS_JOINT_H__ #define __CCPHYSICS_JOINT_H__
#include "CCObject.h" #include "cocoa/CCObject.h"
#include "CCGeometry.h" #include "cocoa/CCGeometry.h"
#include "CCPhysicsSetting.h" #include "CCPhysicsSetting.h"
NS_CC_BEGIN NS_CC_BEGIN

View File

@ -25,8 +25,8 @@
#ifndef __CCPHYSICS_WORLD_H__ #ifndef __CCPHYSICS_WORLD_H__
#define __CCPHYSICS_WORLD_H__ #define __CCPHYSICS_WORLD_H__
#include "CCObject.h" #include "cocoa/CCObject.h"
#include "CCGeometry.h" #include "cocoa/CCGeometry.h"
#include "CCPhysicsSetting.h" #include "CCPhysicsSetting.h"

View File

@ -44,6 +44,8 @@ THE SOFTWARE.
#include "cocoa/CCAffineTransform.h" #include "cocoa/CCAffineTransform.h"
#include "support/TransformUtils.h" #include "support/TransformUtils.h"
#include "support/CCProfiling.h" #include "support/CCProfiling.h"
#include "physics/CCPhysicsBody.h"
#include "physics/CCPhysicsWorld.h"
// external // external
#include "kazmath/GL/matrix.h" #include "kazmath/GL/matrix.h"