|
|
@@ -18,51 +18,52 @@
|
|
|
1E839D002B2BA83FC83A695A /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* fonts */; };
|
|
|
2DC477AC10D6C07B3FE008F6 /* Box2DDebugDraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */; };
|
|
|
3A631A475DE035FC53ADE5EA /* images in Resources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* images */; };
|
|
|
- 92908FDB19C9ECC00088BCA9 /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F7B19C9ECBF0088BCA9 /* b2BroadPhase.cpp */; };
|
|
|
- 92908FDC19C9ECC00088BCA9 /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F7D19C9ECBF0088BCA9 /* b2CollideCircle.cpp */; };
|
|
|
- 92908FDD19C9ECC00088BCA9 /* b2CollideEdge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F7E19C9ECBF0088BCA9 /* b2CollideEdge.cpp */; };
|
|
|
- 92908FDE19C9ECC00088BCA9 /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F7F19C9ECBF0088BCA9 /* b2CollidePolygon.cpp */; };
|
|
|
- 92908FDF19C9ECC00088BCA9 /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8019C9ECC00088BCA9 /* b2Collision.cpp */; };
|
|
|
- 92908FE019C9ECC00088BCA9 /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8219C9ECC00088BCA9 /* b2Distance.cpp */; };
|
|
|
- 92908FE119C9ECC00088BCA9 /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8419C9ECC00088BCA9 /* b2DynamicTree.cpp */; };
|
|
|
- 92908FE219C9ECC00088BCA9 /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8619C9ECC00088BCA9 /* b2TimeOfImpact.cpp */; };
|
|
|
- 92908FE319C9ECC00088BCA9 /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8919C9ECC00088BCA9 /* b2CircleShape.cpp */; };
|
|
|
- 92908FE419C9ECC00088BCA9 /* b2EdgeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8B19C9ECC00088BCA9 /* b2EdgeShape.cpp */; };
|
|
|
- 92908FE519C9ECC00088BCA9 /* b2LoopShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8D19C9ECC00088BCA9 /* b2LoopShape.cpp */; };
|
|
|
- 92908FE619C9ECC00088BCA9 /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F8F19C9ECC00088BCA9 /* b2PolygonShape.cpp */; };
|
|
|
- 92908FE719C9ECC00088BCA9 /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F9319C9ECC00088BCA9 /* b2BlockAllocator.cpp */; };
|
|
|
- 92908FE819C9ECC00088BCA9 /* b2Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F9519C9ECC00088BCA9 /* b2Draw.cpp */; };
|
|
|
- 92908FE919C9ECC00088BCA9 /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F9819C9ECC00088BCA9 /* b2Math.cpp */; };
|
|
|
- 92908FEA19C9ECC00088BCA9 /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F9A19C9ECC00088BCA9 /* b2Settings.cpp */; };
|
|
|
- 92908FEB19C9ECC00088BCA9 /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F9C19C9ECC00088BCA9 /* b2StackAllocator.cpp */; };
|
|
|
- 92908FEC19C9ECC00088BCA9 /* b2Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908F9E19C9ECC00088BCA9 /* b2Timer.cpp */; };
|
|
|
- 92908FED19C9ECC00088BCA9 /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FA119C9ECC00088BCA9 /* b2Body.cpp */; };
|
|
|
- 92908FEE19C9ECC00088BCA9 /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FA319C9ECC00088BCA9 /* b2ContactManager.cpp */; };
|
|
|
- 92908FEF19C9ECC00088BCA9 /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FA519C9ECC00088BCA9 /* b2Fixture.cpp */; };
|
|
|
- 92908FF019C9ECC00088BCA9 /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FA719C9ECC00088BCA9 /* b2Island.cpp */; };
|
|
|
- 92908FF119C9ECC00088BCA9 /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FAA19C9ECC00088BCA9 /* b2World.cpp */; };
|
|
|
- 92908FF219C9ECC00088BCA9 /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FAC19C9ECC00088BCA9 /* b2WorldCallbacks.cpp */; };
|
|
|
- 92908FF319C9ECC00088BCA9 /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FAF19C9ECC00088BCA9 /* b2CircleContact.cpp */; };
|
|
|
- 92908FF419C9ECC00088BCA9 /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FB119C9ECC00088BCA9 /* b2Contact.cpp */; };
|
|
|
- 92908FF519C9ECC00088BCA9 /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FB319C9ECC00088BCA9 /* b2ContactSolver.cpp */; };
|
|
|
- 92908FF619C9ECC00088BCA9 /* b2EdgeAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FB519C9ECC00088BCA9 /* b2EdgeAndCircleContact.cpp */; };
|
|
|
- 92908FF719C9ECC00088BCA9 /* b2EdgeAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FB719C9ECC00088BCA9 /* b2EdgeAndPolygonContact.cpp */; };
|
|
|
- 92908FF819C9ECC00088BCA9 /* b2LoopAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FB919C9ECC00088BCA9 /* b2LoopAndCircleContact.cpp */; };
|
|
|
- 92908FF919C9ECC00088BCA9 /* b2LoopAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FBB19C9ECC00088BCA9 /* b2LoopAndPolygonContact.cpp */; };
|
|
|
- 92908FFA19C9ECC00088BCA9 /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FBD19C9ECC00088BCA9 /* b2PolygonAndCircleContact.cpp */; };
|
|
|
- 92908FFB19C9ECC00088BCA9 /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FBF19C9ECC00088BCA9 /* b2PolygonContact.cpp */; };
|
|
|
- 92908FFC19C9ECC00088BCA9 /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FC219C9ECC00088BCA9 /* b2DistanceJoint.cpp */; };
|
|
|
- 92908FFD19C9ECC00088BCA9 /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FC419C9ECC00088BCA9 /* b2FrictionJoint.cpp */; };
|
|
|
- 92908FFE19C9ECC00088BCA9 /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FC619C9ECC00088BCA9 /* b2GearJoint.cpp */; };
|
|
|
- 92908FFF19C9ECC00088BCA9 /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FC819C9ECC00088BCA9 /* b2Joint.cpp */; };
|
|
|
- 9290900019C9ECC00088BCA9 /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FCA19C9ECC00088BCA9 /* b2MouseJoint.cpp */; };
|
|
|
- 9290900119C9ECC00088BCA9 /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FCC19C9ECC00088BCA9 /* b2PrismaticJoint.cpp */; };
|
|
|
- 9290900219C9ECC00088BCA9 /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FCE19C9ECC00088BCA9 /* b2PulleyJoint.cpp */; };
|
|
|
- 9290900319C9ECC00088BCA9 /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FD019C9ECC00088BCA9 /* b2RevoluteJoint.cpp */; };
|
|
|
- 9290900419C9ECC00088BCA9 /* b2RopeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FD219C9ECC00088BCA9 /* b2RopeJoint.cpp */; };
|
|
|
- 9290900519C9ECC00088BCA9 /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FD419C9ECC00088BCA9 /* b2WeldJoint.cpp */; };
|
|
|
- 9290900619C9ECC00088BCA9 /* b2WheelJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FD619C9ECC00088BCA9 /* b2WheelJoint.cpp */; };
|
|
|
- 9290900719C9ECC00088BCA9 /* b2Rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92908FD919C9ECC00088BCA9 /* b2Rope.cpp */; };
|
|
|
+ 9271CE7A1BAB66780085E667 /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE181BAB66780085E667 /* b2BroadPhase.cpp */; };
|
|
|
+ 9271CE7B1BAB66780085E667 /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1A1BAB66780085E667 /* b2CollideCircle.cpp */; };
|
|
|
+ 9271CE7C1BAB66780085E667 /* b2CollideEdge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1B1BAB66780085E667 /* b2CollideEdge.cpp */; };
|
|
|
+ 9271CE7D1BAB66780085E667 /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1C1BAB66780085E667 /* b2CollidePolygon.cpp */; };
|
|
|
+ 9271CE7E1BAB66780085E667 /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1D1BAB66780085E667 /* b2Collision.cpp */; };
|
|
|
+ 9271CE7F1BAB66780085E667 /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1F1BAB66780085E667 /* b2Distance.cpp */; };
|
|
|
+ 9271CE801BAB66780085E667 /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE211BAB66780085E667 /* b2DynamicTree.cpp */; };
|
|
|
+ 9271CE811BAB66780085E667 /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE231BAB66780085E667 /* b2TimeOfImpact.cpp */; };
|
|
|
+ 9271CE821BAB66780085E667 /* b2ChainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE261BAB66780085E667 /* b2ChainShape.cpp */; };
|
|
|
+ 9271CE831BAB66780085E667 /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE281BAB66780085E667 /* b2CircleShape.cpp */; };
|
|
|
+ 9271CE841BAB66780085E667 /* b2EdgeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE2A1BAB66780085E667 /* b2EdgeShape.cpp */; };
|
|
|
+ 9271CE851BAB66780085E667 /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE2C1BAB66780085E667 /* b2PolygonShape.cpp */; };
|
|
|
+ 9271CE861BAB66780085E667 /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE301BAB66780085E667 /* b2BlockAllocator.cpp */; };
|
|
|
+ 9271CE871BAB66780085E667 /* b2Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE321BAB66780085E667 /* b2Draw.cpp */; };
|
|
|
+ 9271CE881BAB66780085E667 /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE351BAB66780085E667 /* b2Math.cpp */; };
|
|
|
+ 9271CE891BAB66780085E667 /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE371BAB66780085E667 /* b2Settings.cpp */; };
|
|
|
+ 9271CE8A1BAB66780085E667 /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE391BAB66780085E667 /* b2StackAllocator.cpp */; };
|
|
|
+ 9271CE8B1BAB66780085E667 /* b2Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE3B1BAB66780085E667 /* b2Timer.cpp */; };
|
|
|
+ 9271CE8C1BAB66780085E667 /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE3E1BAB66780085E667 /* b2Body.cpp */; };
|
|
|
+ 9271CE8D1BAB66780085E667 /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE401BAB66780085E667 /* b2ContactManager.cpp */; };
|
|
|
+ 9271CE8E1BAB66780085E667 /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE421BAB66780085E667 /* b2Fixture.cpp */; };
|
|
|
+ 9271CE8F1BAB66780085E667 /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE441BAB66780085E667 /* b2Island.cpp */; };
|
|
|
+ 9271CE901BAB66780085E667 /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE471BAB66780085E667 /* b2World.cpp */; };
|
|
|
+ 9271CE911BAB66780085E667 /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE491BAB66780085E667 /* b2WorldCallbacks.cpp */; };
|
|
|
+ 9271CE921BAB66780085E667 /* b2ChainAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE4C1BAB66780085E667 /* b2ChainAndCircleContact.cpp */; };
|
|
|
+ 9271CE931BAB66780085E667 /* b2ChainAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE4E1BAB66780085E667 /* b2ChainAndPolygonContact.cpp */; };
|
|
|
+ 9271CE941BAB66780085E667 /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE501BAB66780085E667 /* b2CircleContact.cpp */; };
|
|
|
+ 9271CE951BAB66780085E667 /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE521BAB66780085E667 /* b2Contact.cpp */; };
|
|
|
+ 9271CE961BAB66780085E667 /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE541BAB66780085E667 /* b2ContactSolver.cpp */; };
|
|
|
+ 9271CE971BAB66780085E667 /* b2EdgeAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE561BAB66780085E667 /* b2EdgeAndCircleContact.cpp */; };
|
|
|
+ 9271CE981BAB66780085E667 /* b2EdgeAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE581BAB66780085E667 /* b2EdgeAndPolygonContact.cpp */; };
|
|
|
+ 9271CE991BAB66780085E667 /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE5A1BAB66780085E667 /* b2PolygonAndCircleContact.cpp */; };
|
|
|
+ 9271CE9A1BAB66780085E667 /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE5C1BAB66780085E667 /* b2PolygonContact.cpp */; };
|
|
|
+ 9271CE9B1BAB66780085E667 /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE5F1BAB66780085E667 /* b2DistanceJoint.cpp */; };
|
|
|
+ 9271CE9C1BAB66780085E667 /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE611BAB66780085E667 /* b2FrictionJoint.cpp */; };
|
|
|
+ 9271CE9D1BAB66780085E667 /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE631BAB66780085E667 /* b2GearJoint.cpp */; };
|
|
|
+ 9271CE9E1BAB66780085E667 /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE651BAB66780085E667 /* b2Joint.cpp */; };
|
|
|
+ 9271CE9F1BAB66780085E667 /* b2MotorJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE671BAB66780085E667 /* b2MotorJoint.cpp */; };
|
|
|
+ 9271CEA01BAB66780085E667 /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE691BAB66780085E667 /* b2MouseJoint.cpp */; };
|
|
|
+ 9271CEA11BAB66780085E667 /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE6B1BAB66780085E667 /* b2PrismaticJoint.cpp */; };
|
|
|
+ 9271CEA21BAB66780085E667 /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE6D1BAB66780085E667 /* b2PulleyJoint.cpp */; };
|
|
|
+ 9271CEA31BAB66780085E667 /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE6F1BAB66780085E667 /* b2RevoluteJoint.cpp */; };
|
|
|
+ 9271CEA41BAB66780085E667 /* b2RopeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE711BAB66780085E667 /* b2RopeJoint.cpp */; };
|
|
|
+ 9271CEA51BAB66780085E667 /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE731BAB66780085E667 /* b2WeldJoint.cpp */; };
|
|
|
+ 9271CEA61BAB66780085E667 /* b2WheelJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE751BAB66780085E667 /* b2WheelJoint.cpp */; };
|
|
|
+ 9271CEA71BAB66780085E667 /* b2Rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE781BAB66780085E667 /* b2Rope.cpp */; };
|
|
|
C8860D93875589970329DCCD /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* example.cpp */; };
|
|
|
CD59C69314E9E74CD0A11E03 /* res.xml in Resources */ = {isa = PBXBuildFile; fileRef = F6123B1E6FE4471A00F49751 /* res.xml */; };
|
|
|
DA49ED8903C628BA578C8670 /* entry_point.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */; };
|
|
|
@@ -143,97 +144,99 @@
|
|
|
4DA100C319512824B7570663 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
|
|
|
5DE458993031811A4C7D28C1 /* Box2DDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2DDebugDraw.h; path = ../src/Box2DDebugDraw.h; sourceTree = "<group>"; };
|
|
|
7F3B12E3C9D554D9FE28101D /* images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
|
|
|
- 92908F7919C9ECBF0088BCA9 /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D.h; sourceTree = "<group>"; };
|
|
|
- 92908F7B19C9ECBF0088BCA9 /* b2BroadPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BroadPhase.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F7C19C9ECBF0088BCA9 /* b2BroadPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BroadPhase.h; sourceTree = "<group>"; };
|
|
|
- 92908F7D19C9ECBF0088BCA9 /* b2CollideCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideCircle.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F7E19C9ECBF0088BCA9 /* b2CollideEdge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideEdge.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F7F19C9ECBF0088BCA9 /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollidePolygon.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8019C9ECC00088BCA9 /* b2Collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Collision.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8119C9ECC00088BCA9 /* b2Collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Collision.h; sourceTree = "<group>"; };
|
|
|
- 92908F8219C9ECC00088BCA9 /* b2Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Distance.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8319C9ECC00088BCA9 /* b2Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Distance.h; sourceTree = "<group>"; };
|
|
|
- 92908F8419C9ECC00088BCA9 /* b2DynamicTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DynamicTree.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8519C9ECC00088BCA9 /* b2DynamicTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DynamicTree.h; sourceTree = "<group>"; };
|
|
|
- 92908F8619C9ECC00088BCA9 /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2TimeOfImpact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8719C9ECC00088BCA9 /* b2TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeOfImpact.h; sourceTree = "<group>"; };
|
|
|
- 92908F8919C9ECC00088BCA9 /* b2CircleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleShape.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8A19C9ECC00088BCA9 /* b2CircleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleShape.h; sourceTree = "<group>"; };
|
|
|
- 92908F8B19C9ECC00088BCA9 /* b2EdgeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeShape.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8C19C9ECC00088BCA9 /* b2EdgeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeShape.h; sourceTree = "<group>"; };
|
|
|
- 92908F8D19C9ECC00088BCA9 /* b2LoopShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2LoopShape.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F8E19C9ECC00088BCA9 /* b2LoopShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2LoopShape.h; sourceTree = "<group>"; };
|
|
|
- 92908F8F19C9ECC00088BCA9 /* b2PolygonShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonShape.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9019C9ECC00088BCA9 /* b2PolygonShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonShape.h; sourceTree = "<group>"; };
|
|
|
- 92908F9119C9ECC00088BCA9 /* b2Shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Shape.h; sourceTree = "<group>"; };
|
|
|
- 92908F9319C9ECC00088BCA9 /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BlockAllocator.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9419C9ECC00088BCA9 /* b2BlockAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BlockAllocator.h; sourceTree = "<group>"; };
|
|
|
- 92908F9519C9ECC00088BCA9 /* b2Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Draw.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9619C9ECC00088BCA9 /* b2Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Draw.h; sourceTree = "<group>"; };
|
|
|
- 92908F9719C9ECC00088BCA9 /* b2GrowableStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GrowableStack.h; sourceTree = "<group>"; };
|
|
|
- 92908F9819C9ECC00088BCA9 /* b2Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Math.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9919C9ECC00088BCA9 /* b2Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Math.h; sourceTree = "<group>"; };
|
|
|
- 92908F9A19C9ECC00088BCA9 /* b2Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Settings.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9B19C9ECC00088BCA9 /* b2Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Settings.h; sourceTree = "<group>"; };
|
|
|
- 92908F9C19C9ECC00088BCA9 /* b2StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2StackAllocator.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9D19C9ECC00088BCA9 /* b2StackAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2StackAllocator.h; sourceTree = "<group>"; };
|
|
|
- 92908F9E19C9ECC00088BCA9 /* b2Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Timer.cpp; sourceTree = "<group>"; };
|
|
|
- 92908F9F19C9ECC00088BCA9 /* b2Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Timer.h; sourceTree = "<group>"; };
|
|
|
- 92908FA119C9ECC00088BCA9 /* b2Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Body.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FA219C9ECC00088BCA9 /* b2Body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Body.h; sourceTree = "<group>"; };
|
|
|
- 92908FA319C9ECC00088BCA9 /* b2ContactManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactManager.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FA419C9ECC00088BCA9 /* b2ContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactManager.h; sourceTree = "<group>"; };
|
|
|
- 92908FA519C9ECC00088BCA9 /* b2Fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Fixture.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FA619C9ECC00088BCA9 /* b2Fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Fixture.h; sourceTree = "<group>"; };
|
|
|
- 92908FA719C9ECC00088BCA9 /* b2Island.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Island.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FA819C9ECC00088BCA9 /* b2Island.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Island.h; sourceTree = "<group>"; };
|
|
|
- 92908FA919C9ECC00088BCA9 /* b2TimeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeStep.h; sourceTree = "<group>"; };
|
|
|
- 92908FAA19C9ECC00088BCA9 /* b2World.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2World.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FAB19C9ECC00088BCA9 /* b2World.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2World.h; sourceTree = "<group>"; };
|
|
|
- 92908FAC19C9ECC00088BCA9 /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WorldCallbacks.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FAD19C9ECC00088BCA9 /* b2WorldCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WorldCallbacks.h; sourceTree = "<group>"; };
|
|
|
- 92908FAF19C9ECC00088BCA9 /* b2CircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FB019C9ECC00088BCA9 /* b2CircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FB119C9ECC00088BCA9 /* b2Contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Contact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FB219C9ECC00088BCA9 /* b2Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Contact.h; sourceTree = "<group>"; };
|
|
|
- 92908FB319C9ECC00088BCA9 /* b2ContactSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactSolver.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FB419C9ECC00088BCA9 /* b2ContactSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactSolver.h; sourceTree = "<group>"; };
|
|
|
- 92908FB519C9ECC00088BCA9 /* b2EdgeAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FB619C9ECC00088BCA9 /* b2EdgeAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndCircleContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FB719C9ECC00088BCA9 /* b2EdgeAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndPolygonContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FB819C9ECC00088BCA9 /* b2EdgeAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndPolygonContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FB919C9ECC00088BCA9 /* b2LoopAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2LoopAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FBA19C9ECC00088BCA9 /* b2LoopAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2LoopAndCircleContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FBB19C9ECC00088BCA9 /* b2LoopAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2LoopAndPolygonContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FBC19C9ECC00088BCA9 /* b2LoopAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2LoopAndPolygonContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FBD19C9ECC00088BCA9 /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FBE19C9ECC00088BCA9 /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FBF19C9ECC00088BCA9 /* b2PolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonContact.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FC019C9ECC00088BCA9 /* b2PolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonContact.h; sourceTree = "<group>"; };
|
|
|
- 92908FC219C9ECC00088BCA9 /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DistanceJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FC319C9ECC00088BCA9 /* b2DistanceJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DistanceJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FC419C9ECC00088BCA9 /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2FrictionJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FC519C9ECC00088BCA9 /* b2FrictionJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2FrictionJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FC619C9ECC00088BCA9 /* b2GearJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2GearJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FC719C9ECC00088BCA9 /* b2GearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GearJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FC819C9ECC00088BCA9 /* b2Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Joint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FC919C9ECC00088BCA9 /* b2Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Joint.h; sourceTree = "<group>"; };
|
|
|
- 92908FCA19C9ECC00088BCA9 /* b2MouseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MouseJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FCB19C9ECC00088BCA9 /* b2MouseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MouseJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FCC19C9ECC00088BCA9 /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PrismaticJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FCD19C9ECC00088BCA9 /* b2PrismaticJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PrismaticJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FCE19C9ECC00088BCA9 /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PulleyJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FCF19C9ECC00088BCA9 /* b2PulleyJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PulleyJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FD019C9ECC00088BCA9 /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RevoluteJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FD119C9ECC00088BCA9 /* b2RevoluteJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RevoluteJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FD219C9ECC00088BCA9 /* b2RopeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RopeJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FD319C9ECC00088BCA9 /* b2RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RopeJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FD419C9ECC00088BCA9 /* b2WeldJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WeldJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FD519C9ECC00088BCA9 /* b2WeldJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WeldJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FD619C9ECC00088BCA9 /* b2WheelJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WheelJoint.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FD719C9ECC00088BCA9 /* b2WheelJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WheelJoint.h; sourceTree = "<group>"; };
|
|
|
- 92908FD919C9ECC00088BCA9 /* b2Rope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Rope.cpp; sourceTree = "<group>"; };
|
|
|
- 92908FDA19C9ECC00088BCA9 /* b2Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Rope.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE161BAB66780085E667 /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE181BAB66780085E667 /* b2BroadPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BroadPhase.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE191BAB66780085E667 /* b2BroadPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BroadPhase.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE1A1BAB66780085E667 /* b2CollideCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideCircle.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE1B1BAB66780085E667 /* b2CollideEdge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideEdge.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE1C1BAB66780085E667 /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollidePolygon.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE1D1BAB66780085E667 /* b2Collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Collision.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE1E1BAB66780085E667 /* b2Collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Collision.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE1F1BAB66780085E667 /* b2Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Distance.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE201BAB66780085E667 /* b2Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Distance.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE211BAB66780085E667 /* b2DynamicTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DynamicTree.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE221BAB66780085E667 /* b2DynamicTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DynamicTree.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE231BAB66780085E667 /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2TimeOfImpact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE241BAB66780085E667 /* b2TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeOfImpact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE261BAB66780085E667 /* b2ChainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainShape.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE271BAB66780085E667 /* b2ChainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainShape.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE281BAB66780085E667 /* b2CircleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleShape.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE291BAB66780085E667 /* b2CircleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleShape.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE2A1BAB66780085E667 /* b2EdgeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeShape.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE2B1BAB66780085E667 /* b2EdgeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeShape.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE2C1BAB66780085E667 /* b2PolygonShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonShape.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE2D1BAB66780085E667 /* b2PolygonShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonShape.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE2E1BAB66780085E667 /* b2Shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Shape.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE301BAB66780085E667 /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BlockAllocator.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE311BAB66780085E667 /* b2BlockAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BlockAllocator.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE321BAB66780085E667 /* b2Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Draw.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE331BAB66780085E667 /* b2Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Draw.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE341BAB66780085E667 /* b2GrowableStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GrowableStack.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE351BAB66780085E667 /* b2Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Math.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE361BAB66780085E667 /* b2Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Math.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE371BAB66780085E667 /* b2Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Settings.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE381BAB66780085E667 /* b2Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Settings.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE391BAB66780085E667 /* b2StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2StackAllocator.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE3A1BAB66780085E667 /* b2StackAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2StackAllocator.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE3B1BAB66780085E667 /* b2Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Timer.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE3C1BAB66780085E667 /* b2Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Timer.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE3E1BAB66780085E667 /* b2Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Body.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE3F1BAB66780085E667 /* b2Body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Body.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE401BAB66780085E667 /* b2ContactManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactManager.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE411BAB66780085E667 /* b2ContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactManager.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE421BAB66780085E667 /* b2Fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Fixture.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE431BAB66780085E667 /* b2Fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Fixture.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE441BAB66780085E667 /* b2Island.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Island.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE451BAB66780085E667 /* b2Island.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Island.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE461BAB66780085E667 /* b2TimeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeStep.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE471BAB66780085E667 /* b2World.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2World.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE481BAB66780085E667 /* b2World.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2World.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE491BAB66780085E667 /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WorldCallbacks.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE4A1BAB66780085E667 /* b2WorldCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WorldCallbacks.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE4C1BAB66780085E667 /* b2ChainAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE4D1BAB66780085E667 /* b2ChainAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndCircleContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE4E1BAB66780085E667 /* b2ChainAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndPolygonContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE4F1BAB66780085E667 /* b2ChainAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndPolygonContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE501BAB66780085E667 /* b2CircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE511BAB66780085E667 /* b2CircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE521BAB66780085E667 /* b2Contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Contact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE531BAB66780085E667 /* b2Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Contact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE541BAB66780085E667 /* b2ContactSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactSolver.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE551BAB66780085E667 /* b2ContactSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactSolver.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE561BAB66780085E667 /* b2EdgeAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE571BAB66780085E667 /* b2EdgeAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndCircleContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE581BAB66780085E667 /* b2EdgeAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndPolygonContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE591BAB66780085E667 /* b2EdgeAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndPolygonContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE5A1BAB66780085E667 /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE5B1BAB66780085E667 /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE5C1BAB66780085E667 /* b2PolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonContact.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE5D1BAB66780085E667 /* b2PolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonContact.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE5F1BAB66780085E667 /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DistanceJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE601BAB66780085E667 /* b2DistanceJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DistanceJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE611BAB66780085E667 /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2FrictionJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE621BAB66780085E667 /* b2FrictionJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2FrictionJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE631BAB66780085E667 /* b2GearJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2GearJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE641BAB66780085E667 /* b2GearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GearJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE651BAB66780085E667 /* b2Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Joint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE661BAB66780085E667 /* b2Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Joint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE671BAB66780085E667 /* b2MotorJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MotorJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE681BAB66780085E667 /* b2MotorJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MotorJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE691BAB66780085E667 /* b2MouseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MouseJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE6A1BAB66780085E667 /* b2MouseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MouseJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE6B1BAB66780085E667 /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PrismaticJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE6C1BAB66780085E667 /* b2PrismaticJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PrismaticJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE6D1BAB66780085E667 /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PulleyJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE6E1BAB66780085E667 /* b2PulleyJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PulleyJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE6F1BAB66780085E667 /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RevoluteJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE701BAB66780085E667 /* b2RevoluteJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RevoluteJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE711BAB66780085E667 /* b2RopeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RopeJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE721BAB66780085E667 /* b2RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RopeJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE731BAB66780085E667 /* b2WeldJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WeldJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE741BAB66780085E667 /* b2WeldJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WeldJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE751BAB66780085E667 /* b2WheelJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WheelJoint.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE761BAB66780085E667 /* b2WheelJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WheelJoint.h; sourceTree = "<group>"; };
|
|
|
+ 9271CE781BAB66780085E667 /* b2Rope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Rope.cpp; sourceTree = "<group>"; };
|
|
|
+ 9271CE791BAB66780085E667 /* b2Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Rope.h; sourceTree = "<group>"; };
|
|
|
BA41FC88D76540A6905224D6 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
|
|
|
F6123B1E6FE4471A00F49751 /* res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
@@ -346,169 +349,171 @@
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908F7419C9ECAC0088BCA9 /* box2d */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 92908F7819C9ECBF0088BCA9 /* Box2D */,
|
|
|
- );
|
|
|
- name = box2d;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
- 92908F7819C9ECBF0088BCA9 /* Box2D */ = {
|
|
|
+ 9271CE151BAB66780085E667 /* Box2D */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908F7919C9ECBF0088BCA9 /* Box2D.h */,
|
|
|
- 92908F7A19C9ECBF0088BCA9 /* Collision */,
|
|
|
- 92908F9219C9ECC00088BCA9 /* Common */,
|
|
|
- 92908FA019C9ECC00088BCA9 /* Dynamics */,
|
|
|
- 92908FD819C9ECC00088BCA9 /* Rope */,
|
|
|
+ 9271CE161BAB66780085E667 /* Box2D.h */,
|
|
|
+ 9271CE171BAB66780085E667 /* Collision */,
|
|
|
+ 9271CE2F1BAB66780085E667 /* Common */,
|
|
|
+ 9271CE3D1BAB66780085E667 /* Dynamics */,
|
|
|
+ 9271CE771BAB66780085E667 /* Rope */,
|
|
|
);
|
|
|
name = Box2D;
|
|
|
path = ../box2d/Box2D;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908F7A19C9ECBF0088BCA9 /* Collision */ = {
|
|
|
+ 9271CE171BAB66780085E667 /* Collision */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908F7B19C9ECBF0088BCA9 /* b2BroadPhase.cpp */,
|
|
|
- 92908F7C19C9ECBF0088BCA9 /* b2BroadPhase.h */,
|
|
|
- 92908F7D19C9ECBF0088BCA9 /* b2CollideCircle.cpp */,
|
|
|
- 92908F7E19C9ECBF0088BCA9 /* b2CollideEdge.cpp */,
|
|
|
- 92908F7F19C9ECBF0088BCA9 /* b2CollidePolygon.cpp */,
|
|
|
- 92908F8019C9ECC00088BCA9 /* b2Collision.cpp */,
|
|
|
- 92908F8119C9ECC00088BCA9 /* b2Collision.h */,
|
|
|
- 92908F8219C9ECC00088BCA9 /* b2Distance.cpp */,
|
|
|
- 92908F8319C9ECC00088BCA9 /* b2Distance.h */,
|
|
|
- 92908F8419C9ECC00088BCA9 /* b2DynamicTree.cpp */,
|
|
|
- 92908F8519C9ECC00088BCA9 /* b2DynamicTree.h */,
|
|
|
- 92908F8619C9ECC00088BCA9 /* b2TimeOfImpact.cpp */,
|
|
|
- 92908F8719C9ECC00088BCA9 /* b2TimeOfImpact.h */,
|
|
|
- 92908F8819C9ECC00088BCA9 /* Shapes */,
|
|
|
+ 9271CE181BAB66780085E667 /* b2BroadPhase.cpp */,
|
|
|
+ 9271CE191BAB66780085E667 /* b2BroadPhase.h */,
|
|
|
+ 9271CE1A1BAB66780085E667 /* b2CollideCircle.cpp */,
|
|
|
+ 9271CE1B1BAB66780085E667 /* b2CollideEdge.cpp */,
|
|
|
+ 9271CE1C1BAB66780085E667 /* b2CollidePolygon.cpp */,
|
|
|
+ 9271CE1D1BAB66780085E667 /* b2Collision.cpp */,
|
|
|
+ 9271CE1E1BAB66780085E667 /* b2Collision.h */,
|
|
|
+ 9271CE1F1BAB66780085E667 /* b2Distance.cpp */,
|
|
|
+ 9271CE201BAB66780085E667 /* b2Distance.h */,
|
|
|
+ 9271CE211BAB66780085E667 /* b2DynamicTree.cpp */,
|
|
|
+ 9271CE221BAB66780085E667 /* b2DynamicTree.h */,
|
|
|
+ 9271CE231BAB66780085E667 /* b2TimeOfImpact.cpp */,
|
|
|
+ 9271CE241BAB66780085E667 /* b2TimeOfImpact.h */,
|
|
|
+ 9271CE251BAB66780085E667 /* Shapes */,
|
|
|
);
|
|
|
path = Collision;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908F8819C9ECC00088BCA9 /* Shapes */ = {
|
|
|
+ 9271CE251BAB66780085E667 /* Shapes */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908F8919C9ECC00088BCA9 /* b2CircleShape.cpp */,
|
|
|
- 92908F8A19C9ECC00088BCA9 /* b2CircleShape.h */,
|
|
|
- 92908F8B19C9ECC00088BCA9 /* b2EdgeShape.cpp */,
|
|
|
- 92908F8C19C9ECC00088BCA9 /* b2EdgeShape.h */,
|
|
|
- 92908F8D19C9ECC00088BCA9 /* b2LoopShape.cpp */,
|
|
|
- 92908F8E19C9ECC00088BCA9 /* b2LoopShape.h */,
|
|
|
- 92908F8F19C9ECC00088BCA9 /* b2PolygonShape.cpp */,
|
|
|
- 92908F9019C9ECC00088BCA9 /* b2PolygonShape.h */,
|
|
|
- 92908F9119C9ECC00088BCA9 /* b2Shape.h */,
|
|
|
+ 9271CE261BAB66780085E667 /* b2ChainShape.cpp */,
|
|
|
+ 9271CE271BAB66780085E667 /* b2ChainShape.h */,
|
|
|
+ 9271CE281BAB66780085E667 /* b2CircleShape.cpp */,
|
|
|
+ 9271CE291BAB66780085E667 /* b2CircleShape.h */,
|
|
|
+ 9271CE2A1BAB66780085E667 /* b2EdgeShape.cpp */,
|
|
|
+ 9271CE2B1BAB66780085E667 /* b2EdgeShape.h */,
|
|
|
+ 9271CE2C1BAB66780085E667 /* b2PolygonShape.cpp */,
|
|
|
+ 9271CE2D1BAB66780085E667 /* b2PolygonShape.h */,
|
|
|
+ 9271CE2E1BAB66780085E667 /* b2Shape.h */,
|
|
|
);
|
|
|
path = Shapes;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908F9219C9ECC00088BCA9 /* Common */ = {
|
|
|
+ 9271CE2F1BAB66780085E667 /* Common */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908F9319C9ECC00088BCA9 /* b2BlockAllocator.cpp */,
|
|
|
- 92908F9419C9ECC00088BCA9 /* b2BlockAllocator.h */,
|
|
|
- 92908F9519C9ECC00088BCA9 /* b2Draw.cpp */,
|
|
|
- 92908F9619C9ECC00088BCA9 /* b2Draw.h */,
|
|
|
- 92908F9719C9ECC00088BCA9 /* b2GrowableStack.h */,
|
|
|
- 92908F9819C9ECC00088BCA9 /* b2Math.cpp */,
|
|
|
- 92908F9919C9ECC00088BCA9 /* b2Math.h */,
|
|
|
- 92908F9A19C9ECC00088BCA9 /* b2Settings.cpp */,
|
|
|
- 92908F9B19C9ECC00088BCA9 /* b2Settings.h */,
|
|
|
- 92908F9C19C9ECC00088BCA9 /* b2StackAllocator.cpp */,
|
|
|
- 92908F9D19C9ECC00088BCA9 /* b2StackAllocator.h */,
|
|
|
- 92908F9E19C9ECC00088BCA9 /* b2Timer.cpp */,
|
|
|
- 92908F9F19C9ECC00088BCA9 /* b2Timer.h */,
|
|
|
+ 9271CE301BAB66780085E667 /* b2BlockAllocator.cpp */,
|
|
|
+ 9271CE311BAB66780085E667 /* b2BlockAllocator.h */,
|
|
|
+ 9271CE321BAB66780085E667 /* b2Draw.cpp */,
|
|
|
+ 9271CE331BAB66780085E667 /* b2Draw.h */,
|
|
|
+ 9271CE341BAB66780085E667 /* b2GrowableStack.h */,
|
|
|
+ 9271CE351BAB66780085E667 /* b2Math.cpp */,
|
|
|
+ 9271CE361BAB66780085E667 /* b2Math.h */,
|
|
|
+ 9271CE371BAB66780085E667 /* b2Settings.cpp */,
|
|
|
+ 9271CE381BAB66780085E667 /* b2Settings.h */,
|
|
|
+ 9271CE391BAB66780085E667 /* b2StackAllocator.cpp */,
|
|
|
+ 9271CE3A1BAB66780085E667 /* b2StackAllocator.h */,
|
|
|
+ 9271CE3B1BAB66780085E667 /* b2Timer.cpp */,
|
|
|
+ 9271CE3C1BAB66780085E667 /* b2Timer.h */,
|
|
|
);
|
|
|
path = Common;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908FA019C9ECC00088BCA9 /* Dynamics */ = {
|
|
|
+ 9271CE3D1BAB66780085E667 /* Dynamics */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908FA119C9ECC00088BCA9 /* b2Body.cpp */,
|
|
|
- 92908FA219C9ECC00088BCA9 /* b2Body.h */,
|
|
|
- 92908FA319C9ECC00088BCA9 /* b2ContactManager.cpp */,
|
|
|
- 92908FA419C9ECC00088BCA9 /* b2ContactManager.h */,
|
|
|
- 92908FA519C9ECC00088BCA9 /* b2Fixture.cpp */,
|
|
|
- 92908FA619C9ECC00088BCA9 /* b2Fixture.h */,
|
|
|
- 92908FA719C9ECC00088BCA9 /* b2Island.cpp */,
|
|
|
- 92908FA819C9ECC00088BCA9 /* b2Island.h */,
|
|
|
- 92908FA919C9ECC00088BCA9 /* b2TimeStep.h */,
|
|
|
- 92908FAA19C9ECC00088BCA9 /* b2World.cpp */,
|
|
|
- 92908FAB19C9ECC00088BCA9 /* b2World.h */,
|
|
|
- 92908FAC19C9ECC00088BCA9 /* b2WorldCallbacks.cpp */,
|
|
|
- 92908FAD19C9ECC00088BCA9 /* b2WorldCallbacks.h */,
|
|
|
- 92908FAE19C9ECC00088BCA9 /* Contacts */,
|
|
|
- 92908FC119C9ECC00088BCA9 /* Joints */,
|
|
|
+ 9271CE3E1BAB66780085E667 /* b2Body.cpp */,
|
|
|
+ 9271CE3F1BAB66780085E667 /* b2Body.h */,
|
|
|
+ 9271CE401BAB66780085E667 /* b2ContactManager.cpp */,
|
|
|
+ 9271CE411BAB66780085E667 /* b2ContactManager.h */,
|
|
|
+ 9271CE421BAB66780085E667 /* b2Fixture.cpp */,
|
|
|
+ 9271CE431BAB66780085E667 /* b2Fixture.h */,
|
|
|
+ 9271CE441BAB66780085E667 /* b2Island.cpp */,
|
|
|
+ 9271CE451BAB66780085E667 /* b2Island.h */,
|
|
|
+ 9271CE461BAB66780085E667 /* b2TimeStep.h */,
|
|
|
+ 9271CE471BAB66780085E667 /* b2World.cpp */,
|
|
|
+ 9271CE481BAB66780085E667 /* b2World.h */,
|
|
|
+ 9271CE491BAB66780085E667 /* b2WorldCallbacks.cpp */,
|
|
|
+ 9271CE4A1BAB66780085E667 /* b2WorldCallbacks.h */,
|
|
|
+ 9271CE4B1BAB66780085E667 /* Contacts */,
|
|
|
+ 9271CE5E1BAB66780085E667 /* Joints */,
|
|
|
);
|
|
|
path = Dynamics;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908FAE19C9ECC00088BCA9 /* Contacts */ = {
|
|
|
+ 9271CE4B1BAB66780085E667 /* Contacts */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908FAF19C9ECC00088BCA9 /* b2CircleContact.cpp */,
|
|
|
- 92908FB019C9ECC00088BCA9 /* b2CircleContact.h */,
|
|
|
- 92908FB119C9ECC00088BCA9 /* b2Contact.cpp */,
|
|
|
- 92908FB219C9ECC00088BCA9 /* b2Contact.h */,
|
|
|
- 92908FB319C9ECC00088BCA9 /* b2ContactSolver.cpp */,
|
|
|
- 92908FB419C9ECC00088BCA9 /* b2ContactSolver.h */,
|
|
|
- 92908FB519C9ECC00088BCA9 /* b2EdgeAndCircleContact.cpp */,
|
|
|
- 92908FB619C9ECC00088BCA9 /* b2EdgeAndCircleContact.h */,
|
|
|
- 92908FB719C9ECC00088BCA9 /* b2EdgeAndPolygonContact.cpp */,
|
|
|
- 92908FB819C9ECC00088BCA9 /* b2EdgeAndPolygonContact.h */,
|
|
|
- 92908FB919C9ECC00088BCA9 /* b2LoopAndCircleContact.cpp */,
|
|
|
- 92908FBA19C9ECC00088BCA9 /* b2LoopAndCircleContact.h */,
|
|
|
- 92908FBB19C9ECC00088BCA9 /* b2LoopAndPolygonContact.cpp */,
|
|
|
- 92908FBC19C9ECC00088BCA9 /* b2LoopAndPolygonContact.h */,
|
|
|
- 92908FBD19C9ECC00088BCA9 /* b2PolygonAndCircleContact.cpp */,
|
|
|
- 92908FBE19C9ECC00088BCA9 /* b2PolygonAndCircleContact.h */,
|
|
|
- 92908FBF19C9ECC00088BCA9 /* b2PolygonContact.cpp */,
|
|
|
- 92908FC019C9ECC00088BCA9 /* b2PolygonContact.h */,
|
|
|
+ 9271CE4C1BAB66780085E667 /* b2ChainAndCircleContact.cpp */,
|
|
|
+ 9271CE4D1BAB66780085E667 /* b2ChainAndCircleContact.h */,
|
|
|
+ 9271CE4E1BAB66780085E667 /* b2ChainAndPolygonContact.cpp */,
|
|
|
+ 9271CE4F1BAB66780085E667 /* b2ChainAndPolygonContact.h */,
|
|
|
+ 9271CE501BAB66780085E667 /* b2CircleContact.cpp */,
|
|
|
+ 9271CE511BAB66780085E667 /* b2CircleContact.h */,
|
|
|
+ 9271CE521BAB66780085E667 /* b2Contact.cpp */,
|
|
|
+ 9271CE531BAB66780085E667 /* b2Contact.h */,
|
|
|
+ 9271CE541BAB66780085E667 /* b2ContactSolver.cpp */,
|
|
|
+ 9271CE551BAB66780085E667 /* b2ContactSolver.h */,
|
|
|
+ 9271CE561BAB66780085E667 /* b2EdgeAndCircleContact.cpp */,
|
|
|
+ 9271CE571BAB66780085E667 /* b2EdgeAndCircleContact.h */,
|
|
|
+ 9271CE581BAB66780085E667 /* b2EdgeAndPolygonContact.cpp */,
|
|
|
+ 9271CE591BAB66780085E667 /* b2EdgeAndPolygonContact.h */,
|
|
|
+ 9271CE5A1BAB66780085E667 /* b2PolygonAndCircleContact.cpp */,
|
|
|
+ 9271CE5B1BAB66780085E667 /* b2PolygonAndCircleContact.h */,
|
|
|
+ 9271CE5C1BAB66780085E667 /* b2PolygonContact.cpp */,
|
|
|
+ 9271CE5D1BAB66780085E667 /* b2PolygonContact.h */,
|
|
|
);
|
|
|
path = Contacts;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908FC119C9ECC00088BCA9 /* Joints */ = {
|
|
|
+ 9271CE5E1BAB66780085E667 /* Joints */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908FC219C9ECC00088BCA9 /* b2DistanceJoint.cpp */,
|
|
|
- 92908FC319C9ECC00088BCA9 /* b2DistanceJoint.h */,
|
|
|
- 92908FC419C9ECC00088BCA9 /* b2FrictionJoint.cpp */,
|
|
|
- 92908FC519C9ECC00088BCA9 /* b2FrictionJoint.h */,
|
|
|
- 92908FC619C9ECC00088BCA9 /* b2GearJoint.cpp */,
|
|
|
- 92908FC719C9ECC00088BCA9 /* b2GearJoint.h */,
|
|
|
- 92908FC819C9ECC00088BCA9 /* b2Joint.cpp */,
|
|
|
- 92908FC919C9ECC00088BCA9 /* b2Joint.h */,
|
|
|
- 92908FCA19C9ECC00088BCA9 /* b2MouseJoint.cpp */,
|
|
|
- 92908FCB19C9ECC00088BCA9 /* b2MouseJoint.h */,
|
|
|
- 92908FCC19C9ECC00088BCA9 /* b2PrismaticJoint.cpp */,
|
|
|
- 92908FCD19C9ECC00088BCA9 /* b2PrismaticJoint.h */,
|
|
|
- 92908FCE19C9ECC00088BCA9 /* b2PulleyJoint.cpp */,
|
|
|
- 92908FCF19C9ECC00088BCA9 /* b2PulleyJoint.h */,
|
|
|
- 92908FD019C9ECC00088BCA9 /* b2RevoluteJoint.cpp */,
|
|
|
- 92908FD119C9ECC00088BCA9 /* b2RevoluteJoint.h */,
|
|
|
- 92908FD219C9ECC00088BCA9 /* b2RopeJoint.cpp */,
|
|
|
- 92908FD319C9ECC00088BCA9 /* b2RopeJoint.h */,
|
|
|
- 92908FD419C9ECC00088BCA9 /* b2WeldJoint.cpp */,
|
|
|
- 92908FD519C9ECC00088BCA9 /* b2WeldJoint.h */,
|
|
|
- 92908FD619C9ECC00088BCA9 /* b2WheelJoint.cpp */,
|
|
|
- 92908FD719C9ECC00088BCA9 /* b2WheelJoint.h */,
|
|
|
+ 9271CE5F1BAB66780085E667 /* b2DistanceJoint.cpp */,
|
|
|
+ 9271CE601BAB66780085E667 /* b2DistanceJoint.h */,
|
|
|
+ 9271CE611BAB66780085E667 /* b2FrictionJoint.cpp */,
|
|
|
+ 9271CE621BAB66780085E667 /* b2FrictionJoint.h */,
|
|
|
+ 9271CE631BAB66780085E667 /* b2GearJoint.cpp */,
|
|
|
+ 9271CE641BAB66780085E667 /* b2GearJoint.h */,
|
|
|
+ 9271CE651BAB66780085E667 /* b2Joint.cpp */,
|
|
|
+ 9271CE661BAB66780085E667 /* b2Joint.h */,
|
|
|
+ 9271CE671BAB66780085E667 /* b2MotorJoint.cpp */,
|
|
|
+ 9271CE681BAB66780085E667 /* b2MotorJoint.h */,
|
|
|
+ 9271CE691BAB66780085E667 /* b2MouseJoint.cpp */,
|
|
|
+ 9271CE6A1BAB66780085E667 /* b2MouseJoint.h */,
|
|
|
+ 9271CE6B1BAB66780085E667 /* b2PrismaticJoint.cpp */,
|
|
|
+ 9271CE6C1BAB66780085E667 /* b2PrismaticJoint.h */,
|
|
|
+ 9271CE6D1BAB66780085E667 /* b2PulleyJoint.cpp */,
|
|
|
+ 9271CE6E1BAB66780085E667 /* b2PulleyJoint.h */,
|
|
|
+ 9271CE6F1BAB66780085E667 /* b2RevoluteJoint.cpp */,
|
|
|
+ 9271CE701BAB66780085E667 /* b2RevoluteJoint.h */,
|
|
|
+ 9271CE711BAB66780085E667 /* b2RopeJoint.cpp */,
|
|
|
+ 9271CE721BAB66780085E667 /* b2RopeJoint.h */,
|
|
|
+ 9271CE731BAB66780085E667 /* b2WeldJoint.cpp */,
|
|
|
+ 9271CE741BAB66780085E667 /* b2WeldJoint.h */,
|
|
|
+ 9271CE751BAB66780085E667 /* b2WheelJoint.cpp */,
|
|
|
+ 9271CE761BAB66780085E667 /* b2WheelJoint.h */,
|
|
|
);
|
|
|
path = Joints;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 92908FD819C9ECC00088BCA9 /* Rope */ = {
|
|
|
+ 9271CE771BAB66780085E667 /* Rope */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 92908FD919C9ECC00088BCA9 /* b2Rope.cpp */,
|
|
|
- 92908FDA19C9ECC00088BCA9 /* b2Rope.h */,
|
|
|
+ 9271CE781BAB66780085E667 /* b2Rope.cpp */,
|
|
|
+ 9271CE791BAB66780085E667 /* b2Rope.h */,
|
|
|
);
|
|
|
path = Rope;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 92908F7419C9ECAC0088BCA9 /* box2d */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 9271CE151BAB66780085E667 /* Box2D */,
|
|
|
+ );
|
|
|
+ name = box2d;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
@@ -625,54 +630,55 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 9290900019C9ECC00088BCA9 /* b2MouseJoint.cpp in Sources */,
|
|
|
- 92908FDF19C9ECC00088BCA9 /* b2Collision.cpp in Sources */,
|
|
|
- 92908FF519C9ECC00088BCA9 /* b2ContactSolver.cpp in Sources */,
|
|
|
- 92908FE919C9ECC00088BCA9 /* b2Math.cpp in Sources */,
|
|
|
- 92908FF819C9ECC00088BCA9 /* b2LoopAndCircleContact.cpp in Sources */,
|
|
|
- 92908FFF19C9ECC00088BCA9 /* b2Joint.cpp in Sources */,
|
|
|
- 92908FE519C9ECC00088BCA9 /* b2LoopShape.cpp in Sources */,
|
|
|
- 92908FFB19C9ECC00088BCA9 /* b2PolygonContact.cpp in Sources */,
|
|
|
- 92908FEE19C9ECC00088BCA9 /* b2ContactManager.cpp in Sources */,
|
|
|
- 92908FF619C9ECC00088BCA9 /* b2EdgeAndCircleContact.cpp in Sources */,
|
|
|
- 9290900319C9ECC00088BCA9 /* b2RevoluteJoint.cpp in Sources */,
|
|
|
+ 9271CE831BAB66780085E667 /* b2CircleShape.cpp in Sources */,
|
|
|
+ 9271CEA21BAB66780085E667 /* b2PulleyJoint.cpp in Sources */,
|
|
|
+ 9271CE881BAB66780085E667 /* b2Math.cpp in Sources */,
|
|
|
+ 9271CE981BAB66780085E667 /* b2EdgeAndPolygonContact.cpp in Sources */,
|
|
|
+ 9271CE7E1BAB66780085E667 /* b2Collision.cpp in Sources */,
|
|
|
+ 9271CE9E1BAB66780085E667 /* b2Joint.cpp in Sources */,
|
|
|
+ 9271CE8D1BAB66780085E667 /* b2ContactManager.cpp in Sources */,
|
|
|
+ 9271CE9A1BAB66780085E667 /* b2PolygonContact.cpp in Sources */,
|
|
|
2DC477AC10D6C07B3FE008F6 /* Box2DDebugDraw.cpp in Sources */,
|
|
|
- 92908FE019C9ECC00088BCA9 /* b2Distance.cpp in Sources */,
|
|
|
- 92908FF019C9ECC00088BCA9 /* b2Island.cpp in Sources */,
|
|
|
- 92908FF219C9ECC00088BCA9 /* b2WorldCallbacks.cpp in Sources */,
|
|
|
- 92908FE119C9ECC00088BCA9 /* b2DynamicTree.cpp in Sources */,
|
|
|
- 92908FE719C9ECC00088BCA9 /* b2BlockAllocator.cpp in Sources */,
|
|
|
- 92908FF319C9ECC00088BCA9 /* b2CircleContact.cpp in Sources */,
|
|
|
- 9290900419C9ECC00088BCA9 /* b2RopeJoint.cpp in Sources */,
|
|
|
- 92908FE819C9ECC00088BCA9 /* b2Draw.cpp in Sources */,
|
|
|
- 92908FE419C9ECC00088BCA9 /* b2EdgeShape.cpp in Sources */,
|
|
|
- 9290900719C9ECC00088BCA9 /* b2Rope.cpp in Sources */,
|
|
|
- 92908FE619C9ECC00088BCA9 /* b2PolygonShape.cpp in Sources */,
|
|
|
+ 9271CE7F1BAB66780085E667 /* b2Distance.cpp in Sources */,
|
|
|
+ 9271CE951BAB66780085E667 /* b2Contact.cpp in Sources */,
|
|
|
+ 9271CE8F1BAB66780085E667 /* b2Island.cpp in Sources */,
|
|
|
+ 9271CE911BAB66780085E667 /* b2WorldCallbacks.cpp in Sources */,
|
|
|
+ 9271CE801BAB66780085E667 /* b2DynamicTree.cpp in Sources */,
|
|
|
+ 9271CE971BAB66780085E667 /* b2EdgeAndCircleContact.cpp in Sources */,
|
|
|
+ 9271CE861BAB66780085E667 /* b2BlockAllocator.cpp in Sources */,
|
|
|
+ 9271CE871BAB66780085E667 /* b2Draw.cpp in Sources */,
|
|
|
DA49ED8903C628BA578C8670 /* entry_point.cpp in Sources */,
|
|
|
- 9290900119C9ECC00088BCA9 /* b2PrismaticJoint.cpp in Sources */,
|
|
|
- 92908FE319C9ECC00088BCA9 /* b2CircleShape.cpp in Sources */,
|
|
|
- 92908FEB19C9ECC00088BCA9 /* b2StackAllocator.cpp in Sources */,
|
|
|
- 92908FED19C9ECC00088BCA9 /* b2Body.cpp in Sources */,
|
|
|
- 92908FFA19C9ECC00088BCA9 /* b2PolygonAndCircleContact.cpp in Sources */,
|
|
|
- 92908FF419C9ECC00088BCA9 /* b2Contact.cpp in Sources */,
|
|
|
- 92908FFD19C9ECC00088BCA9 /* b2FrictionJoint.cpp in Sources */,
|
|
|
- 9290900519C9ECC00088BCA9 /* b2WeldJoint.cpp in Sources */,
|
|
|
- 92908FE219C9ECC00088BCA9 /* b2TimeOfImpact.cpp in Sources */,
|
|
|
- 92908FFE19C9ECC00088BCA9 /* b2GearJoint.cpp in Sources */,
|
|
|
- 92908FDC19C9ECC00088BCA9 /* b2CollideCircle.cpp in Sources */,
|
|
|
- 92908FEF19C9ECC00088BCA9 /* b2Fixture.cpp in Sources */,
|
|
|
- 92908FDB19C9ECC00088BCA9 /* b2BroadPhase.cpp in Sources */,
|
|
|
- 92908FF119C9ECC00088BCA9 /* b2World.cpp in Sources */,
|
|
|
- 92908FF919C9ECC00088BCA9 /* b2LoopAndPolygonContact.cpp in Sources */,
|
|
|
+ 9271CEA51BAB66780085E667 /* b2WeldJoint.cpp in Sources */,
|
|
|
+ 9271CE851BAB66780085E667 /* b2PolygonShape.cpp in Sources */,
|
|
|
+ 9271CE931BAB66780085E667 /* b2ChainAndPolygonContact.cpp in Sources */,
|
|
|
+ 9271CE811BAB66780085E667 /* b2TimeOfImpact.cpp in Sources */,
|
|
|
+ 9271CE7B1BAB66780085E667 /* b2CollideCircle.cpp in Sources */,
|
|
|
+ 9271CE8A1BAB66780085E667 /* b2StackAllocator.cpp in Sources */,
|
|
|
+ 9271CEA31BAB66780085E667 /* b2RevoluteJoint.cpp in Sources */,
|
|
|
+ 9271CE921BAB66780085E667 /* b2ChainAndCircleContact.cpp in Sources */,
|
|
|
+ 9271CE991BAB66780085E667 /* b2PolygonAndCircleContact.cpp in Sources */,
|
|
|
+ 9271CE941BAB66780085E667 /* b2CircleContact.cpp in Sources */,
|
|
|
+ 9271CE9C1BAB66780085E667 /* b2FrictionJoint.cpp in Sources */,
|
|
|
+ 9271CEA41BAB66780085E667 /* b2RopeJoint.cpp in Sources */,
|
|
|
+ 9271CEA61BAB66780085E667 /* b2WheelJoint.cpp in Sources */,
|
|
|
+ 9271CE8C1BAB66780085E667 /* b2Body.cpp in Sources */,
|
|
|
+ 9271CE9D1BAB66780085E667 /* b2GearJoint.cpp in Sources */,
|
|
|
+ 9271CE7A1BAB66780085E667 /* b2BroadPhase.cpp in Sources */,
|
|
|
C8860D93875589970329DCCD /* example.cpp in Sources */,
|
|
|
- 92908FEC19C9ECC00088BCA9 /* b2Timer.cpp in Sources */,
|
|
|
- 92908FFC19C9ECC00088BCA9 /* b2DistanceJoint.cpp in Sources */,
|
|
|
- 92908FF719C9ECC00088BCA9 /* b2EdgeAndPolygonContact.cpp in Sources */,
|
|
|
- 92908FEA19C9ECC00088BCA9 /* b2Settings.cpp in Sources */,
|
|
|
- 92908FDE19C9ECC00088BCA9 /* b2CollidePolygon.cpp in Sources */,
|
|
|
- 9290900619C9ECC00088BCA9 /* b2WheelJoint.cpp in Sources */,
|
|
|
- 92908FDD19C9ECC00088BCA9 /* b2CollideEdge.cpp in Sources */,
|
|
|
- 9290900219C9ECC00088BCA9 /* b2PulleyJoint.cpp in Sources */,
|
|
|
+ 9271CE8E1BAB66780085E667 /* b2Fixture.cpp in Sources */,
|
|
|
+ 9271CE821BAB66780085E667 /* b2ChainShape.cpp in Sources */,
|
|
|
+ 9271CEA71BAB66780085E667 /* b2Rope.cpp in Sources */,
|
|
|
+ 9271CEA01BAB66780085E667 /* b2MouseJoint.cpp in Sources */,
|
|
|
+ 9271CE901BAB66780085E667 /* b2World.cpp in Sources */,
|
|
|
+ 9271CE7D1BAB66780085E667 /* b2CollidePolygon.cpp in Sources */,
|
|
|
+ 9271CEA11BAB66780085E667 /* b2PrismaticJoint.cpp in Sources */,
|
|
|
+ 9271CE8B1BAB66780085E667 /* b2Timer.cpp in Sources */,
|
|
|
+ 9271CE9B1BAB66780085E667 /* b2DistanceJoint.cpp in Sources */,
|
|
|
+ 9271CE891BAB66780085E667 /* b2Settings.cpp in Sources */,
|
|
|
+ 9271CE9F1BAB66780085E667 /* b2MotorJoint.cpp in Sources */,
|
|
|
+ 9271CE841BAB66780085E667 /* b2EdgeShape.cpp in Sources */,
|
|
|
+ 9271CE7C1BAB66780085E667 /* b2CollideEdge.cpp in Sources */,
|
|
|
+ 9271CE961BAB66780085E667 /* b2ContactSolver.cpp in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|