mirror of https://github.com/axmolengine/axmol.git
issue #2771: edit some include head file path
This commit is contained in:
parent
6e2c4801f8
commit
5741a16620
|
@ -43,7 +43,7 @@ class PhysicsJoint;
|
||||||
class PhysicsBodyInfo;
|
class PhysicsBodyInfo;
|
||||||
|
|
||||||
|
|
||||||
const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT = {0.0f, 1.0f, 1.0f};
|
const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT = {1.0f, 1.0f, 1.0f};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A body affect by physics.
|
* A body affect by physics.
|
||||||
|
|
|
@ -49,9 +49,9 @@
|
||||||
#include "Box2D/CCPhysicsJointInfo.h"
|
#include "Box2D/CCPhysicsJointInfo.h"
|
||||||
#include "chipmunk/CCPhysicsHelper.h"
|
#include "chipmunk/CCPhysicsHelper.h"
|
||||||
|
|
||||||
#include "draw_nodes/CCDrawNode.h"
|
#include "CCDrawNode.h"
|
||||||
#include "cocoa/CCArray.h"
|
#include "CCArray.h"
|
||||||
#include "layers_scenes_transitions_nodes/CCScene.h"
|
#include "CCScene.h"
|
||||||
#include "CCDirector.h"
|
#include "CCDirector.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include "chipmunk.h"
|
#include "chipmunk.h"
|
||||||
#include "CCPlatformMacros.h"
|
#include "CCPlatformMacros.h"
|
||||||
#include "cocoa/CCGeometry.h"
|
#include "CCGeometry.h"
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue