issue #2771: edit some include head file path

This commit is contained in:
boyu0 2013-10-18 17:47:29 +08:00
parent 6e2c4801f8
commit 5741a16620
3 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ class PhysicsJoint;
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.

View File

@ -49,9 +49,9 @@
#include "Box2D/CCPhysicsJointInfo.h"
#include "chipmunk/CCPhysicsHelper.h"
#include "draw_nodes/CCDrawNode.h"
#include "cocoa/CCArray.h"
#include "layers_scenes_transitions_nodes/CCScene.h"
#include "CCDrawNode.h"
#include "CCArray.h"
#include "CCScene.h"
#include "CCDirector.h"
#include <algorithm>

View File

@ -30,7 +30,7 @@
#include "chipmunk.h"
#include "CCPlatformMacros.h"
#include "cocoa/CCGeometry.h"
#include "CCGeometry.h"
NS_CC_BEGIN