From 39bdf4f0b04f415aefda0ed252dbe07fa2ffe546 Mon Sep 17 00:00:00 2001 From: auria Date: Tue, 28 Oct 2008 01:46:35 +0000 Subject: [PATCH] moved all item-related files into a new /items repository git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2385 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/Makefile.am | 20 +- src/explosion.cpp | 2 +- src/flyable.cpp | 2 +- src/grand_prix_data.hpp | 2 +- src/gui/help_page_one.cpp | 2 +- src/gui/help_page_three.cpp | 2 +- src/gui/help_page_two.cpp | 2 +- .../Xcode/STK_XCode.xcodeproj/project.pbxproj | 3996 ++++++++++------- src/{ => items}/attachment.cpp | 6 +- src/{ => items}/attachment.hpp | 2 +- src/{ => items}/attachment_manager.cpp | 2 +- src/{ => items}/attachment_manager.hpp | 2 +- src/{ => items}/bowling.cpp | 2 +- src/{ => items}/bowling.hpp | 0 src/{ => items}/collectable.cpp | 4 +- src/{ => items}/collectable.hpp | 2 +- src/{ => items}/collectable_manager.cpp | 6 +- src/{ => items}/collectable_manager.hpp | 0 src/{ => items}/herring.cpp | 2 +- src/{ => items}/herring.hpp | 0 src/{ => items}/herring_manager.cpp | 2 +- src/{ => items}/herring_manager.hpp | 2 +- src/{ => items}/homing.cpp | 2 +- src/{ => items}/homing.hpp | 0 src/{ => items}/missile.cpp | 0 src/{ => items}/missile.hpp | 0 src/{ => items}/projectile_manager.cpp | 10 +- src/{ => items}/projectile_manager.hpp | 2 +- src/kart.cpp | 2 +- src/kart.hpp | 4 +- src/main.cpp | 6 +- src/modes/world.cpp | 4 +- src/network/race_state.cpp | 2 +- src/network/race_state.hpp | 2 +- src/player_kart.cpp | 2 +- src/sdldrv.cpp | 8 +- src/track.cpp | 4 +- 37 files changed, 2397 insertions(+), 1711 deletions(-) rename src/{ => items}/attachment.cpp (98%) rename src/{ => items}/attachment.hpp (99%) rename src/{ => items}/attachment_manager.cpp (98%) rename src/{ => items}/attachment_manager.hpp (97%) rename src/{ => items}/bowling.cpp (99%) rename src/{ => items}/bowling.hpp (100%) rename src/{ => items}/collectable.cpp (99%) rename src/{ => items}/collectable.hpp (96%) rename src/{ => items}/collectable_manager.cpp (97%) rename src/{ => items}/collectable_manager.hpp (100%) rename src/{ => items}/herring.cpp (99%) rename src/{ => items}/herring.hpp (100%) rename src/{ => items}/herring_manager.cpp (99%) rename src/{ => items}/herring_manager.hpp (98%) rename src/{ => items}/homing.cpp (99%) rename src/{ => items}/homing.hpp (100%) rename src/{ => items}/missile.cpp (100%) rename src/{ => items}/missile.hpp (100%) rename src/{ => items}/projectile_manager.cpp (97%) rename src/{ => items}/projectile_manager.hpp (98%) diff --git a/src/Makefile.am b/src/Makefile.am index 0008172bb..3e1f03a6e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,21 +56,24 @@ supertuxkart_SOURCES = main.cpp \ utils/ssg_help.cpp utils/ssg_help.hpp \ material_manager.cpp material_manager.hpp \ grand_prix_manager.cpp grand_prix_manager.hpp \ - attachment.cpp attachment.hpp \ - attachment_manager.cpp attachment_manager.hpp \ - collectable.cpp collectable.hpp \ - collectable_manager.cpp collectable_manager.hpp \ + items/attachment.cpp items/attachment.hpp \ + items/attachment_manager.cpp items/attachment_manager.hpp \ + items/collectable.cpp items/collectable.hpp \ + items/collectable_manager.cpp items/collectable_manager.hpp \ + items/herring.cpp items/herring.hpp \ + items/herring_manager.cpp items/herring_manager.hpp \ + items/projectile_manager.cpp items/projectile_manager.hpp \ + items/missile.cpp items/missile.hpp \ + items/homing.cpp items/homing.hpp \ + items/bowling.cpp items/bowling.hpp \ smoke.cpp smoke.hpp \ input.hpp kart_control.hpp \ isect.cpp isect.hpp \ track.cpp track.hpp \ - herring.cpp herring.hpp \ - herring_manager.cpp herring_manager.hpp \ explosion.cpp explosion.hpp \ user_config.cpp user_config.hpp \ grand_prix_data.cpp grand_prix_data.hpp \ kart_properties_manager.cpp kart_properties_manager.hpp \ - projectile_manager.cpp projectile_manager.hpp \ kart_properties.cpp kart_properties.hpp \ stk_config.cpp stk_config.hpp \ highscores.cpp highscores.hpp \ @@ -99,9 +102,6 @@ supertuxkart_SOURCES = main.cpp \ terrain_info.cpp terrain_info.hpp \ triangle_mesh.cpp triangle_mesh.hpp \ flyable.cpp flyable.hpp \ - missile.cpp missile.hpp \ - homing.cpp homing.hpp \ - bowling.cpp bowling.hpp \ history.cpp history.hpp \ scene.hpp scene.cpp \ no_copy.hpp constants.hpp \ diff --git a/src/explosion.cpp b/src/explosion.cpp index f4239f68f..be9b57d30 100644 --- a/src/explosion.cpp +++ b/src/explosion.cpp @@ -19,7 +19,7 @@ #include #include "explosion.hpp" -#include "projectile_manager.hpp" +#include "items/projectile_manager.hpp" #include "scene.hpp" #include "audio/sfx_base.hpp" #include "audio/sfx_manager.hpp" diff --git a/src/flyable.cpp b/src/flyable.cpp index d640912af..b9ec0e9dc 100644 --- a/src/flyable.cpp +++ b/src/flyable.cpp @@ -22,7 +22,7 @@ #include "network/flyable_info.hpp" #include "flyable.hpp" #include "kart.hpp" -#include "projectile_manager.hpp" +#include "items/projectile_manager.hpp" #include "callback_manager.hpp" #include "scene.hpp" #include "utils/ssg_help.hpp" diff --git a/src/grand_prix_data.hpp b/src/grand_prix_data.hpp index f4d41941d..42cfdbeb2 100644 --- a/src/grand_prix_data.hpp +++ b/src/grand_prix_data.hpp @@ -25,7 +25,7 @@ #include #include -#include "herring_manager.hpp" +#include "items/herring_manager.hpp" /** Simple class that hold the data relevant to a 'grand_prix', aka. a number of races that has to be completed one after the other */ diff --git a/src/gui/help_page_one.cpp b/src/gui/help_page_one.cpp index 60a6d04b3..b9efc1179 100644 --- a/src/gui/help_page_one.cpp +++ b/src/gui/help_page_one.cpp @@ -23,7 +23,7 @@ #include "menu_manager.hpp" #include "user_config.hpp" #include "player.hpp" -#include "collectable_manager.hpp" +#include "items/collectable_manager.hpp" #include "material.hpp" #include "translation.hpp" diff --git a/src/gui/help_page_three.cpp b/src/gui/help_page_three.cpp index b1f3dd0bc..fcdac98e7 100644 --- a/src/gui/help_page_three.cpp +++ b/src/gui/help_page_three.cpp @@ -23,7 +23,7 @@ #include "menu_manager.hpp" #include "user_config.hpp" #include "player.hpp" -#include "collectable_manager.hpp" +#include "items/collectable_manager.hpp" #include "material.hpp" #include "translation.hpp" #include "unlock_manager.hpp" diff --git a/src/gui/help_page_two.cpp b/src/gui/help_page_two.cpp index b03cf4e68..34d34f28a 100644 --- a/src/gui/help_page_two.cpp +++ b/src/gui/help_page_two.cpp @@ -23,7 +23,7 @@ #include "menu_manager.hpp" #include "user_config.hpp" #include "player.hpp" -#include "collectable_manager.hpp" +#include "items/collectable_manager.hpp" #include "material.hpp" #include "translation.hpp" diff --git a/src/ide/Xcode/STK_XCode.xcodeproj/project.pbxproj b/src/ide/Xcode/STK_XCode.xcodeproj/project.pbxproj index 859952584..a2f746fb6 100644 --- a/src/ide/Xcode/STK_XCode.xcodeproj/project.pbxproj +++ b/src/ide/Xcode/STK_XCode.xcodeproj/project.pbxproj @@ -7,237 +7,527 @@ objects = { /* Begin PBXBuildFile section */ - 95065F6A0E9127B800B2C509 /* race_result_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95065F690E9127B700B2C509 /* race_result_message.cpp */; }; - 9519653D0E8C592F001BB888 /* linear_world.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9519653B0E8C592F001BB888 /* linear_world.hpp */; }; - 9519653E0E8C592F001BB888 /* linear_world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9519653C0E8C592F001BB888 /* linear_world.cpp */; }; - 952A48440EA6C3690022262C /* btKart.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 952A48420EA6C3690022262C /* btKart.h */; }; - 952A48450EA6C3690022262C /* btKart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 952A48430EA6C3690022262C /* btKart.cpp */; }; - 957A12BE0EA4271500E46BFD /* three_strikes_battle.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 957A12BC0EA4271500E46BFD /* three_strikes_battle.hpp */; }; - 957A12BF0EA4271500E46BFD /* three_strikes_battle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 957A12BD0EA4271500E46BFD /* three_strikes_battle.cpp */; }; - 95F0F25A0E85C054005F6693 /* callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923F8B0E808EDC00388BDC /* callbacks.c */; }; - 95F0F25B0E85C054005F6693 /* list.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923FAF0E808EDC00388BDC /* list.c */; }; - 95F0F25C0E85C054005F6693 /* host.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923F9B0E808EDC00388BDC /* host.c */; }; - 95F0F25D0E85C054005F6693 /* packet.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923FB40E808EDC00388BDC /* packet.c */; }; - 95F0F25E0E85C054005F6693 /* win32.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923FBE0E808EDD00388BDC /* win32.c */; }; - 95F0F25F0E85C054005F6693 /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923FBC0E808EDC00388BDC /* unix.c */; }; - 95F0F2600E85C054005F6693 /* protocol.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923FB80E808EDC00388BDC /* protocol.c */; }; - 95F0F2610E85C054005F6693 /* peer.c in Sources */ = {isa = PBXBuildFile; fileRef = 95923FB60E808EDC00388BDC /* peer.c */; }; - 95F0F2620E85C054005F6693 /* btGjkEpa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EEF0E808EDA00388BDC /* btGjkEpa.cpp */; }; - 95F0F2630E85C054005F6693 /* loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241490E808EE100388BDC /* loader.cpp */; }; - 95F0F2650E85C054005F6693 /* btGeneric6DofConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F0C0E808EDB00388BDC /* btGeneric6DofConstraint.cpp */; }; - 95F0F2660E85C054005F6693 /* user_config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241F40E808EE300388BDC /* user_config.cpp */; }; - 95F0F2670E85C054005F6693 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EF80E808EDA00388BDC /* btMinkowskiPenetrationDepthSolver.cpp */; }; - 95F0F2680E85C054005F6693 /* bowling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923D790E808ED700388BDC /* bowling.cpp */; }; - 95F0F2690E85C054005F6693 /* terrain_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241E00E808EE300388BDC /* terrain_info.cpp */; }; - 95F0F26A0E85C054005F6693 /* challenges_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FD80E808EDD00388BDC /* challenges_menu.cpp */; }; - 95F0F26B0E85C054005F6693 /* btQuickprof.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F530E808EDB00388BDC /* btQuickprof.cpp */; }; - 95F0F26C0E85C054005F6693 /* btSubSimplexConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F000E808EDB00388BDC /* btSubSimplexConvexCast.cpp */; }; - 95F0F26D0E85C054005F6693 /* flyable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FC70E808EDD00388BDC /* flyable.cpp */; }; - 95F0F26E0E85C054005F6693 /* highscores.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592401E0E808EDD00388BDC /* highscores.cpp */; }; - 95F0F26F0E85C054005F6693 /* btRigidBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F310E808EDB00388BDC /* btRigidBody.cpp */; }; - 95F0F2700E85C054005F6693 /* btWheelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F3A0E808EDB00388BDC /* btWheelInfo.cpp */; }; - 95F0F2710E85C054005F6693 /* btTriangleIndexVertexArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EDD0E808EDA00388BDC /* btTriangleIndexVertexArray.cpp */; }; - 95F0F2720E85C054005F6693 /* projectile_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592419B0E808EE200388BDC /* projectile_manager.cpp */; }; - 95F0F2730E85C054005F6693 /* btSphereBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E9F0E808EDA00388BDC /* btSphereBoxCollisionAlgorithm.cpp */; }; - 95F0F2740E85C054005F6693 /* music_information.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B422020E8586A900FA795B /* music_information.cpp */; }; - 95F0F2750E85C054005F6693 /* smoke.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241CD0E808EE300388BDC /* smoke.cpp */; }; - 95F0F2760E85C054005F6693 /* feature_unlocked.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FE60E808EDD00388BDC /* feature_unlocked.cpp */; }; - 95F0F2770E85C054005F6693 /* btCollisionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E890E808EDA00388BDC /* btCollisionDispatcher.cpp */; }; - 95F0F2780E85C054005F6693 /* main_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FF60E808EDD00388BDC /* main_menu.cpp */; }; - 95F0F2790E85C054005F6693 /* SphereTriangleDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EA70E808EDA00388BDC /* SphereTriangleDetector.cpp */; }; - 95F0F27A0E85C054005F6693 /* num_players.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FFC0E808EDD00388BDC /* num_players.cpp */; }; - 95F0F27B0E85C054005F6693 /* highscore_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592401B0E808EDD00388BDC /* highscore_manager.cpp */; }; - 95F0F27C0E85C054005F6693 /* start_race_feedback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592400A0E808EDD00388BDC /* start_race_feedback.cpp */; }; - 95F0F27D0E85C054005F6693 /* menu_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FF80E808EDD00388BDC /* menu_manager.cpp */; }; - 95F0F27E0E85C054005F6693 /* btOptimizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ECB0E808EDA00388BDC /* btOptimizedBvh.cpp */; }; - 95F0F27F0E85C054005F6693 /* btBoxShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EAA0E808EDA00388BDC /* btBoxShape.cpp */; }; - 95F0F2800E85C054005F6693 /* race_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240040E808EDD00388BDC /* race_menu.cpp */; }; - 95F0F2810E85C054005F6693 /* btCollisionObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E8B0E808EDA00388BDC /* btCollisionObject.cpp */; }; - 95F0F2820E85C054005F6693 /* moving_texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241650E808EE200388BDC /* moving_texture.cpp */; }; - 95F0F2830E85C054005F6693 /* btTriangleBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ED90E808EDA00388BDC /* btTriangleBuffer.cpp */; }; - 95F0F2840E85C054005F6693 /* btGjkEpa2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EF10E808EDA00388BDC /* btGjkEpa2.cpp */; }; - 95F0F2850E85C054005F6693 /* race_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240060E808EDD00388BDC /* race_options.cpp */; }; - 95F0F2860E85C054005F6693 /* btRaycastCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EFD0E808EDA00388BDC /* btRaycastCallback.cpp */; }; - 95F0F2870E85C054005F6693 /* race_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241850E808EE200388BDC /* race_state.cpp */; }; - 95F0F2880E85C054005F6693 /* BMF_font_helv10.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF7F0E81E46E007B5EC0 /* BMF_font_helv10.cpp */; }; - 95F0F2890E85C054005F6693 /* btTriangleCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EDB0E808EDA00388BDC /* btTriangleCallback.cpp */; }; - 95F0F28A0E85C054005F6693 /* btVoronoiSimplexSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F020E808EDB00388BDC /* btVoronoiSimplexSolver.cpp */; }; - 95F0F28B0E85C054005F6693 /* GlutStuff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF910E81E46E007B5EC0 /* GlutStuff.cpp */; }; - 95F0F28C0E85C054005F6693 /* btConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EBD0E808EDA00388BDC /* btConvexShape.cpp */; }; - 95F0F28D0E85C054005F6693 /* btManifoldResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E9B0E808EDA00388BDC /* btManifoldResult.cpp */; }; - 95F0F28E0E85C054005F6693 /* btDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E790E808ED900388BDC /* btDispatcher.cpp */; }; - 95F0F28F0E85C054005F6693 /* btConvexHullShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EB90E808EDA00388BDC /* btConvexHullShape.cpp */; }; - 95F0F2900E85C054005F6693 /* btSliderConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F1F0E808EDB00388BDC /* btSliderConstraint.cpp */; }; - 95F0F2910E85C054005F6693 /* btAlignedAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F410E808EDB00388BDC /* btAlignedAllocator.cpp */; }; - 95F0F2920E85C054005F6693 /* network_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FFA0E808EDD00388BDC /* network_gui.cpp */; }; - 95F0F2930E85C054005F6693 /* replay_buffers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241AC0E808EE200388BDC /* replay_buffers.cpp */; }; - 95F0F2940E85C054005F6693 /* btContinuousDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F2C0E808EDB00388BDC /* btContinuousDynamicsWorld.cpp */; }; - 95F0F2950E85C054005F6693 /* btConvexInternalShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EBB0E808EDA00388BDC /* btConvexInternalShape.cpp */; }; - 95F0F2960E85C054005F6693 /* btBoxBoxDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E850E808EDA00388BDC /* btBoxBoxDetector.cpp */; }; - 95F0F2970E85C054005F6693 /* options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FFE0E808EDD00388BDC /* options.cpp */; }; - 95F0F2980E85C054005F6693 /* btUniformScalingShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EE40E808EDA00388BDC /* btUniformScalingShape.cpp */; }; - 95F0F2990E85C054005F6693 /* lisp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241420E808EE100388BDC /* lisp.cpp */; }; - 95F0F29A0E85C054005F6693 /* btSphereSphereCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EA10E808EDA00388BDC /* btSphereSphereCollisionAlgorithm.cpp */; }; - 95F0F29B0E85C054005F6693 /* btBroadphaseProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E750E808ED900388BDC /* btBroadphaseProxy.cpp */; }; - 95F0F29C0E85C054005F6693 /* char_sel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FDA0E808EDD00388BDC /* char_sel.cpp */; }; - 95F0F29D0E85C054005F6693 /* config_sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FE00E808EDD00388BDC /* config_sound.cpp */; }; - 95F0F29E0E85C054005F6693 /* btCompoundCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E8F0E808EDA00388BDC /* btCompoundCollisionAlgorithm.cpp */; }; - 95F0F29F0E85C054005F6693 /* help_page_three.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FF20E808EDD00388BDC /* help_page_three.cpp */; }; - 95F0F2A00E85C054005F6693 /* btCylinderShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EC10E808EDA00388BDC /* btCylinderShape.cpp */; }; - 95F0F2A10E85C054005F6693 /* connect_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241730E808EE200388BDC /* connect_message.cpp */; }; - 95F0F2A20E85C054005F6693 /* sdldrv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241C00E808EE200388BDC /* sdldrv.cpp */; }; - 95F0F2A30E85C054005F6693 /* game_mode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FEA0E808EDD00388BDC /* game_mode.cpp */; }; - 95F0F2A40E85C054005F6693 /* display_res_confirm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FE40E808EDD00388BDC /* display_res_confirm.cpp */; }; - 95F0F2A50E85C054005F6693 /* DemoApplication.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF850E81E46E007B5EC0 /* DemoApplication.cpp */; }; - 95F0F2A60E85C054005F6693 /* follow_the_leader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 957B11D80E8320CD002A69EA /* follow_the_leader.cpp */; }; - 95F0F2A70E85C054005F6693 /* btConvexConvexAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E930E808EDA00388BDC /* btConvexConvexAlgorithm.cpp */; }; - 95F0F2A80E85C054005F6693 /* GLDebugDrawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF8E0E81E46E007B5EC0 /* GLDebugDrawer.cpp */; }; - 95F0F2A90E85C054005F6693 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EF30E808EDA00388BDC /* btGjkEpaPenetrationDepthSolver.cpp */; }; - 95F0F2AA0E85C054005F6693 /* default_robot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241B60E808EE200388BDC /* default_robot.cpp */; }; - 95F0F2AB0E85C054005F6693 /* main_loop.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592414E0E808EE100388BDC /* main_loop.cpp */; }; - 95F0F2AC0E85C054005F6693 /* btConcaveShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EB50E808EDA00388BDC /* btConcaveShape.cpp */; }; - 95F0F2AD0E85C054005F6693 /* challenge_data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F6D0E808EDC00388BDC /* challenge_data.cpp */; }; - 95F0F2AE0E85C054005F6693 /* skid_mark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241CA0E808EE300388BDC /* skid_mark.cpp */; }; - 95F0F2AF0E85C054005F6693 /* kart_properties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241350E808EE100388BDC /* kart_properties.cpp */; }; - 95F0F2B00E85C054005F6693 /* btPoint2PointConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F1B0E808EDB00388BDC /* btPoint2PointConstraint.cpp */; }; - 95F0F2B10E85C054005F6693 /* player_kart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241980E808EE200388BDC /* player_kart.cpp */; }; - 95F0F2B20E85C054005F6693 /* btEmptyCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E990E808EDA00388BDC /* btEmptyCollisionAlgorithm.cpp */; }; - 95F0F2B30E85C054005F6693 /* shadow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241C70E808EE300388BDC /* shadow.cpp */; }; - 95F0F2B40E85C054005F6693 /* static_ssg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241D70E808EE300388BDC /* static_ssg.cpp */; }; - 95F0F2B50E85C054005F6693 /* grand_prix_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FD10E808EDD00388BDC /* grand_prix_manager.cpp */; }; - 95F0F2B60E85C054005F6693 /* btShapeHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ECF0E808EDA00388BDC /* btShapeHull.cpp */; }; - 95F0F2B70E85C054005F6693 /* btConeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EB70E808EDA00388BDC /* btConeShape.cpp */; }; - 95F0F2B80E85C054005F6693 /* btRaycastVehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F370E808EDB00388BDC /* btRaycastVehicle.cpp */; }; - 95F0F2B90E85C054005F6693 /* config_controls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FDC0E808EDD00388BDC /* config_controls.cpp */; }; - 95F0F2BA0E85C054005F6693 /* collectable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F710E808EDC00388BDC /* collectable.cpp */; }; - 95F0F2BB0E85C054005F6693 /* vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241FB0E808EE300388BDC /* vec3.cpp */; }; - 95F0F2BC0E85C054005F6693 /* btDefaultCollisionConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E970E808EDA00388BDC /* btDefaultCollisionConfiguration.cpp */; }; - 95F0F2BD0E85C054005F6693 /* font.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FE80E808EDD00388BDC /* font.cpp */; }; - 95F0F2BE0E85C054005F6693 /* GL_Simplex1to4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF8B0E81E46E007B5EC0 /* GL_Simplex1to4.cpp */; }; - 95F0F2BF0E85C054005F6693 /* herring_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240180E808EDD00388BDC /* herring_manager.cpp */; }; - 95F0F2C00E85C054005F6693 /* btBvhTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EAC0E808EDA00388BDC /* btBvhTriangleMeshShape.cpp */; }; - 95F0F2C10E85C054005F6693 /* actionmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923D6E0E808ED700388BDC /* actionmap.cpp */; }; - 95F0F2C20E85C054005F6693 /* btOdeQuickstepConstraintSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F160E808EDB00388BDC /* btOdeQuickstepConstraintSolver.cpp */; }; - 95F0F2C30E85C054005F6693 /* btSequentialImpulseConstraintSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F1D0E808EDB00388BDC /* btSequentialImpulseConstraintSolver.cpp */; }; - 95F0F2C50E85C054005F6693 /* particle_system.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241900E808EE200388BDC /* particle_system.cpp */; }; - 95F0F2C60E85C054005F6693 /* network_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592417F0E808EE200388BDC /* network_manager.cpp */; }; - 95F0F2C70E85C054005F6693 /* btPersistentManifold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EFA0E808EDA00388BDC /* btPersistentManifold.cpp */; }; - 95F0F2C80E85C054005F6693 /* btAxisSweep3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E720E808ED900388BDC /* btAxisSweep3.cpp */; }; - 95F0F2C90E85C054005F6693 /* btConeTwistConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F060E808EDB00388BDC /* btConeTwistConstraint.cpp */; }; - 95F0F2CA0E85C054005F6693 /* btSimulationIslandManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E9D0E808EDA00388BDC /* btSimulationIslandManager.cpp */; }; - 95F0F2CB0E85C054005F6693 /* race_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240020E808EDD00388BDC /* race_gui.cpp */; }; - 95F0F2CC0E85C054005F6693 /* explosion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FC00E808EDD00388BDC /* explosion.cpp */; }; - 95F0F2CD0E85C054005F6693 /* btContinuousConvexCollision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EE70E808EDA00388BDC /* btContinuousConvexCollision.cpp */; }; - 95F0F2CE0E85C054005F6693 /* btStaticPlaneShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ED30E808EDA00388BDC /* btStaticPlaneShape.cpp */; }; - 95F0F2CF0E85C054005F6693 /* btCollisionWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E8D0E808EDA00388BDC /* btCollisionWorld.cpp */; }; - 95F0F2D00E85C054005F6693 /* btGeometryUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F470E808EDB00388BDC /* btGeometryUtil.cpp */; }; - 95F0F2D10E85C054005F6693 /* sfx_openal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B422090E8586A900FA795B /* sfx_openal.cpp */; }; - 95F0F2D20E85C054005F6693 /* kart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241300E808EE100388BDC /* kart.cpp */; }; - 95F0F2D30E85C054005F6693 /* sfx_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B422070E8586A900FA795B /* sfx_manager.cpp */; }; - 95F0F2D40E85C054005F6693 /* attachment_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923D740E808ED700388BDC /* attachment_manager.cpp */; }; - 95F0F2D50E85C054005F6693 /* lexer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241400E808EE100388BDC /* lexer.cpp */; }; - 95F0F2D60E85C054005F6693 /* btOdeContactJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F110E808EDB00388BDC /* btOdeContactJoint.cpp */; }; - 95F0F2D70E85C054005F6693 /* credits_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FE20E808EDD00388BDC /* credits_menu.cpp */; }; - 95F0F2D80E85C054005F6693 /* missile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592415C0E808EE100388BDC /* missile.cpp */; }; - 95F0F2D90E85C054005F6693 /* btStridingMeshInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ED50E808EDA00388BDC /* btStridingMeshInterface.cpp */; }; - 95F0F2DA0E85C054005F6693 /* btPolyhedralConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ECD0E808EDA00388BDC /* btPolyhedralConvexShape.cpp */; }; - 95F0F2DB0E85C054005F6693 /* btOdeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F130E808EDB00388BDC /* btOdeJoint.cpp */; }; - 95F0F2DC0E85C054005F6693 /* RenderTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF980E81E46F007B5EC0 /* RenderTexture.cpp */; }; - 95F0F2DD0E85C054005F6693 /* btBoxBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E830E808EDA00388BDC /* btBoxBoxCollisionAlgorithm.cpp */; }; - 95F0F2DE0E85C054005F6693 /* config_display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FDE0E808EDD00388BDC /* config_display.cpp */; }; - 95F0F2E00E85C054005F6693 /* btUnionFind.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EA50E808EDA00388BDC /* btUnionFind.cpp */; }; - 95F0F2E10E85C054005F6693 /* GL_ShapeDrawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF880E81E46E007B5EC0 /* GL_ShapeDrawer.cpp */; }; - 95F0F2E20E85C054005F6693 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E910E808EDA00388BDC /* btConvexConcaveCollisionAlgorithm.cpp */; }; - 95F0F2E30E85C054005F6693 /* btSolve2LinearConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F210E808EDB00388BDC /* btSolve2LinearConstraint.cpp */; }; - 95F0F2E40E85C054005F6693 /* help_page_two.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FF40E808EDD00388BDC /* help_page_two.cpp */; }; - 95F0F2E50E85C054005F6693 /* history.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240210E808EDD00388BDC /* history.cpp */; }; - 95F0F2E60E85C054005F6693 /* camera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F650E808EDB00388BDC /* camera.cpp */; }; - 95F0F2E70E85C054005F6693 /* btSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ED10E808EDA00388BDC /* btSphereShape.cpp */; }; - 95F0F2E80E85C054005F6693 /* widget_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240100E808EDD00388BDC /* widget_manager.cpp */; }; - 95F0F2E90E85C054005F6693 /* music_ogg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B422040E8586A900FA795B /* music_ogg.cpp */; }; - 95F0F2EA0E85C054005F6693 /* btOdeTypedJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F190E808EDB00388BDC /* btOdeTypedJoint.cpp */; }; - 95F0F2EB0E85C054005F6693 /* help_page_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FF00E808EDD00388BDC /* help_page_one.cpp */; }; - 95F0F2EC0E85C054005F6693 /* btCompoundShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EB30E808EDA00388BDC /* btCompoundShape.cpp */; }; - 95F0F2ED0E85C054005F6693 /* translation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241EB0E808EE300388BDC /* translation.cpp */; }; - 95F0F2EE0E85C054005F6693 /* btMultiSapBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E7B0E808ED900388BDC /* btMultiSapBroadphase.cpp */; }; - 95F0F2EF0E85C054005F6693 /* replay_player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241AF0E808EE200388BDC /* replay_player.cpp */; }; - 95F0F2F00E85C054005F6693 /* grand_prix_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FEE0E808EDD00388BDC /* grand_prix_select.cpp */; }; - 95F0F2F10E85C054005F6693 /* btMinkowskiSumShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EC70E808EDA00388BDC /* btMinkowskiSumShape.cpp */; }; - 95F0F2F20E85C054005F6693 /* moving_physics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241620E808EE200388BDC /* moving_physics.cpp */; }; - 95F0F2F30E85C054005F6693 /* stk_config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241D90E808EE300388BDC /* stk_config.cpp */; }; - 95F0F2F40E85C054005F6693 /* sound_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B4220B0E8586A900FA795B /* sound_manager.cpp */; }; - 95F0F2F50E85C054005F6693 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E950E808EDA00388BDC /* btConvexPlaneCollisionAlgorithm.cpp */; }; - 95F0F2F60E85C054005F6693 /* kart_update_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241790E808EE200388BDC /* kart_update_message.cpp */; }; - 95F0F2F70E85C054005F6693 /* callback_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F620E808EDB00388BDC /* callback_manager.cpp */; }; - 95F0F2F80E85C054005F6693 /* btSimpleDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F330E808EDB00388BDC /* btSimpleDynamicsWorld.cpp */; }; - 95F0F2F90E85C054005F6693 /* btTypedConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F270E808EDB00388BDC /* btTypedConstraint.cpp */; }; - 95F0F2FA0E85C054005F6693 /* grand_prix_data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FCD0E808EDD00388BDC /* grand_prix_data.cpp */; }; - 95F0F2FB0E85C054005F6693 /* file_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FC40E808EDD00388BDC /* file_manager.cpp */; }; - 95F0F2FC0E85C054005F6693 /* collectable_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F740E808EDC00388BDC /* collectable_manager.cpp */; }; - 95F0F2FD0E85C054005F6693 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592414C0E808EE100388BDC /* main.cpp */; }; - 95F0F2FE0E85C054005F6693 /* BMF_Api.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF790E81E46E007B5EC0 /* BMF_Api.cpp */; }; - 95F0F2FF0E85C054005F6693 /* unlock_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241F10E808EE300388BDC /* unlock_manager.cpp */; }; - 95F0F3000E85C054005F6693 /* base_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FD60E808EDD00388BDC /* base_gui.cpp */; }; - 95F0F3010E85C054005F6693 /* material_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241570E808EE100388BDC /* material_manager.cpp */; }; - 95F0F3020E85C054005F6693 /* BMF_BitmapFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95BCEF7C0E81E46E007B5EC0 /* BMF_BitmapFont.cpp */; }; - 95F0F3030E85C054005F6693 /* btGjkPairDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EF50E808EDA00388BDC /* btGjkPairDetector.cpp */; }; - 95F0F3040E85C054005F6693 /* grand_prix_ending.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923FEC0E808EDD00388BDC /* grand_prix_ending.cpp */; }; - 95F0F3050E85C054005F6693 /* race_results_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240080E808EDD00388BDC /* race_results_gui.cpp */; }; - 95F0F3060E85C054005F6693 /* kart_control_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241770E808EE200388BDC /* kart_control_message.cpp */; }; - 95F0F3070E85C054005F6693 /* track_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241E60E808EE300388BDC /* track_manager.cpp */; }; - 95F0F3080E85C054005F6693 /* btConvexHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F440E808EDB00388BDC /* btConvexHull.cpp */; }; - 95F0F3090E85C054005F6693 /* btGjkConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EED0E808EDA00388BDC /* btGjkConvexCast.cpp */; }; - 95F0F30A0E85C054005F6693 /* btSorLcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F250E808EDB00388BDC /* btSorLcp.cpp */; }; - 95F0F30B0E85C054005F6693 /* btHeightfieldTerrainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EC50E808EDA00388BDC /* btHeightfieldTerrainShape.cpp */; }; - 95F0F30C0E85C054005F6693 /* race_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241A00E808EE200388BDC /* race_manager.cpp */; }; - 95F0F30D0E85C054005F6693 /* moveable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592415F0E808EE200388BDC /* moveable.cpp */; }; - 95F0F30E0E85C054005F6693 /* btHingeConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F0E0E808EDB00388BDC /* btHingeConstraint.cpp */; }; - 95F0F30F0E85C054005F6693 /* btTetrahedronShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923ED70E808EDA00388BDC /* btTetrahedronShape.cpp */; }; - 95F0F3100E85C054005F6693 /* btMultiSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EC90E808EDA00388BDC /* btMultiSphereShape.cpp */; }; - 95F0F3110E85C054005F6693 /* btOverlappingPairCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E7D0E808ED900388BDC /* btOverlappingPairCache.cpp */; }; - 95F0F3120E85C054005F6693 /* race_info_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241820E808EE200388BDC /* race_info_message.cpp */; }; - 95F0F3130E85C054005F6693 /* attachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923D710E808ED700388BDC /* attachment.cpp */; }; - 95F0F3140E85C054005F6693 /* btCollisionShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EB10E808EDA00388BDC /* btCollisionShape.cpp */; }; - 95F0F3150E85C054005F6693 /* standard_race.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 957B11B40E831DA8002A69EA /* standard_race.cpp */; }; - 95F0F3160E85C054005F6693 /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241BD0E808EE200388BDC /* scene.cpp */; }; - 95F0F3170E85C054005F6693 /* btContactConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F090E808EDB00388BDC /* btContactConstraint.cpp */; }; - 95F0F3180E85C054005F6693 /* physics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241930E808EE200388BDC /* physics.cpp */; }; - 95F0F3190E85C054005F6693 /* btTriangleMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EDF0E808EDA00388BDC /* btTriangleMesh.cpp */; }; - 95F0F31A0E85C054005F6693 /* isect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592412D0E808EE100388BDC /* isect.cpp */; }; - 95F0F31B0E85C054005F6693 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592417B0E808EE200388BDC /* message.cpp */; }; - 95F0F31C0E85C054005F6693 /* kart_properties_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241380E808EE100388BDC /* kart_properties_manager.cpp */; }; - 95F0F31D0E85C054005F6693 /* btCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E770E808ED900388BDC /* btCollisionAlgorithm.cpp */; }; - 95F0F31E0E85C054005F6693 /* widget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592400E0E808EDD00388BDC /* widget.cpp */; }; - 95F0F31F0E85C054005F6693 /* network_kart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592417D0E808EE200388BDC /* network_kart.cpp */; }; - 95F0F3200E85C054005F6693 /* track.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241E30E808EE300388BDC /* track.cpp */; }; - 95F0F3210E85C054005F6693 /* btSimpleBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923E800E808EDA00388BDC /* btSimpleBroadphase.cpp */; }; - 95F0F3220E85C054005F6693 /* writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241460E808EE100388BDC /* writer.cpp */; }; - 95F0F3230E85C054005F6693 /* track_sel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9592400C0E808EDD00388BDC /* track_sel.cpp */; }; - 95F0F3240E85C054005F6693 /* Bullet-C-API.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F350E808EDB00388BDC /* Bullet-C-API.cpp */; }; - 95F0F3250E85C054005F6693 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241DC0E808EE300388BDC /* string_utils.cpp */; }; - 95F0F3260E85C054005F6693 /* replay_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241A80E808EE200388BDC /* replay_base.cpp */; }; - 95F0F3270E85C054005F6693 /* btConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EE90E808EDA00388BDC /* btConvexCast.cpp */; }; - 95F0F3280E85C054005F6693 /* replay_recorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241B20E808EE200388BDC /* replay_recorder.cpp */; }; - 95F0F3290E85C054005F6693 /* triangle_mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241EE0E808EE300388BDC /* triangle_mesh.cpp */; }; - 95F0F32A0E85C054005F6693 /* btDiscreteDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F2E0E808EDB00388BDC /* btDiscreteDynamicsWorld.cpp */; }; - 95F0F32B0E85C054005F6693 /* homing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240240E808EDD00388BDC /* homing.cpp */; }; - 95F0F32C0E85C054005F6693 /* btConvexTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EBF0E808EDA00388BDC /* btConvexTriangleMeshShape.cpp */; }; - 95F0F32D0E85C054005F6693 /* herring.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240150E808EDD00388BDC /* herring.cpp */; }; - 95F0F32E0E85C054005F6693 /* ssg_help.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 956F3FAD0E85BE0E006F93B0 /* ssg_help.cpp */; }; - 95F0F32F0E85C054005F6693 /* btUprightConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F290E808EDB00388BDC /* btUprightConstraint.cpp */; }; - 95F0F3300E85C054005F6693 /* btCapsuleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EAE0E808EDA00388BDC /* btCapsuleShape.cpp */; }; - 95F0F3310E85C054005F6693 /* player_controls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959240000E808EDD00388BDC /* player_controls.cpp */; }; - 95F0F3320E85C054005F6693 /* btTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EE10E808EDA00388BDC /* btTriangleMeshShape.cpp */; }; - 95F0F3330E85C054005F6693 /* btEmptyShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EC30E808EDA00388BDC /* btEmptyShape.cpp */; }; - 95F0F3340E85C054005F6693 /* material.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241540E808EE100388BDC /* material.cpp */; }; - 95F0F3350E85C054005F6693 /* challenge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923F6B0E808EDC00388BDC /* challenge.cpp */; }; - 95F0F3360E85C054005F6693 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95923EA30E808EDA00388BDC /* btSphereTriangleCollisionAlgorithm.cpp */; }; - 95F0F3380E85C054005F6693 /* parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959241440E808EE100388BDC /* parser.cpp */; }; - 95F0F35D0E85C140005F6693 /* random_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 956F3FAB0E85BE0E006F93B0 /* random_generator.cpp */; }; - 95F0F36E0E85C6A6005F6693 /* clock.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95F0F36C0E85C6A6005F6693 /* clock.hpp */; }; - 95F0F36F0E85C6A6005F6693 /* clock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95F0F36D0E85C6A6005F6693 /* clock.cpp */; }; - 95F0F3830E85C76B005F6693 /* world.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95F0F3810E85C76B005F6693 /* world.hpp */; }; - 95F0F3840E85C76B005F6693 /* world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95F0F3820E85C76B005F6693 /* world.cpp */; }; + 95B0CF470EB69DDA001A0D06 /* actionmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9E90EB69DCE001A0D06 /* actionmap.cpp */; }; + 95B0CF480EB69DDA001A0D06 /* actionmap.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9EA0EB69DCE001A0D06 /* actionmap.hpp */; }; + 95B0CF490EB69DDA001A0D06 /* music.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9EC0EB69DCE001A0D06 /* music.hpp */; }; + 95B0CF4A0EB69DDA001A0D06 /* music_information.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9ED0EB69DCE001A0D06 /* music_information.cpp */; }; + 95B0CF4B0EB69DDA001A0D06 /* music_information.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9EE0EB69DCE001A0D06 /* music_information.hpp */; }; + 95B0CF4C0EB69DDA001A0D06 /* music_ogg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9EF0EB69DCE001A0D06 /* music_ogg.cpp */; }; + 95B0CF4D0EB69DDA001A0D06 /* music_ogg.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F00EB69DCE001A0D06 /* music_ogg.hpp */; }; + 95B0CF4E0EB69DDA001A0D06 /* sfx_base.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F10EB69DCE001A0D06 /* sfx_base.hpp */; }; + 95B0CF4F0EB69DDA001A0D06 /* sfx_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9F20EB69DCE001A0D06 /* sfx_manager.cpp */; }; + 95B0CF500EB69DDA001A0D06 /* sfx_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F30EB69DCE001A0D06 /* sfx_manager.hpp */; }; + 95B0CF510EB69DDA001A0D06 /* sfx_openal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9F40EB69DCE001A0D06 /* sfx_openal.cpp */; }; + 95B0CF520EB69DDA001A0D06 /* sfx_openal.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F50EB69DCE001A0D06 /* sfx_openal.hpp */; }; + 95B0CF530EB69DDA001A0D06 /* sound_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9F60EB69DCE001A0D06 /* sound_manager.cpp */; }; + 95B0CF540EB69DDA001A0D06 /* sound_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F70EB69DCE001A0D06 /* sound_manager.hpp */; }; + 95B0CF550EB69DDA001A0D06 /* auto_kart.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F80EB69DCE001A0D06 /* auto_kart.hpp */; }; + 95B0CF630EB69DDA001A0D06 /* BMF_Api.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA0A0EB69DCE001A0D06 /* BMF_Api.cpp */; }; + 95B0CF640EB69DDA001A0D06 /* BMF_Api.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA0B0EB69DCE001A0D06 /* BMF_Api.h */; }; + 95B0CF660EB69DDA001A0D06 /* BMF_BitmapFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA0D0EB69DCE001A0D06 /* BMF_BitmapFont.cpp */; }; + 95B0CF670EB69DDA001A0D06 /* BMF_BitmapFont.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA0E0EB69DCE001A0D06 /* BMF_BitmapFont.h */; }; + 95B0CF690EB69DDA001A0D06 /* BMF_font_helv10.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA100EB69DCE001A0D06 /* BMF_font_helv10.cpp */; }; + 95B0CF6B0EB69DDA001A0D06 /* BMF_FontData.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA120EB69DCE001A0D06 /* BMF_FontData.h */; }; + 95B0CF6C0EB69DDA001A0D06 /* BMF_Fonts.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA130EB69DCE001A0D06 /* BMF_Fonts.h */; }; + 95B0CF6D0EB69DDA001A0D06 /* BMF_Settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA140EB69DCE001A0D06 /* BMF_Settings.h */; }; + 95B0CF6E0EB69DDA001A0D06 /* DebugCastResult.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA150EB69DCE001A0D06 /* DebugCastResult.h */; }; + 95B0CF6F0EB69DDA001A0D06 /* DemoApplication.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA160EB69DCE001A0D06 /* DemoApplication.cpp */; }; + 95B0CF700EB69DDA001A0D06 /* DemoApplication.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA170EB69DCE001A0D06 /* DemoApplication.h */; }; + 95B0CF720EB69DDA001A0D06 /* GL_ShapeDrawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA190EB69DCE001A0D06 /* GL_ShapeDrawer.cpp */; }; + 95B0CF730EB69DDA001A0D06 /* GL_ShapeDrawer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA1A0EB69DCE001A0D06 /* GL_ShapeDrawer.h */; }; + 95B0CF750EB69DDA001A0D06 /* GL_Simplex1to4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA1C0EB69DCE001A0D06 /* GL_Simplex1to4.cpp */; }; + 95B0CF760EB69DDA001A0D06 /* GL_Simplex1to4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA1D0EB69DCE001A0D06 /* GL_Simplex1to4.h */; }; + 95B0CF780EB69DDA001A0D06 /* GLDebugDrawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA1F0EB69DCE001A0D06 /* GLDebugDrawer.cpp */; }; + 95B0CF790EB69DDA001A0D06 /* GLDebugDrawer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA200EB69DCE001A0D06 /* GLDebugDrawer.h */; }; + 95B0CF7B0EB69DDA001A0D06 /* GlutStuff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA220EB69DCE001A0D06 /* GlutStuff.cpp */; }; + 95B0CF7C0EB69DDA001A0D06 /* GlutStuff.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA230EB69DCE001A0D06 /* GlutStuff.h */; }; + 95B0CF820EB69DDA001A0D06 /* RenderTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA290EB69DCE001A0D06 /* RenderTexture.cpp */; }; + 95B0CF830EB69DDA001A0D06 /* RenderTexture.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA2A0EB69DCE001A0D06 /* RenderTexture.h */; }; + 95B0CFED0EB69DDB001A0D06 /* btBulletCollisionCommon.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA960EB69DCF001A0D06 /* btBulletCollisionCommon.h */; }; + 95B0CFEE0EB69DDB001A0D06 /* btBulletDynamicsCommon.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA970EB69DCF001A0D06 /* btBulletDynamicsCommon.h */; }; + 95B0D0440EB69DDB001A0D06 /* Bullet-C-Api.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAED0EB69DD1001A0D06 /* Bullet-C-Api.h */; }; + 95B0D0460EB69DDB001A0D06 /* btAxisSweep3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAF10EB69DD1001A0D06 /* btAxisSweep3.cpp */; }; + 95B0D0470EB69DDB001A0D06 /* btAxisSweep3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAF20EB69DD1001A0D06 /* btAxisSweep3.h */; }; + 95B0D0480EB69DDB001A0D06 /* btBroadphaseInterface.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAF30EB69DD1001A0D06 /* btBroadphaseInterface.h */; }; + 95B0D0490EB69DDB001A0D06 /* btBroadphaseProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAF40EB69DD1001A0D06 /* btBroadphaseProxy.cpp */; }; + 95B0D04A0EB69DDB001A0D06 /* btBroadphaseProxy.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAF50EB69DD1001A0D06 /* btBroadphaseProxy.h */; }; + 95B0D04B0EB69DDB001A0D06 /* btCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAF60EB69DD1001A0D06 /* btCollisionAlgorithm.cpp */; }; + 95B0D04C0EB69DDB001A0D06 /* btCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAF70EB69DD1001A0D06 /* btCollisionAlgorithm.h */; }; + 95B0D04D0EB69DDB001A0D06 /* btDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAF80EB69DD1001A0D06 /* btDispatcher.cpp */; }; + 95B0D04E0EB69DDB001A0D06 /* btDispatcher.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAF90EB69DD1001A0D06 /* btDispatcher.h */; }; + 95B0D04F0EB69DDB001A0D06 /* btMultiSapBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAFA0EB69DD1001A0D06 /* btMultiSapBroadphase.cpp */; }; + 95B0D0500EB69DDB001A0D06 /* btMultiSapBroadphase.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAFB0EB69DD1001A0D06 /* btMultiSapBroadphase.h */; }; + 95B0D0510EB69DDB001A0D06 /* btOverlappingPairCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAFC0EB69DD1001A0D06 /* btOverlappingPairCache.cpp */; }; + 95B0D0520EB69DDB001A0D06 /* btOverlappingPairCache.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAFD0EB69DD1001A0D06 /* btOverlappingPairCache.h */; }; + 95B0D0530EB69DDB001A0D06 /* btOverlappingPairCallback.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CAFE0EB69DD1001A0D06 /* btOverlappingPairCallback.h */; }; + 95B0D0540EB69DDB001A0D06 /* btSimpleBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CAFF0EB69DD1001A0D06 /* btSimpleBroadphase.cpp */; }; + 95B0D0550EB69DDB001A0D06 /* btSimpleBroadphase.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB000EB69DD1001A0D06 /* btSimpleBroadphase.h */; }; + 95B0D0560EB69DDB001A0D06 /* btBoxBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB020EB69DD1001A0D06 /* btBoxBoxCollisionAlgorithm.cpp */; }; + 95B0D0570EB69DDB001A0D06 /* btBoxBoxCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB030EB69DD1001A0D06 /* btBoxBoxCollisionAlgorithm.h */; }; + 95B0D0580EB69DDB001A0D06 /* btBoxBoxDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB040EB69DD1001A0D06 /* btBoxBoxDetector.cpp */; }; + 95B0D0590EB69DDB001A0D06 /* btBoxBoxDetector.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB050EB69DD1001A0D06 /* btBoxBoxDetector.h */; }; + 95B0D05A0EB69DDB001A0D06 /* btCollisionConfiguration.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB060EB69DD1001A0D06 /* btCollisionConfiguration.h */; }; + 95B0D05B0EB69DDB001A0D06 /* btCollisionCreateFunc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB070EB69DD1001A0D06 /* btCollisionCreateFunc.h */; }; + 95B0D05C0EB69DDB001A0D06 /* btCollisionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB080EB69DD1001A0D06 /* btCollisionDispatcher.cpp */; }; + 95B0D05D0EB69DDB001A0D06 /* btCollisionDispatcher.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB090EB69DD1001A0D06 /* btCollisionDispatcher.h */; }; + 95B0D05E0EB69DDB001A0D06 /* btCollisionObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB0A0EB69DD1001A0D06 /* btCollisionObject.cpp */; }; + 95B0D05F0EB69DDB001A0D06 /* btCollisionObject.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB0B0EB69DD1001A0D06 /* btCollisionObject.h */; }; + 95B0D0600EB69DDB001A0D06 /* btCollisionWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB0C0EB69DD1001A0D06 /* btCollisionWorld.cpp */; }; + 95B0D0610EB69DDB001A0D06 /* btCollisionWorld.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB0D0EB69DD1001A0D06 /* btCollisionWorld.h */; }; + 95B0D0620EB69DDB001A0D06 /* btCompoundCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB0E0EB69DD1001A0D06 /* btCompoundCollisionAlgorithm.cpp */; }; + 95B0D0630EB69DDB001A0D06 /* btCompoundCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB0F0EB69DD1001A0D06 /* btCompoundCollisionAlgorithm.h */; }; + 95B0D0640EB69DDB001A0D06 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB100EB69DD1001A0D06 /* btConvexConcaveCollisionAlgorithm.cpp */; }; + 95B0D0650EB69DDB001A0D06 /* btConvexConcaveCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB110EB69DD1001A0D06 /* btConvexConcaveCollisionAlgorithm.h */; }; + 95B0D0660EB69DDB001A0D06 /* btConvexConvexAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB120EB69DD1001A0D06 /* btConvexConvexAlgorithm.cpp */; }; + 95B0D0670EB69DDB001A0D06 /* btConvexConvexAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB130EB69DD1001A0D06 /* btConvexConvexAlgorithm.h */; }; + 95B0D0680EB69DDB001A0D06 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB140EB69DD1001A0D06 /* btConvexPlaneCollisionAlgorithm.cpp */; }; + 95B0D0690EB69DDB001A0D06 /* btConvexPlaneCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB150EB69DD1001A0D06 /* btConvexPlaneCollisionAlgorithm.h */; }; + 95B0D06A0EB69DDB001A0D06 /* btDefaultCollisionConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB160EB69DD1001A0D06 /* btDefaultCollisionConfiguration.cpp */; }; + 95B0D06B0EB69DDB001A0D06 /* btDefaultCollisionConfiguration.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB170EB69DD1001A0D06 /* btDefaultCollisionConfiguration.h */; }; + 95B0D06C0EB69DDB001A0D06 /* btEmptyCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB180EB69DD1001A0D06 /* btEmptyCollisionAlgorithm.cpp */; }; + 95B0D06D0EB69DDB001A0D06 /* btEmptyCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB190EB69DD1001A0D06 /* btEmptyCollisionAlgorithm.h */; }; + 95B0D06E0EB69DDB001A0D06 /* btManifoldResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB1A0EB69DD1001A0D06 /* btManifoldResult.cpp */; }; + 95B0D06F0EB69DDB001A0D06 /* btManifoldResult.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB1B0EB69DD1001A0D06 /* btManifoldResult.h */; }; + 95B0D0700EB69DDB001A0D06 /* btSimulationIslandManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB1C0EB69DD1001A0D06 /* btSimulationIslandManager.cpp */; }; + 95B0D0710EB69DDB001A0D06 /* btSimulationIslandManager.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB1D0EB69DD1001A0D06 /* btSimulationIslandManager.h */; }; + 95B0D0720EB69DDB001A0D06 /* btSphereBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB1E0EB69DD1001A0D06 /* btSphereBoxCollisionAlgorithm.cpp */; }; + 95B0D0730EB69DDB001A0D06 /* btSphereBoxCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB1F0EB69DD1001A0D06 /* btSphereBoxCollisionAlgorithm.h */; }; + 95B0D0740EB69DDB001A0D06 /* btSphereSphereCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB200EB69DD1001A0D06 /* btSphereSphereCollisionAlgorithm.cpp */; }; + 95B0D0750EB69DDB001A0D06 /* btSphereSphereCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB210EB69DD1001A0D06 /* btSphereSphereCollisionAlgorithm.h */; }; + 95B0D0760EB69DDB001A0D06 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB220EB69DD1001A0D06 /* btSphereTriangleCollisionAlgorithm.cpp */; }; + 95B0D0770EB69DDB001A0D06 /* btSphereTriangleCollisionAlgorithm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB230EB69DD1001A0D06 /* btSphereTriangleCollisionAlgorithm.h */; }; + 95B0D0780EB69DDB001A0D06 /* btUnionFind.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB240EB69DD1001A0D06 /* btUnionFind.cpp */; }; + 95B0D0790EB69DDB001A0D06 /* btUnionFind.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB250EB69DD1001A0D06 /* btUnionFind.h */; }; + 95B0D07A0EB69DDB001A0D06 /* SphereTriangleDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB260EB69DD1001A0D06 /* SphereTriangleDetector.cpp */; }; + 95B0D07B0EB69DDB001A0D06 /* SphereTriangleDetector.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB270EB69DD1001A0D06 /* SphereTriangleDetector.h */; }; + 95B0D07C0EB69DDB001A0D06 /* btBoxShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB290EB69DD1001A0D06 /* btBoxShape.cpp */; }; + 95B0D07D0EB69DDB001A0D06 /* btBoxShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB2A0EB69DD1001A0D06 /* btBoxShape.h */; }; + 95B0D07E0EB69DDB001A0D06 /* btBvhTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB2B0EB69DD1001A0D06 /* btBvhTriangleMeshShape.cpp */; }; + 95B0D07F0EB69DDB001A0D06 /* btBvhTriangleMeshShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB2C0EB69DD1001A0D06 /* btBvhTriangleMeshShape.h */; }; + 95B0D0800EB69DDB001A0D06 /* btCapsuleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB2D0EB69DD1001A0D06 /* btCapsuleShape.cpp */; }; + 95B0D0810EB69DDB001A0D06 /* btCapsuleShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB2E0EB69DD1001A0D06 /* btCapsuleShape.h */; }; + 95B0D0820EB69DDB001A0D06 /* btCollisionMargin.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB2F0EB69DD1001A0D06 /* btCollisionMargin.h */; }; + 95B0D0830EB69DDB001A0D06 /* btCollisionShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB300EB69DD1001A0D06 /* btCollisionShape.cpp */; }; + 95B0D0840EB69DDB001A0D06 /* btCollisionShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB310EB69DD1001A0D06 /* btCollisionShape.h */; }; + 95B0D0850EB69DDB001A0D06 /* btCompoundShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB320EB69DD1001A0D06 /* btCompoundShape.cpp */; }; + 95B0D0860EB69DDB001A0D06 /* btCompoundShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB330EB69DD1001A0D06 /* btCompoundShape.h */; }; + 95B0D0870EB69DDB001A0D06 /* btConcaveShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB340EB69DD1001A0D06 /* btConcaveShape.cpp */; }; + 95B0D0880EB69DDB001A0D06 /* btConcaveShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB350EB69DD1001A0D06 /* btConcaveShape.h */; }; + 95B0D0890EB69DDB001A0D06 /* btConeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB360EB69DD1001A0D06 /* btConeShape.cpp */; }; + 95B0D08A0EB69DDB001A0D06 /* btConeShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB370EB69DD1001A0D06 /* btConeShape.h */; }; + 95B0D08B0EB69DDB001A0D06 /* btConvexHullShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB380EB69DD1001A0D06 /* btConvexHullShape.cpp */; }; + 95B0D08C0EB69DDB001A0D06 /* btConvexHullShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB390EB69DD1001A0D06 /* btConvexHullShape.h */; }; + 95B0D08D0EB69DDB001A0D06 /* btConvexInternalShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB3A0EB69DD1001A0D06 /* btConvexInternalShape.cpp */; }; + 95B0D08E0EB69DDB001A0D06 /* btConvexInternalShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB3B0EB69DD1001A0D06 /* btConvexInternalShape.h */; }; + 95B0D08F0EB69DDB001A0D06 /* btConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB3C0EB69DD1001A0D06 /* btConvexShape.cpp */; }; + 95B0D0900EB69DDB001A0D06 /* btConvexShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB3D0EB69DD1001A0D06 /* btConvexShape.h */; }; + 95B0D0910EB69DDB001A0D06 /* btConvexTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB3E0EB69DD1001A0D06 /* btConvexTriangleMeshShape.cpp */; }; + 95B0D0920EB69DDB001A0D06 /* btConvexTriangleMeshShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB3F0EB69DD1001A0D06 /* btConvexTriangleMeshShape.h */; }; + 95B0D0930EB69DDB001A0D06 /* btCylinderShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB400EB69DD1001A0D06 /* btCylinderShape.cpp */; }; + 95B0D0940EB69DDB001A0D06 /* btCylinderShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB410EB69DD1001A0D06 /* btCylinderShape.h */; }; + 95B0D0950EB69DDB001A0D06 /* btEmptyShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB420EB69DD1001A0D06 /* btEmptyShape.cpp */; }; + 95B0D0960EB69DDB001A0D06 /* btEmptyShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB430EB69DD1001A0D06 /* btEmptyShape.h */; }; + 95B0D0970EB69DDB001A0D06 /* btHeightfieldTerrainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB440EB69DD1001A0D06 /* btHeightfieldTerrainShape.cpp */; }; + 95B0D0980EB69DDB001A0D06 /* btHeightfieldTerrainShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB450EB69DD1001A0D06 /* btHeightfieldTerrainShape.h */; }; + 95B0D0990EB69DDB001A0D06 /* btMinkowskiSumShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB460EB69DD1001A0D06 /* btMinkowskiSumShape.cpp */; }; + 95B0D09A0EB69DDB001A0D06 /* btMinkowskiSumShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB470EB69DD1001A0D06 /* btMinkowskiSumShape.h */; }; + 95B0D09B0EB69DDB001A0D06 /* btMultiSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB480EB69DD1001A0D06 /* btMultiSphereShape.cpp */; }; + 95B0D09C0EB69DDB001A0D06 /* btMultiSphereShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB490EB69DD1001A0D06 /* btMultiSphereShape.h */; }; + 95B0D09D0EB69DDB001A0D06 /* btOptimizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB4A0EB69DD1001A0D06 /* btOptimizedBvh.cpp */; }; + 95B0D09E0EB69DDB001A0D06 /* btOptimizedBvh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB4B0EB69DD1001A0D06 /* btOptimizedBvh.h */; }; + 95B0D09F0EB69DDB001A0D06 /* btPolyhedralConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB4C0EB69DD1001A0D06 /* btPolyhedralConvexShape.cpp */; }; + 95B0D0A00EB69DDB001A0D06 /* btPolyhedralConvexShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB4D0EB69DD1001A0D06 /* btPolyhedralConvexShape.h */; }; + 95B0D0A10EB69DDB001A0D06 /* btShapeHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB4E0EB69DD1001A0D06 /* btShapeHull.cpp */; }; + 95B0D0A20EB69DDB001A0D06 /* btShapeHull.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB4F0EB69DD1001A0D06 /* btShapeHull.h */; }; + 95B0D0A30EB69DDB001A0D06 /* btSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB500EB69DD1001A0D06 /* btSphereShape.cpp */; }; + 95B0D0A40EB69DDB001A0D06 /* btSphereShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB510EB69DD1001A0D06 /* btSphereShape.h */; }; + 95B0D0A50EB69DDB001A0D06 /* btStaticPlaneShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB520EB69DD1001A0D06 /* btStaticPlaneShape.cpp */; }; + 95B0D0A60EB69DDB001A0D06 /* btStaticPlaneShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB530EB69DD1001A0D06 /* btStaticPlaneShape.h */; }; + 95B0D0A70EB69DDB001A0D06 /* btStridingMeshInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB540EB69DD1001A0D06 /* btStridingMeshInterface.cpp */; }; + 95B0D0A80EB69DDB001A0D06 /* btStridingMeshInterface.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB550EB69DD1001A0D06 /* btStridingMeshInterface.h */; }; + 95B0D0A90EB69DDB001A0D06 /* btTetrahedronShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB560EB69DD1001A0D06 /* btTetrahedronShape.cpp */; }; + 95B0D0AA0EB69DDB001A0D06 /* btTetrahedronShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB570EB69DD1001A0D06 /* btTetrahedronShape.h */; }; + 95B0D0AB0EB69DDB001A0D06 /* btTriangleBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB580EB69DD1001A0D06 /* btTriangleBuffer.cpp */; }; + 95B0D0AC0EB69DDB001A0D06 /* btTriangleBuffer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB590EB69DD1001A0D06 /* btTriangleBuffer.h */; }; + 95B0D0AD0EB69DDB001A0D06 /* btTriangleCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB5A0EB69DD1001A0D06 /* btTriangleCallback.cpp */; }; + 95B0D0AE0EB69DDB001A0D06 /* btTriangleCallback.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB5B0EB69DD1001A0D06 /* btTriangleCallback.h */; }; + 95B0D0AF0EB69DDB001A0D06 /* btTriangleIndexVertexArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB5C0EB69DD1001A0D06 /* btTriangleIndexVertexArray.cpp */; }; + 95B0D0B00EB69DDB001A0D06 /* btTriangleIndexVertexArray.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB5D0EB69DD1001A0D06 /* btTriangleIndexVertexArray.h */; }; + 95B0D0B10EB69DDB001A0D06 /* btTriangleMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB5E0EB69DD1001A0D06 /* btTriangleMesh.cpp */; }; + 95B0D0B20EB69DDB001A0D06 /* btTriangleMesh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB5F0EB69DD1001A0D06 /* btTriangleMesh.h */; }; + 95B0D0B30EB69DDB001A0D06 /* btTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB600EB69DD1001A0D06 /* btTriangleMeshShape.cpp */; }; + 95B0D0B40EB69DDB001A0D06 /* btTriangleMeshShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB610EB69DD1001A0D06 /* btTriangleMeshShape.h */; }; + 95B0D0B50EB69DDB001A0D06 /* btTriangleShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB620EB69DD1001A0D06 /* btTriangleShape.h */; }; + 95B0D0B60EB69DDB001A0D06 /* btUniformScalingShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB630EB69DD1001A0D06 /* btUniformScalingShape.cpp */; }; + 95B0D0B70EB69DDB001A0D06 /* btUniformScalingShape.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB640EB69DD1001A0D06 /* btUniformScalingShape.h */; }; + 95B0D0B80EB69DDB001A0D06 /* btContinuousConvexCollision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB660EB69DD1001A0D06 /* btContinuousConvexCollision.cpp */; }; + 95B0D0B90EB69DDB001A0D06 /* btContinuousConvexCollision.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB670EB69DD1001A0D06 /* btContinuousConvexCollision.h */; }; + 95B0D0BA0EB69DDB001A0D06 /* btConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB680EB69DD1001A0D06 /* btConvexCast.cpp */; }; + 95B0D0BB0EB69DDB001A0D06 /* btConvexCast.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB690EB69DD1001A0D06 /* btConvexCast.h */; }; + 95B0D0BC0EB69DDB001A0D06 /* btConvexPenetrationDepthSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB6A0EB69DD1001A0D06 /* btConvexPenetrationDepthSolver.h */; }; + 95B0D0BD0EB69DDB001A0D06 /* btDiscreteCollisionDetectorInterface.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB6B0EB69DD1001A0D06 /* btDiscreteCollisionDetectorInterface.h */; }; + 95B0D0BE0EB69DDB001A0D06 /* btGjkConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB6C0EB69DD1001A0D06 /* btGjkConvexCast.cpp */; }; + 95B0D0BF0EB69DDB001A0D06 /* btGjkConvexCast.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB6D0EB69DD1001A0D06 /* btGjkConvexCast.h */; }; + 95B0D0C00EB69DDB001A0D06 /* btGjkEpa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB6E0EB69DD1001A0D06 /* btGjkEpa.cpp */; }; + 95B0D0C10EB69DDB001A0D06 /* btGjkEpa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB6F0EB69DD1001A0D06 /* btGjkEpa.h */; }; + 95B0D0C20EB69DDB001A0D06 /* btGjkEpa2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB700EB69DD1001A0D06 /* btGjkEpa2.cpp */; }; + 95B0D0C30EB69DDB001A0D06 /* btGjkEpa2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB710EB69DD1001A0D06 /* btGjkEpa2.h */; }; + 95B0D0C40EB69DDB001A0D06 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB720EB69DD1001A0D06 /* btGjkEpaPenetrationDepthSolver.cpp */; }; + 95B0D0C50EB69DDB001A0D06 /* btGjkEpaPenetrationDepthSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB730EB69DD1001A0D06 /* btGjkEpaPenetrationDepthSolver.h */; }; + 95B0D0C60EB69DDB001A0D06 /* btGjkPairDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB740EB69DD1001A0D06 /* btGjkPairDetector.cpp */; }; + 95B0D0C70EB69DDB001A0D06 /* btGjkPairDetector.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB750EB69DD1001A0D06 /* btGjkPairDetector.h */; }; + 95B0D0C80EB69DDB001A0D06 /* btManifoldPoint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB760EB69DD1001A0D06 /* btManifoldPoint.h */; }; + 95B0D0C90EB69DDB001A0D06 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB770EB69DD1001A0D06 /* btMinkowskiPenetrationDepthSolver.cpp */; }; + 95B0D0CA0EB69DDB001A0D06 /* btMinkowskiPenetrationDepthSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB780EB69DD1001A0D06 /* btMinkowskiPenetrationDepthSolver.h */; }; + 95B0D0CB0EB69DDB001A0D06 /* btPersistentManifold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB790EB69DD1001A0D06 /* btPersistentManifold.cpp */; }; + 95B0D0CC0EB69DDB001A0D06 /* btPersistentManifold.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB7A0EB69DD1001A0D06 /* btPersistentManifold.h */; }; + 95B0D0CD0EB69DDB001A0D06 /* btPointCollector.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB7B0EB69DD1001A0D06 /* btPointCollector.h */; }; + 95B0D0CE0EB69DDB001A0D06 /* btRaycastCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB7C0EB69DD1001A0D06 /* btRaycastCallback.cpp */; }; + 95B0D0CF0EB69DDB001A0D06 /* btRaycastCallback.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB7D0EB69DD1001A0D06 /* btRaycastCallback.h */; }; + 95B0D0D00EB69DDB001A0D06 /* btSimplexSolverInterface.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB7E0EB69DD1001A0D06 /* btSimplexSolverInterface.h */; }; + 95B0D0D10EB69DDB001A0D06 /* btSubSimplexConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB7F0EB69DD1001A0D06 /* btSubSimplexConvexCast.cpp */; }; + 95B0D0D20EB69DDB001A0D06 /* btSubSimplexConvexCast.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB800EB69DD1001A0D06 /* btSubSimplexConvexCast.h */; }; + 95B0D0D30EB69DDB001A0D06 /* btVoronoiSimplexSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB810EB69DD1001A0D06 /* btVoronoiSimplexSolver.cpp */; }; + 95B0D0D40EB69DDB001A0D06 /* btVoronoiSimplexSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB820EB69DD1001A0D06 /* btVoronoiSimplexSolver.h */; }; + 95B0D0D50EB69DDB001A0D06 /* btConeTwistConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB850EB69DD1001A0D06 /* btConeTwistConstraint.cpp */; }; + 95B0D0D60EB69DDB001A0D06 /* btConeTwistConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB860EB69DD1001A0D06 /* btConeTwistConstraint.h */; }; + 95B0D0D70EB69DDB001A0D06 /* btConstraintSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB870EB69DD1001A0D06 /* btConstraintSolver.h */; }; + 95B0D0D80EB69DDB001A0D06 /* btContactConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB880EB69DD1001A0D06 /* btContactConstraint.cpp */; }; + 95B0D0D90EB69DDB001A0D06 /* btContactConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB890EB69DD1001A0D06 /* btContactConstraint.h */; }; + 95B0D0DA0EB69DDB001A0D06 /* btContactSolverInfo.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB8A0EB69DD1001A0D06 /* btContactSolverInfo.h */; }; + 95B0D0DB0EB69DDB001A0D06 /* btGeneric6DofConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB8B0EB69DD1001A0D06 /* btGeneric6DofConstraint.cpp */; }; + 95B0D0DC0EB69DDB001A0D06 /* btGeneric6DofConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB8C0EB69DD1001A0D06 /* btGeneric6DofConstraint.h */; }; + 95B0D0DD0EB69DDB001A0D06 /* btHingeConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB8D0EB69DD1001A0D06 /* btHingeConstraint.cpp */; }; + 95B0D0DE0EB69DDB001A0D06 /* btHingeConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB8E0EB69DD1001A0D06 /* btHingeConstraint.h */; }; + 95B0D0DF0EB69DDB001A0D06 /* btJacobianEntry.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB8F0EB69DD1001A0D06 /* btJacobianEntry.h */; }; + 95B0D0E00EB69DDB001A0D06 /* btOdeContactJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB900EB69DD1001A0D06 /* btOdeContactJoint.cpp */; }; + 95B0D0E10EB69DDB001A0D06 /* btOdeContactJoint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB910EB69DD1001A0D06 /* btOdeContactJoint.h */; }; + 95B0D0E20EB69DDB001A0D06 /* btOdeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB920EB69DD1001A0D06 /* btOdeJoint.cpp */; }; + 95B0D0E30EB69DDB001A0D06 /* btOdeJoint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB930EB69DD1001A0D06 /* btOdeJoint.h */; }; + 95B0D0E40EB69DDB001A0D06 /* btOdeMacros.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB940EB69DD1001A0D06 /* btOdeMacros.h */; }; + 95B0D0E50EB69DDB001A0D06 /* btOdeQuickstepConstraintSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB950EB69DD1001A0D06 /* btOdeQuickstepConstraintSolver.cpp */; }; + 95B0D0E60EB69DDB001A0D06 /* btOdeQuickstepConstraintSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB960EB69DD1001A0D06 /* btOdeQuickstepConstraintSolver.h */; }; + 95B0D0E70EB69DDB001A0D06 /* btOdeSolverBody.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB970EB69DD1001A0D06 /* btOdeSolverBody.h */; }; + 95B0D0E80EB69DDB001A0D06 /* btOdeTypedJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB980EB69DD1001A0D06 /* btOdeTypedJoint.cpp */; }; + 95B0D0E90EB69DDB001A0D06 /* btOdeTypedJoint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB990EB69DD1001A0D06 /* btOdeTypedJoint.h */; }; + 95B0D0EA0EB69DDB001A0D06 /* btPoint2PointConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB9A0EB69DD1001A0D06 /* btPoint2PointConstraint.cpp */; }; + 95B0D0EB0EB69DDB001A0D06 /* btPoint2PointConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB9B0EB69DD1001A0D06 /* btPoint2PointConstraint.h */; }; + 95B0D0EC0EB69DDB001A0D06 /* btSequentialImpulseConstraintSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB9C0EB69DD1001A0D06 /* btSequentialImpulseConstraintSolver.cpp */; }; + 95B0D0ED0EB69DDB001A0D06 /* btSequentialImpulseConstraintSolver.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB9D0EB69DD1001A0D06 /* btSequentialImpulseConstraintSolver.h */; }; + 95B0D0EE0EB69DDB001A0D06 /* btSliderConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CB9E0EB69DD1001A0D06 /* btSliderConstraint.cpp */; }; + 95B0D0EF0EB69DDB001A0D06 /* btSliderConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CB9F0EB69DD1001A0D06 /* btSliderConstraint.h */; }; + 95B0D0F00EB69DDB001A0D06 /* btSolve2LinearConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBA00EB69DD1001A0D06 /* btSolve2LinearConstraint.cpp */; }; + 95B0D0F10EB69DDB001A0D06 /* btSolve2LinearConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBA10EB69DD1001A0D06 /* btSolve2LinearConstraint.h */; }; + 95B0D0F20EB69DDB001A0D06 /* btSolverBody.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBA20EB69DD1001A0D06 /* btSolverBody.h */; }; + 95B0D0F30EB69DDB001A0D06 /* btSolverConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBA30EB69DD1001A0D06 /* btSolverConstraint.h */; }; + 95B0D0F40EB69DDC001A0D06 /* btSorLcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBA40EB69DD1001A0D06 /* btSorLcp.cpp */; }; + 95B0D0F50EB69DDC001A0D06 /* btSorLcp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBA50EB69DD1001A0D06 /* btSorLcp.h */; }; + 95B0D0F60EB69DDC001A0D06 /* btTypedConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBA60EB69DD1001A0D06 /* btTypedConstraint.cpp */; }; + 95B0D0F70EB69DDC001A0D06 /* btTypedConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBA70EB69DD1001A0D06 /* btTypedConstraint.h */; }; + 95B0D0F80EB69DDC001A0D06 /* btUprightConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBA80EB69DD1001A0D06 /* btUprightConstraint.cpp */; }; + 95B0D0F90EB69DDC001A0D06 /* btUprightConstraint.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBA90EB69DD1001A0D06 /* btUprightConstraint.h */; }; + 95B0D0FA0EB69DDC001A0D06 /* btContinuousDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBAB0EB69DD1001A0D06 /* btContinuousDynamicsWorld.cpp */; }; + 95B0D0FB0EB69DDC001A0D06 /* btContinuousDynamicsWorld.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBAC0EB69DD1001A0D06 /* btContinuousDynamicsWorld.h */; }; + 95B0D0FC0EB69DDC001A0D06 /* btDiscreteDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBAD0EB69DD1001A0D06 /* btDiscreteDynamicsWorld.cpp */; }; + 95B0D0FD0EB69DDC001A0D06 /* btDiscreteDynamicsWorld.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBAE0EB69DD1001A0D06 /* btDiscreteDynamicsWorld.h */; }; + 95B0D0FE0EB69DDC001A0D06 /* btDynamicsWorld.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBAF0EB69DD1001A0D06 /* btDynamicsWorld.h */; }; + 95B0D0FF0EB69DDC001A0D06 /* btRigidBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBB00EB69DD1001A0D06 /* btRigidBody.cpp */; }; + 95B0D1000EB69DDC001A0D06 /* btRigidBody.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBB10EB69DD1001A0D06 /* btRigidBody.h */; }; + 95B0D1010EB69DDC001A0D06 /* btSimpleDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBB20EB69DD1001A0D06 /* btSimpleDynamicsWorld.cpp */; }; + 95B0D1020EB69DDC001A0D06 /* btSimpleDynamicsWorld.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBB30EB69DD1001A0D06 /* btSimpleDynamicsWorld.h */; }; + 95B0D1030EB69DDC001A0D06 /* Bullet-C-API.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBB40EB69DD1001A0D06 /* Bullet-C-API.cpp */; }; + 95B0D1040EB69DDC001A0D06 /* btKart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBB60EB69DD1001A0D06 /* btKart.cpp */; }; + 95B0D1050EB69DDC001A0D06 /* btKart.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBB70EB69DD1001A0D06 /* btKart.h */; }; + 95B0D1060EB69DDC001A0D06 /* btRaycastVehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBB80EB69DD1001A0D06 /* btRaycastVehicle.cpp */; }; + 95B0D1070EB69DDC001A0D06 /* btRaycastVehicle.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBB90EB69DD1001A0D06 /* btRaycastVehicle.h */; }; + 95B0D1080EB69DDC001A0D06 /* btVehicleRaycaster.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBBA0EB69DD1001A0D06 /* btVehicleRaycaster.h */; }; + 95B0D1090EB69DDC001A0D06 /* btWheelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBBB0EB69DD1001A0D06 /* btWheelInfo.cpp */; }; + 95B0D10A0EB69DDC001A0D06 /* btWheelInfo.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBBC0EB69DD1001A0D06 /* btWheelInfo.h */; }; + 95B0D10E0EB69DDC001A0D06 /* btAabbUtil2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBC10EB69DD1001A0D06 /* btAabbUtil2.h */; }; + 95B0D10F0EB69DDC001A0D06 /* btAlignedAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBC20EB69DD1001A0D06 /* btAlignedAllocator.cpp */; }; + 95B0D1100EB69DDC001A0D06 /* btAlignedAllocator.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBC30EB69DD1001A0D06 /* btAlignedAllocator.h */; }; + 95B0D1110EB69DDC001A0D06 /* btAlignedObjectArray.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBC40EB69DD1001A0D06 /* btAlignedObjectArray.h */; }; + 95B0D1120EB69DDC001A0D06 /* btConvexHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBC50EB69DD1001A0D06 /* btConvexHull.cpp */; }; + 95B0D1130EB69DDC001A0D06 /* btConvexHull.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBC60EB69DD1001A0D06 /* btConvexHull.h */; }; + 95B0D1140EB69DDC001A0D06 /* btDefaultMotionState.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBC70EB69DD1001A0D06 /* btDefaultMotionState.h */; }; + 95B0D1150EB69DDC001A0D06 /* btGeometryUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBC80EB69DD1001A0D06 /* btGeometryUtil.cpp */; }; + 95B0D1160EB69DDC001A0D06 /* btGeometryUtil.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBC90EB69DD1001A0D06 /* btGeometryUtil.h */; }; + 95B0D1170EB69DDC001A0D06 /* btHashMap.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBCA0EB69DD1001A0D06 /* btHashMap.h */; }; + 95B0D1180EB69DDC001A0D06 /* btIDebugDraw.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBCB0EB69DD1001A0D06 /* btIDebugDraw.h */; }; + 95B0D1190EB69DDC001A0D06 /* btList.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBCC0EB69DD1001A0D06 /* btList.h */; }; + 95B0D11A0EB69DDC001A0D06 /* btMatrix3x3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBCD0EB69DD1001A0D06 /* btMatrix3x3.h */; }; + 95B0D11B0EB69DDC001A0D06 /* btMinMax.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBCE0EB69DD1001A0D06 /* btMinMax.h */; }; + 95B0D11C0EB69DDC001A0D06 /* btMotionState.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBCF0EB69DD1001A0D06 /* btMotionState.h */; }; + 95B0D11D0EB69DDC001A0D06 /* btPoint3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD00EB69DD1001A0D06 /* btPoint3.h */; }; + 95B0D11E0EB69DDC001A0D06 /* btPoolAllocator.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD10EB69DD1001A0D06 /* btPoolAllocator.h */; }; + 95B0D11F0EB69DDC001A0D06 /* btQuadWord.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD20EB69DD1001A0D06 /* btQuadWord.h */; }; + 95B0D1200EB69DDC001A0D06 /* btQuaternion.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD30EB69DD1001A0D06 /* btQuaternion.h */; }; + 95B0D1210EB69DDC001A0D06 /* btQuickprof.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBD40EB69DD1001A0D06 /* btQuickprof.cpp */; }; + 95B0D1220EB69DDC001A0D06 /* btQuickprof.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD50EB69DD1001A0D06 /* btQuickprof.h */; }; + 95B0D1230EB69DDC001A0D06 /* btRandom.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD60EB69DD1001A0D06 /* btRandom.h */; }; + 95B0D1240EB69DDC001A0D06 /* btScalar.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD70EB69DD1001A0D06 /* btScalar.h */; }; + 95B0D1250EB69DDC001A0D06 /* btStackAlloc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD80EB69DD1001A0D06 /* btStackAlloc.h */; }; + 95B0D1260EB69DDC001A0D06 /* btTransform.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBD90EB69DD1001A0D06 /* btTransform.h */; }; + 95B0D1270EB69DDC001A0D06 /* btTransformUtil.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBDA0EB69DD1001A0D06 /* btTransformUtil.h */; }; + 95B0D1280EB69DDC001A0D06 /* btTypedUserInfo.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBDB0EB69DD1001A0D06 /* btTypedUserInfo.h */; }; + 95B0D1290EB69DDC001A0D06 /* btVector3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBDC0EB69DD1001A0D06 /* btVector3.h */; }; + 95B0D12F0EB69DDC001A0D06 /* callback.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBE20EB69DD2001A0D06 /* callback.hpp */; }; + 95B0D1300EB69DDC001A0D06 /* callback_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBE30EB69DD2001A0D06 /* callback_manager.cpp */; }; + 95B0D1310EB69DDC001A0D06 /* callback_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBE40EB69DD2001A0D06 /* callback_manager.hpp */; }; + 95B0D1320EB69DDC001A0D06 /* camera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBE50EB69DD2001A0D06 /* camera.cpp */; }; + 95B0D1330EB69DDC001A0D06 /* camera.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBE60EB69DD2001A0D06 /* camera.hpp */; }; + 95B0D1340EB69DDC001A0D06 /* challenge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBE80EB69DD2001A0D06 /* challenge.cpp */; }; + 95B0D1350EB69DDC001A0D06 /* challenge.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBE90EB69DD2001A0D06 /* challenge.hpp */; }; + 95B0D1360EB69DDC001A0D06 /* challenge_data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBEA0EB69DD2001A0D06 /* challenge_data.cpp */; }; + 95B0D1370EB69DDC001A0D06 /* challenge_data.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBEB0EB69DD2001A0D06 /* challenge_data.hpp */; }; + 95B0D1380EB69DDC001A0D06 /* constants.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBEC0EB69DD2001A0D06 /* constants.hpp */; }; + 95B0D1390EB69DDC001A0D06 /* coord.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CBED0EB69DD2001A0D06 /* coord.hpp */; }; + 95B0D1440EB69DDC001A0D06 /* callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CBFA0EB69DD2001A0D06 /* callbacks.c */; }; + 95B0D1530EB69DDC001A0D06 /* host.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC0A0EB69DD2001A0D06 /* host.c */; }; + 95B0D1550EB69DDC001A0D06 /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC0E0EB69DD2001A0D06 /* callbacks.h */; }; + 95B0D1560EB69DDC001A0D06 /* enet.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC0F0EB69DD2001A0D06 /* enet.h */; }; + 95B0D1570EB69DDC001A0D06 /* list.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC100EB69DD2001A0D06 /* list.h */; }; + 95B0D1580EB69DDC001A0D06 /* protocol.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC110EB69DD2001A0D06 /* protocol.h */; }; + 95B0D15A0EB69DDC001A0D06 /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC130EB69DD2001A0D06 /* types.h */; }; + 95B0D15B0EB69DDC001A0D06 /* unix.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC140EB69DD2001A0D06 /* unix.h */; }; + 95B0D15C0EB69DDC001A0D06 /* utility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC150EB69DD2001A0D06 /* utility.h */; }; + 95B0D15D0EB69DDC001A0D06 /* win32.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC160EB69DD2001A0D06 /* win32.h */; }; + 95B0D1610EB69DDC001A0D06 /* list.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC1A0EB69DD2001A0D06 /* list.c */; }; + 95B0D1670EB69DDC001A0D06 /* packet.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC200EB69DD2001A0D06 /* packet.c */; }; + 95B0D1690EB69DDC001A0D06 /* peer.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC220EB69DD2001A0D06 /* peer.c */; }; + 95B0D16B0EB69DDC001A0D06 /* protocol.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC240EB69DD2001A0D06 /* protocol.c */; }; + 95B0D16F0EB69DDC001A0D06 /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC280EB69DD2001A0D06 /* unix.c */; }; + 95B0D1710EB69DDC001A0D06 /* win32.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC2A0EB69DD2001A0D06 /* win32.c */; }; + 95B0D1730EB69DDC001A0D06 /* explosion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC2C0EB69DD2001A0D06 /* explosion.cpp */; }; + 95B0D1740EB69DDC001A0D06 /* explosion.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC2D0EB69DD2001A0D06 /* explosion.hpp */; }; + 95B0D1750EB69DDC001A0D06 /* file_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC2E0EB69DD2001A0D06 /* file_manager.cpp */; }; + 95B0D1760EB69DDC001A0D06 /* file_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC2F0EB69DD2001A0D06 /* file_manager.hpp */; }; + 95B0D1770EB69DDC001A0D06 /* flyable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC300EB69DD2001A0D06 /* flyable.cpp */; }; + 95B0D1780EB69DDC001A0D06 /* flyable.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC310EB69DD2001A0D06 /* flyable.hpp */; }; + 95B0D1790EB69DDC001A0D06 /* grand_prix_data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC320EB69DD2001A0D06 /* grand_prix_data.cpp */; }; + 95B0D17A0EB69DDC001A0D06 /* grand_prix_data.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC330EB69DD2001A0D06 /* grand_prix_data.hpp */; }; + 95B0D17B0EB69DDC001A0D06 /* grand_prix_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC340EB69DD2001A0D06 /* grand_prix_manager.cpp */; }; + 95B0D17C0EB69DDC001A0D06 /* grand_prix_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC350EB69DD2001A0D06 /* grand_prix_manager.hpp */; }; + 95B0D17D0EB69DDC001A0D06 /* base_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC370EB69DD2001A0D06 /* base_gui.cpp */; }; + 95B0D17E0EB69DDC001A0D06 /* base_gui.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC380EB69DD2001A0D06 /* base_gui.hpp */; }; + 95B0D17F0EB69DDC001A0D06 /* challenges_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC390EB69DD2001A0D06 /* challenges_menu.cpp */; }; + 95B0D1800EB69DDC001A0D06 /* challenges_menu.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC3A0EB69DD2001A0D06 /* challenges_menu.hpp */; }; + 95B0D1810EB69DDC001A0D06 /* char_sel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC3B0EB69DD2001A0D06 /* char_sel.cpp */; }; + 95B0D1820EB69DDC001A0D06 /* char_sel.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC3C0EB69DD2001A0D06 /* char_sel.hpp */; }; + 95B0D1830EB69DDC001A0D06 /* config_controls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC3D0EB69DD2001A0D06 /* config_controls.cpp */; }; + 95B0D1840EB69DDC001A0D06 /* config_controls.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC3E0EB69DD2001A0D06 /* config_controls.hpp */; }; + 95B0D1850EB69DDC001A0D06 /* config_display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC3F0EB69DD2001A0D06 /* config_display.cpp */; }; + 95B0D1860EB69DDC001A0D06 /* config_display.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC400EB69DD2001A0D06 /* config_display.hpp */; }; + 95B0D1870EB69DDC001A0D06 /* config_sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC410EB69DD2001A0D06 /* config_sound.cpp */; }; + 95B0D1880EB69DDC001A0D06 /* config_sound.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC420EB69DD2001A0D06 /* config_sound.hpp */; }; + 95B0D1890EB69DDC001A0D06 /* credits_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC430EB69DD2001A0D06 /* credits_menu.cpp */; }; + 95B0D18A0EB69DDC001A0D06 /* credits_menu.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC440EB69DD2001A0D06 /* credits_menu.hpp */; }; + 95B0D18B0EB69DDC001A0D06 /* display_res_confirm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC450EB69DD2001A0D06 /* display_res_confirm.cpp */; }; + 95B0D18C0EB69DDC001A0D06 /* display_res_confirm.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC460EB69DD2001A0D06 /* display_res_confirm.hpp */; }; + 95B0D18D0EB69DDD001A0D06 /* feature_unlocked.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC470EB69DD2001A0D06 /* feature_unlocked.cpp */; }; + 95B0D18E0EB69DDD001A0D06 /* feature_unlocked.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC480EB69DD2001A0D06 /* feature_unlocked.hpp */; }; + 95B0D18F0EB69DDD001A0D06 /* font.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC490EB69DD2001A0D06 /* font.cpp */; }; + 95B0D1900EB69DDD001A0D06 /* font.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC4A0EB69DD2001A0D06 /* font.hpp */; }; + 95B0D1910EB69DDD001A0D06 /* game_mode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC4B0EB69DD2001A0D06 /* game_mode.cpp */; }; + 95B0D1920EB69DDD001A0D06 /* game_mode.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC4C0EB69DD2001A0D06 /* game_mode.hpp */; }; + 95B0D1930EB69DDD001A0D06 /* grand_prix_ending.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC4D0EB69DD2001A0D06 /* grand_prix_ending.cpp */; }; + 95B0D1940EB69DDD001A0D06 /* grand_prix_ending.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC4E0EB69DD2001A0D06 /* grand_prix_ending.hpp */; }; + 95B0D1950EB69DDD001A0D06 /* grand_prix_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC4F0EB69DD2001A0D06 /* grand_prix_select.cpp */; }; + 95B0D1960EB69DDD001A0D06 /* grand_prix_select.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC500EB69DD2001A0D06 /* grand_prix_select.hpp */; }; + 95B0D1970EB69DDD001A0D06 /* help_page_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC510EB69DD2001A0D06 /* help_page_one.cpp */; }; + 95B0D1980EB69DDD001A0D06 /* help_page_one.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC520EB69DD2001A0D06 /* help_page_one.hpp */; }; + 95B0D1990EB69DDD001A0D06 /* help_page_three.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC530EB69DD2001A0D06 /* help_page_three.cpp */; }; + 95B0D19A0EB69DDD001A0D06 /* help_page_three.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC540EB69DD2001A0D06 /* help_page_three.hpp */; }; + 95B0D19B0EB69DDD001A0D06 /* help_page_two.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC550EB69DD2001A0D06 /* help_page_two.cpp */; }; + 95B0D19C0EB69DDD001A0D06 /* help_page_two.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC560EB69DD2001A0D06 /* help_page_two.hpp */; }; + 95B0D19D0EB69DDD001A0D06 /* main_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC570EB69DD2001A0D06 /* main_menu.cpp */; }; + 95B0D19E0EB69DDD001A0D06 /* main_menu.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC580EB69DD2001A0D06 /* main_menu.hpp */; }; + 95B0D19F0EB69DDD001A0D06 /* menu_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC590EB69DD2001A0D06 /* menu_manager.cpp */; }; + 95B0D1A00EB69DDD001A0D06 /* menu_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC5A0EB69DD2001A0D06 /* menu_manager.hpp */; }; + 95B0D1A10EB69DDD001A0D06 /* network_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC5B0EB69DD2001A0D06 /* network_gui.cpp */; }; + 95B0D1A20EB69DDD001A0D06 /* network_gui.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC5C0EB69DD2001A0D06 /* network_gui.hpp */; }; + 95B0D1A30EB69DDD001A0D06 /* num_players.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC5D0EB69DD2001A0D06 /* num_players.cpp */; }; + 95B0D1A40EB69DDD001A0D06 /* num_players.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC5E0EB69DD2001A0D06 /* num_players.hpp */; }; + 95B0D1A50EB69DDD001A0D06 /* options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC5F0EB69DD2001A0D06 /* options.cpp */; }; + 95B0D1A60EB69DDD001A0D06 /* options.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC600EB69DD2001A0D06 /* options.hpp */; }; + 95B0D1A70EB69DDD001A0D06 /* player_controls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC610EB69DD2001A0D06 /* player_controls.cpp */; }; + 95B0D1A80EB69DDD001A0D06 /* player_controls.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC620EB69DD2001A0D06 /* player_controls.hpp */; }; + 95B0D1A90EB69DDD001A0D06 /* race_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC630EB69DD2001A0D06 /* race_gui.cpp */; }; + 95B0D1AA0EB69DDD001A0D06 /* race_gui.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC640EB69DD2001A0D06 /* race_gui.hpp */; }; + 95B0D1AB0EB69DDD001A0D06 /* race_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC650EB69DD2001A0D06 /* race_menu.cpp */; }; + 95B0D1AC0EB69DDD001A0D06 /* race_menu.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC660EB69DD2001A0D06 /* race_menu.hpp */; }; + 95B0D1AD0EB69DDD001A0D06 /* race_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC670EB69DD2001A0D06 /* race_options.cpp */; }; + 95B0D1AE0EB69DDD001A0D06 /* race_options.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC680EB69DD2001A0D06 /* race_options.hpp */; }; + 95B0D1AF0EB69DDD001A0D06 /* race_results_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC690EB69DD2001A0D06 /* race_results_gui.cpp */; }; + 95B0D1B00EB69DDD001A0D06 /* race_results_gui.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC6A0EB69DD2001A0D06 /* race_results_gui.hpp */; }; + 95B0D1B10EB69DDD001A0D06 /* start_race_feedback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC6B0EB69DD2001A0D06 /* start_race_feedback.cpp */; }; + 95B0D1B20EB69DDD001A0D06 /* start_race_feedback.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC6C0EB69DD2001A0D06 /* start_race_feedback.hpp */; }; + 95B0D1B30EB69DDD001A0D06 /* track_sel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC6D0EB69DD2001A0D06 /* track_sel.cpp */; }; + 95B0D1B40EB69DDD001A0D06 /* track_sel.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC6E0EB69DD2001A0D06 /* track_sel.hpp */; }; + 95B0D1B50EB69DDD001A0D06 /* widget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC6F0EB69DD2001A0D06 /* widget.cpp */; }; + 95B0D1B60EB69DDD001A0D06 /* widget.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC700EB69DD2001A0D06 /* widget.hpp */; }; + 95B0D1B70EB69DDD001A0D06 /* widget_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC710EB69DD2001A0D06 /* widget_manager.cpp */; }; + 95B0D1B80EB69DDD001A0D06 /* widget_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC720EB69DD2001A0D06 /* widget_manager.hpp */; }; + 95B0D1B90EB69DDD001A0D06 /* highscore_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC730EB69DD2001A0D06 /* highscore_manager.cpp */; }; + 95B0D1BA0EB69DDD001A0D06 /* highscore_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC740EB69DD2001A0D06 /* highscore_manager.hpp */; }; + 95B0D1BB0EB69DDD001A0D06 /* highscores.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC750EB69DD2001A0D06 /* highscores.cpp */; }; + 95B0D1BC0EB69DDD001A0D06 /* highscores.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC760EB69DD2001A0D06 /* highscores.hpp */; }; + 95B0D1BD0EB69DDD001A0D06 /* history.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CC770EB69DD2001A0D06 /* history.cpp */; }; + 95B0D1BE0EB69DDD001A0D06 /* history.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CC780EB69DD2001A0D06 /* history.hpp */; }; + 95B0D3550EB69DDF001A0D06 /* input.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE230EB69DD9001A0D06 /* input.hpp */; }; + 95B0D3560EB69DDF001A0D06 /* isect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE240EB69DD9001A0D06 /* isect.cpp */; }; + 95B0D3570EB69DDF001A0D06 /* isect.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE250EB69DD9001A0D06 /* isect.hpp */; }; + 95B0D3580EB69DDF001A0D06 /* attachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE270EB69DD9001A0D06 /* attachment.cpp */; }; + 95B0D3590EB69DDF001A0D06 /* attachment.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE280EB69DD9001A0D06 /* attachment.hpp */; }; + 95B0D35A0EB69DDF001A0D06 /* attachment_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE290EB69DD9001A0D06 /* attachment_manager.cpp */; }; + 95B0D35B0EB69DDF001A0D06 /* attachment_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE2A0EB69DD9001A0D06 /* attachment_manager.hpp */; }; + 95B0D35C0EB69DDF001A0D06 /* bowling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE2B0EB69DD9001A0D06 /* bowling.cpp */; }; + 95B0D35D0EB69DDF001A0D06 /* bowling.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE2C0EB69DD9001A0D06 /* bowling.hpp */; }; + 95B0D35E0EB69DDF001A0D06 /* collectable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE2D0EB69DD9001A0D06 /* collectable.cpp */; }; + 95B0D35F0EB69DDF001A0D06 /* collectable.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE2E0EB69DD9001A0D06 /* collectable.hpp */; }; + 95B0D3600EB69DDF001A0D06 /* collectable_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE2F0EB69DD9001A0D06 /* collectable_manager.cpp */; }; + 95B0D3610EB69DDF001A0D06 /* collectable_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE300EB69DD9001A0D06 /* collectable_manager.hpp */; }; + 95B0D3620EB69DDF001A0D06 /* herring.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE310EB69DD9001A0D06 /* herring.cpp */; }; + 95B0D3630EB69DDF001A0D06 /* herring.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE320EB69DD9001A0D06 /* herring.hpp */; }; + 95B0D3640EB69DDF001A0D06 /* herring_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE330EB69DD9001A0D06 /* herring_manager.cpp */; }; + 95B0D3650EB69DDF001A0D06 /* herring_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE340EB69DD9001A0D06 /* herring_manager.hpp */; }; + 95B0D3660EB69DDF001A0D06 /* homing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE350EB69DD9001A0D06 /* homing.cpp */; }; + 95B0D3670EB69DDF001A0D06 /* homing.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE360EB69DD9001A0D06 /* homing.hpp */; }; + 95B0D3680EB69DDF001A0D06 /* missile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE370EB69DD9001A0D06 /* missile.cpp */; }; + 95B0D3690EB69DDF001A0D06 /* missile.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE380EB69DD9001A0D06 /* missile.hpp */; }; + 95B0D36A0EB69DDF001A0D06 /* projectile_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE390EB69DD9001A0D06 /* projectile_manager.cpp */; }; + 95B0D36B0EB69DDF001A0D06 /* projectile_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE3A0EB69DD9001A0D06 /* projectile_manager.hpp */; }; + 95B0D36C0EB69DDF001A0D06 /* kart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE3B0EB69DD9001A0D06 /* kart.cpp */; }; + 95B0D36E0EB69DDF001A0D06 /* kart.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE3D0EB69DD9001A0D06 /* kart.hpp */; }; + 95B0D36F0EB69DDF001A0D06 /* kart_control.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE3E0EB69DD9001A0D06 /* kart_control.hpp */; }; + 95B0D3700EB69DDF001A0D06 /* kart_properties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE3F0EB69DD9001A0D06 /* kart_properties.cpp */; }; + 95B0D3710EB69DDF001A0D06 /* kart_properties.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE400EB69DD9001A0D06 /* kart_properties.hpp */; }; + 95B0D3720EB69DDF001A0D06 /* kart_properties_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE410EB69DD9001A0D06 /* kart_properties_manager.cpp */; }; + 95B0D3730EB69DDF001A0D06 /* kart_properties_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE420EB69DD9001A0D06 /* kart_properties_manager.hpp */; }; + 95B0D3740EB69DDF001A0D06 /* lexer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE440EB69DD9001A0D06 /* lexer.cpp */; }; + 95B0D3750EB69DDF001A0D06 /* lexer.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE450EB69DD9001A0D06 /* lexer.hpp */; }; + 95B0D3760EB69DDF001A0D06 /* lisp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE460EB69DD9001A0D06 /* lisp.cpp */; }; + 95B0D3770EB69DDF001A0D06 /* lisp.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE470EB69DD9001A0D06 /* lisp.hpp */; }; + 95B0D3780EB69DDF001A0D06 /* parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE480EB69DD9001A0D06 /* parser.cpp */; }; + 95B0D3790EB69DDF001A0D06 /* parser.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE490EB69DD9001A0D06 /* parser.hpp */; }; + 95B0D37A0EB69DDF001A0D06 /* writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE4A0EB69DD9001A0D06 /* writer.cpp */; }; + 95B0D37B0EB69DDF001A0D06 /* writer.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE4B0EB69DD9001A0D06 /* writer.hpp */; }; + 95B0D37C0EB69DDF001A0D06 /* loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE4C0EB69DD9001A0D06 /* loader.cpp */; }; + 95B0D37D0EB69DDF001A0D06 /* loader.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE4D0EB69DD9001A0D06 /* loader.hpp */; }; + 95B0D37E0EB69DDF001A0D06 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE4E0EB69DD9001A0D06 /* main.cpp */; }; + 95B0D37F0EB69DDF001A0D06 /* main_loop.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE4F0EB69DD9001A0D06 /* main_loop.cpp */; }; + 95B0D3800EB69DDF001A0D06 /* main_loop.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE500EB69DD9001A0D06 /* main_loop.hpp */; }; + 95B0D3840EB69DDF001A0D06 /* material.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE540EB69DD9001A0D06 /* material.cpp */; }; + 95B0D3850EB69DDF001A0D06 /* material.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE550EB69DD9001A0D06 /* material.hpp */; }; + 95B0D3860EB69DDF001A0D06 /* material_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE560EB69DD9001A0D06 /* material_manager.cpp */; }; + 95B0D3870EB69DDF001A0D06 /* material_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE570EB69DD9001A0D06 /* material_manager.hpp */; }; + 95B0D3880EB69DDF001A0D06 /* clock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE590EB69DD9001A0D06 /* clock.cpp */; }; + 95B0D3890EB69DDF001A0D06 /* clock.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE5A0EB69DD9001A0D06 /* clock.hpp */; }; + 95B0D38A0EB69DDF001A0D06 /* follow_the_leader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE5B0EB69DD9001A0D06 /* follow_the_leader.cpp */; }; + 95B0D38B0EB69DDF001A0D06 /* follow_the_leader.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE5C0EB69DD9001A0D06 /* follow_the_leader.hpp */; }; + 95B0D38C0EB69DDF001A0D06 /* linear_world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE5D0EB69DD9001A0D06 /* linear_world.cpp */; }; + 95B0D38D0EB69DDF001A0D06 /* linear_world.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE5E0EB69DD9001A0D06 /* linear_world.hpp */; }; + 95B0D38E0EB69DDF001A0D06 /* standard_race.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE5F0EB69DD9001A0D06 /* standard_race.cpp */; }; + 95B0D38F0EB69DDF001A0D06 /* standard_race.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE600EB69DD9001A0D06 /* standard_race.hpp */; }; + 95B0D3900EB69DDF001A0D06 /* three_strikes_battle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE610EB69DD9001A0D06 /* three_strikes_battle.cpp */; }; + 95B0D3910EB69DDF001A0D06 /* three_strikes_battle.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE620EB69DD9001A0D06 /* three_strikes_battle.hpp */; }; + 95B0D3920EB69DDF001A0D06 /* world.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE630EB69DD9001A0D06 /* world.cpp */; }; + 95B0D3930EB69DDF001A0D06 /* world.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE640EB69DD9001A0D06 /* world.hpp */; }; + 95B0D3940EB69DDF001A0D06 /* moveable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE650EB69DD9001A0D06 /* moveable.cpp */; }; + 95B0D3950EB69DDF001A0D06 /* moveable.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE660EB69DD9001A0D06 /* moveable.hpp */; }; + 95B0D3960EB69DDF001A0D06 /* moving_physics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE670EB69DD9001A0D06 /* moving_physics.cpp */; }; + 95B0D3970EB69DDF001A0D06 /* moving_physics.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE680EB69DD9001A0D06 /* moving_physics.hpp */; }; + 95B0D3980EB69DDF001A0D06 /* moving_texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE690EB69DD9001A0D06 /* moving_texture.cpp */; }; + 95B0D3990EB69DDF001A0D06 /* moving_texture.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE6A0EB69DD9001A0D06 /* moving_texture.hpp */; }; + 95B0D39A0EB69DDF001A0D06 /* character_confirm_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE6C0EB69DD9001A0D06 /* character_confirm_message.hpp */; }; + 95B0D39B0EB69DDF001A0D06 /* character_info_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE6D0EB69DD9001A0D06 /* character_info_message.hpp */; }; + 95B0D39C0EB69DDF001A0D06 /* character_selected_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE6E0EB69DD9001A0D06 /* character_selected_message.hpp */; }; + 95B0D39D0EB69DDF001A0D06 /* connect_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE6F0EB69DD9001A0D06 /* connect_message.cpp */; }; + 95B0D39E0EB69DDF001A0D06 /* connect_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE700EB69DD9001A0D06 /* connect_message.hpp */; }; + 95B0D39F0EB69DDF001A0D06 /* flyable_info.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE710EB69DD9001A0D06 /* flyable_info.hpp */; }; + 95B0D3A00EB69DDF001A0D06 /* herring_info.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE720EB69DD9001A0D06 /* herring_info.hpp */; }; + 95B0D3A10EB69DDF001A0D06 /* kart_control_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE730EB69DD9001A0D06 /* kart_control_message.cpp */; }; + 95B0D3A20EB69DDF001A0D06 /* kart_control_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE740EB69DD9001A0D06 /* kart_control_message.hpp */; }; + 95B0D3A30EB69DDF001A0D06 /* kart_update_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE750EB69DD9001A0D06 /* kart_update_message.cpp */; }; + 95B0D3A40EB69DDF001A0D06 /* kart_update_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE760EB69DD9001A0D06 /* kart_update_message.hpp */; }; + 95B0D3A50EB69DDF001A0D06 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE770EB69DD9001A0D06 /* message.cpp */; }; + 95B0D3A60EB69DDF001A0D06 /* message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE780EB69DD9001A0D06 /* message.hpp */; }; + 95B0D3A70EB69DDF001A0D06 /* network_kart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE790EB69DD9001A0D06 /* network_kart.cpp */; }; + 95B0D3A80EB69DDF001A0D06 /* network_kart.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE7A0EB69DD9001A0D06 /* network_kart.hpp */; }; + 95B0D3A90EB69DDF001A0D06 /* network_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE7B0EB69DD9001A0D06 /* network_manager.cpp */; }; + 95B0D3AA0EB69DDF001A0D06 /* network_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE7C0EB69DD9001A0D06 /* network_manager.hpp */; }; + 95B0D3AB0EB69DDF001A0D06 /* num_players_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE7D0EB69DD9001A0D06 /* num_players_message.hpp */; }; + 95B0D3AC0EB69DDF001A0D06 /* race_info_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE7E0EB69DD9001A0D06 /* race_info_message.cpp */; }; + 95B0D3AD0EB69DDF001A0D06 /* race_info_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE7F0EB69DD9001A0D06 /* race_info_message.hpp */; }; + 95B0D3AE0EB69DDF001A0D06 /* race_result_ack_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE800EB69DD9001A0D06 /* race_result_ack_message.hpp */; }; + 95B0D3AF0EB69DDF001A0D06 /* race_result_message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE810EB69DD9001A0D06 /* race_result_message.cpp */; }; + 95B0D3B00EB69DDF001A0D06 /* race_result_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE820EB69DDA001A0D06 /* race_result_message.hpp */; }; + 95B0D3B10EB69DDF001A0D06 /* race_start_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE830EB69DDA001A0D06 /* race_start_message.hpp */; }; + 95B0D3B20EB69DDF001A0D06 /* race_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE840EB69DDA001A0D06 /* race_state.cpp */; }; + 95B0D3B30EB69DDF001A0D06 /* race_state.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE850EB69DDA001A0D06 /* race_state.hpp */; }; + 95B0D3B40EB69DDF001A0D06 /* remote_kart_info.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE860EB69DDA001A0D06 /* remote_kart_info.hpp */; }; + 95B0D3B50EB69DE0001A0D06 /* world_loaded_message.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE870EB69DDA001A0D06 /* world_loaded_message.hpp */; }; + 95B0D3B60EB69DE0001A0D06 /* no_copy.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE880EB69DDA001A0D06 /* no_copy.hpp */; }; + 95B0D3B70EB69DE0001A0D06 /* particle_system.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE890EB69DDA001A0D06 /* particle_system.cpp */; }; + 95B0D3B80EB69DE0001A0D06 /* particle_system.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE8A0EB69DDA001A0D06 /* particle_system.hpp */; }; + 95B0D3B90EB69DE0001A0D06 /* physics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE8B0EB69DDA001A0D06 /* physics.cpp */; }; + 95B0D3BA0EB69DE0001A0D06 /* physics.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE8C0EB69DDA001A0D06 /* physics.hpp */; }; + 95B0D3BB0EB69DE0001A0D06 /* player.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE8D0EB69DDA001A0D06 /* player.hpp */; }; + 95B0D3BC0EB69DE0001A0D06 /* player_kart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE8E0EB69DDA001A0D06 /* player_kart.cpp */; }; + 95B0D3BD0EB69DE0001A0D06 /* player_kart.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE8F0EB69DDA001A0D06 /* player_kart.hpp */; }; + 95B0D3BE0EB69DE0001A0D06 /* race_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE900EB69DDA001A0D06 /* race_manager.cpp */; }; + 95B0D3BF0EB69DE0001A0D06 /* race_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE910EB69DDA001A0D06 /* race_manager.hpp */; }; + 95B0D3C00EB69DE0001A0D06 /* replay_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE920EB69DDA001A0D06 /* replay_base.cpp */; }; + 95B0D3C10EB69DE0001A0D06 /* replay_base.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE930EB69DDA001A0D06 /* replay_base.hpp */; }; + 95B0D3C20EB69DE0001A0D06 /* replay_buffer_tpl.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE940EB69DDA001A0D06 /* replay_buffer_tpl.hpp */; }; + 95B0D3C30EB69DE0001A0D06 /* replay_buffers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE950EB69DDA001A0D06 /* replay_buffers.cpp */; }; + 95B0D3C40EB69DE0001A0D06 /* replay_buffers.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE960EB69DDA001A0D06 /* replay_buffers.hpp */; }; + 95B0D3C50EB69DE0001A0D06 /* replay_player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE970EB69DDA001A0D06 /* replay_player.cpp */; }; + 95B0D3C60EB69DE0001A0D06 /* replay_player.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE980EB69DDA001A0D06 /* replay_player.hpp */; }; + 95B0D3C70EB69DE0001A0D06 /* replay_recorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE990EB69DDA001A0D06 /* replay_recorder.cpp */; }; + 95B0D3C80EB69DE0001A0D06 /* replay_recorder.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE9A0EB69DDA001A0D06 /* replay_recorder.hpp */; }; + 95B0D3C90EB69DE0001A0D06 /* default_robot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE9C0EB69DDA001A0D06 /* default_robot.cpp */; }; + 95B0D3CA0EB69DE0001A0D06 /* default_robot.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE9D0EB69DDA001A0D06 /* default_robot.hpp */; }; + 95B0D3CB0EB69DE0001A0D06 /* empty_robot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CE9E0EB69DDA001A0D06 /* empty_robot.cpp */; }; + 95B0D3CC0EB69DE0001A0D06 /* empty_robot.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CE9F0EB69DDA001A0D06 /* empty_robot.hpp */; }; + 95B0D3D00EB69DE0001A0D06 /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEA30EB69DDA001A0D06 /* scene.cpp */; }; + 95B0D3D10EB69DE0001A0D06 /* scene.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEA40EB69DDA001A0D06 /* scene.hpp */; }; + 95B0D3D20EB69DE0001A0D06 /* sdldrv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEA50EB69DDA001A0D06 /* sdldrv.cpp */; }; + 95B0D3D30EB69DE0001A0D06 /* sdldrv.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEA60EB69DDA001A0D06 /* sdldrv.hpp */; }; + 95B0D3D40EB69DE0001A0D06 /* shadow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEA70EB69DDA001A0D06 /* shadow.cpp */; }; + 95B0D3D50EB69DE0001A0D06 /* shadow.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEA80EB69DDA001A0D06 /* shadow.hpp */; }; + 95B0D3D60EB69DE0001A0D06 /* skid_mark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEA90EB69DDA001A0D06 /* skid_mark.cpp */; }; + 95B0D3D70EB69DE0001A0D06 /* skid_mark.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEAA0EB69DDA001A0D06 /* skid_mark.hpp */; }; + 95B0D3D90EB69DE0001A0D06 /* smoke.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEAC0EB69DDA001A0D06 /* smoke.cpp */; }; + 95B0D3DA0EB69DE0001A0D06 /* smoke.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEAD0EB69DDA001A0D06 /* smoke.hpp */; }; + 95B0D3DB0EB69DE0001A0D06 /* static_ssg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEAE0EB69DDA001A0D06 /* static_ssg.cpp */; }; + 95B0D3DC0EB69DE0001A0D06 /* static_ssg.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEAF0EB69DDA001A0D06 /* static_ssg.hpp */; }; + 95B0D3DD0EB69DE0001A0D06 /* stk_config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEB00EB69DDA001A0D06 /* stk_config.cpp */; }; + 95B0D3DE0EB69DE0001A0D06 /* stk_config.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEB10EB69DDA001A0D06 /* stk_config.hpp */; }; + 95B0D3DF0EB69DE0001A0D06 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEB20EB69DDA001A0D06 /* string_utils.cpp */; }; + 95B0D3E00EB69DE0001A0D06 /* string_utils.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEB30EB69DDA001A0D06 /* string_utils.hpp */; }; + 95B0D3E10EB69DE0001A0D06 /* terrain_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEB40EB69DDA001A0D06 /* terrain_info.cpp */; }; + 95B0D3E20EB69DE0001A0D06 /* terrain_info.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEB50EB69DDA001A0D06 /* terrain_info.hpp */; }; + 95B0D3E30EB69DE0001A0D06 /* track.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEB60EB69DDA001A0D06 /* track.cpp */; }; + 95B0D3E40EB69DE0001A0D06 /* track.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEB70EB69DDA001A0D06 /* track.hpp */; }; + 95B0D3E50EB69DE0001A0D06 /* track_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEB80EB69DDA001A0D06 /* track_manager.cpp */; }; + 95B0D3E60EB69DE0001A0D06 /* track_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEB90EB69DDA001A0D06 /* track_manager.hpp */; }; + 95B0D3E70EB69DE0001A0D06 /* traffic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEBA0EB69DDA001A0D06 /* traffic.cpp */; }; + 95B0D3E80EB69DE0001A0D06 /* translation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEBB0EB69DDA001A0D06 /* translation.cpp */; }; + 95B0D3E90EB69DE0001A0D06 /* translation.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEBC0EB69DDA001A0D06 /* translation.hpp */; }; + 95B0D3EA0EB69DE0001A0D06 /* triangle_mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEBD0EB69DDA001A0D06 /* triangle_mesh.cpp */; }; + 95B0D3EB0EB69DE0001A0D06 /* triangle_mesh.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEBE0EB69DDA001A0D06 /* triangle_mesh.hpp */; }; + 95B0D3EC0EB69DE0001A0D06 /* unlock_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEBF0EB69DDA001A0D06 /* unlock_manager.cpp */; }; + 95B0D3ED0EB69DE0001A0D06 /* unlock_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEC00EB69DDA001A0D06 /* unlock_manager.hpp */; }; + 95B0D3EE0EB69DE0001A0D06 /* user_config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEC10EB69DDA001A0D06 /* user_config.cpp */; }; + 95B0D3EF0EB69DE0001A0D06 /* user_config.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEC20EB69DDA001A0D06 /* user_config.hpp */; }; + 95B0D3F00EB69DE0001A0D06 /* user_pointer.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEC30EB69DDA001A0D06 /* user_pointer.hpp */; }; + 95B0D3F10EB69DE0001A0D06 /* random_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEC50EB69DDA001A0D06 /* random_generator.cpp */; }; + 95B0D3F20EB69DE0001A0D06 /* random_generator.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEC60EB69DDA001A0D06 /* random_generator.hpp */; }; + 95B0D3F30EB69DE0001A0D06 /* ssg_help.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEC70EB69DDA001A0D06 /* ssg_help.cpp */; }; + 95B0D3F40EB69DE0001A0D06 /* ssg_help.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CEC80EB69DDA001A0D06 /* ssg_help.hpp */; }; + 95B0D3F50EB69DE0001A0D06 /* vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CEC90EB69DDA001A0D06 /* vec3.cpp */; }; + 95B0D3F60EB69DE0001A0D06 /* vec3.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CECA0EB69DDA001A0D06 /* vec3.hpp */; }; 95F423130E26E3DC00692113 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95F423120E26E3DC00692113 /* OpenGL.framework */; }; 95F4231F0E26E44800692113 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95F4231E0E26E44800692113 /* Cocoa.framework */; }; 95F423300E26E58400692113 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95F4232F0E26E58400692113 /* Carbon.framework */; }; @@ -253,524 +543,827 @@ dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( - 95F0F36E0E85C6A6005F6693 /* clock.hpp in CopyFiles */, - 95F0F3830E85C76B005F6693 /* world.hpp in CopyFiles */, - 9519653D0E8C592F001BB888 /* linear_world.hpp in CopyFiles */, - 957A12BE0EA4271500E46BFD /* three_strikes_battle.hpp in CopyFiles */, - 952A48440EA6C3690022262C /* btKart.h in CopyFiles */, + 95B0CF480EB69DDA001A0D06 /* actionmap.hpp in CopyFiles */, + 95B0CF490EB69DDA001A0D06 /* music.hpp in CopyFiles */, + 95B0CF4B0EB69DDA001A0D06 /* music_information.hpp in CopyFiles */, + 95B0CF4D0EB69DDA001A0D06 /* music_ogg.hpp in CopyFiles */, + 95B0CF4E0EB69DDA001A0D06 /* sfx_base.hpp in CopyFiles */, + 95B0CF500EB69DDA001A0D06 /* sfx_manager.hpp in CopyFiles */, + 95B0CF520EB69DDA001A0D06 /* sfx_openal.hpp in CopyFiles */, + 95B0CF540EB69DDA001A0D06 /* sound_manager.hpp in CopyFiles */, + 95B0CF550EB69DDA001A0D06 /* auto_kart.hpp in CopyFiles */, + 95B0CF640EB69DDA001A0D06 /* BMF_Api.h in CopyFiles */, + 95B0CF670EB69DDA001A0D06 /* BMF_BitmapFont.h in CopyFiles */, + 95B0CF6B0EB69DDA001A0D06 /* BMF_FontData.h in CopyFiles */, + 95B0CF6C0EB69DDA001A0D06 /* BMF_Fonts.h in CopyFiles */, + 95B0CF6D0EB69DDA001A0D06 /* BMF_Settings.h in CopyFiles */, + 95B0CF6E0EB69DDA001A0D06 /* DebugCastResult.h in CopyFiles */, + 95B0CF700EB69DDA001A0D06 /* DemoApplication.h in CopyFiles */, + 95B0CF730EB69DDA001A0D06 /* GL_ShapeDrawer.h in CopyFiles */, + 95B0CF760EB69DDA001A0D06 /* GL_Simplex1to4.h in CopyFiles */, + 95B0CF790EB69DDA001A0D06 /* GLDebugDrawer.h in CopyFiles */, + 95B0CF7C0EB69DDA001A0D06 /* GlutStuff.h in CopyFiles */, + 95B0CF830EB69DDA001A0D06 /* RenderTexture.h in CopyFiles */, + 95B0CFED0EB69DDB001A0D06 /* btBulletCollisionCommon.h in CopyFiles */, + 95B0CFEE0EB69DDB001A0D06 /* btBulletDynamicsCommon.h in CopyFiles */, + 95B0D0440EB69DDB001A0D06 /* Bullet-C-Api.h in CopyFiles */, + 95B0D0470EB69DDB001A0D06 /* btAxisSweep3.h in CopyFiles */, + 95B0D0480EB69DDB001A0D06 /* btBroadphaseInterface.h in CopyFiles */, + 95B0D04A0EB69DDB001A0D06 /* btBroadphaseProxy.h in CopyFiles */, + 95B0D04C0EB69DDB001A0D06 /* btCollisionAlgorithm.h in CopyFiles */, + 95B0D04E0EB69DDB001A0D06 /* btDispatcher.h in CopyFiles */, + 95B0D0500EB69DDB001A0D06 /* btMultiSapBroadphase.h in CopyFiles */, + 95B0D0520EB69DDB001A0D06 /* btOverlappingPairCache.h in CopyFiles */, + 95B0D0530EB69DDB001A0D06 /* btOverlappingPairCallback.h in CopyFiles */, + 95B0D0550EB69DDB001A0D06 /* btSimpleBroadphase.h in CopyFiles */, + 95B0D0570EB69DDB001A0D06 /* btBoxBoxCollisionAlgorithm.h in CopyFiles */, + 95B0D0590EB69DDB001A0D06 /* btBoxBoxDetector.h in CopyFiles */, + 95B0D05A0EB69DDB001A0D06 /* btCollisionConfiguration.h in CopyFiles */, + 95B0D05B0EB69DDB001A0D06 /* btCollisionCreateFunc.h in CopyFiles */, + 95B0D05D0EB69DDB001A0D06 /* btCollisionDispatcher.h in CopyFiles */, + 95B0D05F0EB69DDB001A0D06 /* btCollisionObject.h in CopyFiles */, + 95B0D0610EB69DDB001A0D06 /* btCollisionWorld.h in CopyFiles */, + 95B0D0630EB69DDB001A0D06 /* btCompoundCollisionAlgorithm.h in CopyFiles */, + 95B0D0650EB69DDB001A0D06 /* btConvexConcaveCollisionAlgorithm.h in CopyFiles */, + 95B0D0670EB69DDB001A0D06 /* btConvexConvexAlgorithm.h in CopyFiles */, + 95B0D0690EB69DDB001A0D06 /* btConvexPlaneCollisionAlgorithm.h in CopyFiles */, + 95B0D06B0EB69DDB001A0D06 /* btDefaultCollisionConfiguration.h in CopyFiles */, + 95B0D06D0EB69DDB001A0D06 /* btEmptyCollisionAlgorithm.h in CopyFiles */, + 95B0D06F0EB69DDB001A0D06 /* btManifoldResult.h in CopyFiles */, + 95B0D0710EB69DDB001A0D06 /* btSimulationIslandManager.h in CopyFiles */, + 95B0D0730EB69DDB001A0D06 /* btSphereBoxCollisionAlgorithm.h in CopyFiles */, + 95B0D0750EB69DDB001A0D06 /* btSphereSphereCollisionAlgorithm.h in CopyFiles */, + 95B0D0770EB69DDB001A0D06 /* btSphereTriangleCollisionAlgorithm.h in CopyFiles */, + 95B0D0790EB69DDB001A0D06 /* btUnionFind.h in CopyFiles */, + 95B0D07B0EB69DDB001A0D06 /* SphereTriangleDetector.h in CopyFiles */, + 95B0D07D0EB69DDB001A0D06 /* btBoxShape.h in CopyFiles */, + 95B0D07F0EB69DDB001A0D06 /* btBvhTriangleMeshShape.h in CopyFiles */, + 95B0D0810EB69DDB001A0D06 /* btCapsuleShape.h in CopyFiles */, + 95B0D0820EB69DDB001A0D06 /* btCollisionMargin.h in CopyFiles */, + 95B0D0840EB69DDB001A0D06 /* btCollisionShape.h in CopyFiles */, + 95B0D0860EB69DDB001A0D06 /* btCompoundShape.h in CopyFiles */, + 95B0D0880EB69DDB001A0D06 /* btConcaveShape.h in CopyFiles */, + 95B0D08A0EB69DDB001A0D06 /* btConeShape.h in CopyFiles */, + 95B0D08C0EB69DDB001A0D06 /* btConvexHullShape.h in CopyFiles */, + 95B0D08E0EB69DDB001A0D06 /* btConvexInternalShape.h in CopyFiles */, + 95B0D0900EB69DDB001A0D06 /* btConvexShape.h in CopyFiles */, + 95B0D0920EB69DDB001A0D06 /* btConvexTriangleMeshShape.h in CopyFiles */, + 95B0D0940EB69DDB001A0D06 /* btCylinderShape.h in CopyFiles */, + 95B0D0960EB69DDB001A0D06 /* btEmptyShape.h in CopyFiles */, + 95B0D0980EB69DDB001A0D06 /* btHeightfieldTerrainShape.h in CopyFiles */, + 95B0D09A0EB69DDB001A0D06 /* btMinkowskiSumShape.h in CopyFiles */, + 95B0D09C0EB69DDB001A0D06 /* btMultiSphereShape.h in CopyFiles */, + 95B0D09E0EB69DDB001A0D06 /* btOptimizedBvh.h in CopyFiles */, + 95B0D0A00EB69DDB001A0D06 /* btPolyhedralConvexShape.h in CopyFiles */, + 95B0D0A20EB69DDB001A0D06 /* btShapeHull.h in CopyFiles */, + 95B0D0A40EB69DDB001A0D06 /* btSphereShape.h in CopyFiles */, + 95B0D0A60EB69DDB001A0D06 /* btStaticPlaneShape.h in CopyFiles */, + 95B0D0A80EB69DDB001A0D06 /* btStridingMeshInterface.h in CopyFiles */, + 95B0D0AA0EB69DDB001A0D06 /* btTetrahedronShape.h in CopyFiles */, + 95B0D0AC0EB69DDB001A0D06 /* btTriangleBuffer.h in CopyFiles */, + 95B0D0AE0EB69DDB001A0D06 /* btTriangleCallback.h in CopyFiles */, + 95B0D0B00EB69DDB001A0D06 /* btTriangleIndexVertexArray.h in CopyFiles */, + 95B0D0B20EB69DDB001A0D06 /* btTriangleMesh.h in CopyFiles */, + 95B0D0B40EB69DDB001A0D06 /* btTriangleMeshShape.h in CopyFiles */, + 95B0D0B50EB69DDB001A0D06 /* btTriangleShape.h in CopyFiles */, + 95B0D0B70EB69DDB001A0D06 /* btUniformScalingShape.h in CopyFiles */, + 95B0D0B90EB69DDB001A0D06 /* btContinuousConvexCollision.h in CopyFiles */, + 95B0D0BB0EB69DDB001A0D06 /* btConvexCast.h in CopyFiles */, + 95B0D0BC0EB69DDB001A0D06 /* btConvexPenetrationDepthSolver.h in CopyFiles */, + 95B0D0BD0EB69DDB001A0D06 /* btDiscreteCollisionDetectorInterface.h in CopyFiles */, + 95B0D0BF0EB69DDB001A0D06 /* btGjkConvexCast.h in CopyFiles */, + 95B0D0C10EB69DDB001A0D06 /* btGjkEpa.h in CopyFiles */, + 95B0D0C30EB69DDB001A0D06 /* btGjkEpa2.h in CopyFiles */, + 95B0D0C50EB69DDB001A0D06 /* btGjkEpaPenetrationDepthSolver.h in CopyFiles */, + 95B0D0C70EB69DDB001A0D06 /* btGjkPairDetector.h in CopyFiles */, + 95B0D0C80EB69DDB001A0D06 /* btManifoldPoint.h in CopyFiles */, + 95B0D0CA0EB69DDB001A0D06 /* btMinkowskiPenetrationDepthSolver.h in CopyFiles */, + 95B0D0CC0EB69DDB001A0D06 /* btPersistentManifold.h in CopyFiles */, + 95B0D0CD0EB69DDB001A0D06 /* btPointCollector.h in CopyFiles */, + 95B0D0CF0EB69DDB001A0D06 /* btRaycastCallback.h in CopyFiles */, + 95B0D0D00EB69DDB001A0D06 /* btSimplexSolverInterface.h in CopyFiles */, + 95B0D0D20EB69DDB001A0D06 /* btSubSimplexConvexCast.h in CopyFiles */, + 95B0D0D40EB69DDB001A0D06 /* btVoronoiSimplexSolver.h in CopyFiles */, + 95B0D0D60EB69DDB001A0D06 /* btConeTwistConstraint.h in CopyFiles */, + 95B0D0D70EB69DDB001A0D06 /* btConstraintSolver.h in CopyFiles */, + 95B0D0D90EB69DDB001A0D06 /* btContactConstraint.h in CopyFiles */, + 95B0D0DA0EB69DDB001A0D06 /* btContactSolverInfo.h in CopyFiles */, + 95B0D0DC0EB69DDB001A0D06 /* btGeneric6DofConstraint.h in CopyFiles */, + 95B0D0DE0EB69DDB001A0D06 /* btHingeConstraint.h in CopyFiles */, + 95B0D0DF0EB69DDB001A0D06 /* btJacobianEntry.h in CopyFiles */, + 95B0D0E10EB69DDB001A0D06 /* btOdeContactJoint.h in CopyFiles */, + 95B0D0E30EB69DDB001A0D06 /* btOdeJoint.h in CopyFiles */, + 95B0D0E40EB69DDB001A0D06 /* btOdeMacros.h in CopyFiles */, + 95B0D0E60EB69DDB001A0D06 /* btOdeQuickstepConstraintSolver.h in CopyFiles */, + 95B0D0E70EB69DDB001A0D06 /* btOdeSolverBody.h in CopyFiles */, + 95B0D0E90EB69DDB001A0D06 /* btOdeTypedJoint.h in CopyFiles */, + 95B0D0EB0EB69DDB001A0D06 /* btPoint2PointConstraint.h in CopyFiles */, + 95B0D0ED0EB69DDB001A0D06 /* btSequentialImpulseConstraintSolver.h in CopyFiles */, + 95B0D0EF0EB69DDB001A0D06 /* btSliderConstraint.h in CopyFiles */, + 95B0D0F10EB69DDB001A0D06 /* btSolve2LinearConstraint.h in CopyFiles */, + 95B0D0F20EB69DDB001A0D06 /* btSolverBody.h in CopyFiles */, + 95B0D0F30EB69DDB001A0D06 /* btSolverConstraint.h in CopyFiles */, + 95B0D0F50EB69DDC001A0D06 /* btSorLcp.h in CopyFiles */, + 95B0D0F70EB69DDC001A0D06 /* btTypedConstraint.h in CopyFiles */, + 95B0D0F90EB69DDC001A0D06 /* btUprightConstraint.h in CopyFiles */, + 95B0D0FB0EB69DDC001A0D06 /* btContinuousDynamicsWorld.h in CopyFiles */, + 95B0D0FD0EB69DDC001A0D06 /* btDiscreteDynamicsWorld.h in CopyFiles */, + 95B0D0FE0EB69DDC001A0D06 /* btDynamicsWorld.h in CopyFiles */, + 95B0D1000EB69DDC001A0D06 /* btRigidBody.h in CopyFiles */, + 95B0D1020EB69DDC001A0D06 /* btSimpleDynamicsWorld.h in CopyFiles */, + 95B0D1050EB69DDC001A0D06 /* btKart.h in CopyFiles */, + 95B0D1070EB69DDC001A0D06 /* btRaycastVehicle.h in CopyFiles */, + 95B0D1080EB69DDC001A0D06 /* btVehicleRaycaster.h in CopyFiles */, + 95B0D10A0EB69DDC001A0D06 /* btWheelInfo.h in CopyFiles */, + 95B0D10E0EB69DDC001A0D06 /* btAabbUtil2.h in CopyFiles */, + 95B0D1100EB69DDC001A0D06 /* btAlignedAllocator.h in CopyFiles */, + 95B0D1110EB69DDC001A0D06 /* btAlignedObjectArray.h in CopyFiles */, + 95B0D1130EB69DDC001A0D06 /* btConvexHull.h in CopyFiles */, + 95B0D1140EB69DDC001A0D06 /* btDefaultMotionState.h in CopyFiles */, + 95B0D1160EB69DDC001A0D06 /* btGeometryUtil.h in CopyFiles */, + 95B0D1170EB69DDC001A0D06 /* btHashMap.h in CopyFiles */, + 95B0D1180EB69DDC001A0D06 /* btIDebugDraw.h in CopyFiles */, + 95B0D1190EB69DDC001A0D06 /* btList.h in CopyFiles */, + 95B0D11A0EB69DDC001A0D06 /* btMatrix3x3.h in CopyFiles */, + 95B0D11B0EB69DDC001A0D06 /* btMinMax.h in CopyFiles */, + 95B0D11C0EB69DDC001A0D06 /* btMotionState.h in CopyFiles */, + 95B0D11D0EB69DDC001A0D06 /* btPoint3.h in CopyFiles */, + 95B0D11E0EB69DDC001A0D06 /* btPoolAllocator.h in CopyFiles */, + 95B0D11F0EB69DDC001A0D06 /* btQuadWord.h in CopyFiles */, + 95B0D1200EB69DDC001A0D06 /* btQuaternion.h in CopyFiles */, + 95B0D1220EB69DDC001A0D06 /* btQuickprof.h in CopyFiles */, + 95B0D1230EB69DDC001A0D06 /* btRandom.h in CopyFiles */, + 95B0D1240EB69DDC001A0D06 /* btScalar.h in CopyFiles */, + 95B0D1250EB69DDC001A0D06 /* btStackAlloc.h in CopyFiles */, + 95B0D1260EB69DDC001A0D06 /* btTransform.h in CopyFiles */, + 95B0D1270EB69DDC001A0D06 /* btTransformUtil.h in CopyFiles */, + 95B0D1280EB69DDC001A0D06 /* btTypedUserInfo.h in CopyFiles */, + 95B0D1290EB69DDC001A0D06 /* btVector3.h in CopyFiles */, + 95B0D12F0EB69DDC001A0D06 /* callback.hpp in CopyFiles */, + 95B0D1310EB69DDC001A0D06 /* callback_manager.hpp in CopyFiles */, + 95B0D1330EB69DDC001A0D06 /* camera.hpp in CopyFiles */, + 95B0D1350EB69DDC001A0D06 /* challenge.hpp in CopyFiles */, + 95B0D1370EB69DDC001A0D06 /* challenge_data.hpp in CopyFiles */, + 95B0D1380EB69DDC001A0D06 /* constants.hpp in CopyFiles */, + 95B0D1390EB69DDC001A0D06 /* coord.hpp in CopyFiles */, + 95B0D1550EB69DDC001A0D06 /* callbacks.h in CopyFiles */, + 95B0D1560EB69DDC001A0D06 /* enet.h in CopyFiles */, + 95B0D1570EB69DDC001A0D06 /* list.h in CopyFiles */, + 95B0D1580EB69DDC001A0D06 /* protocol.h in CopyFiles */, + 95B0D15A0EB69DDC001A0D06 /* types.h in CopyFiles */, + 95B0D15B0EB69DDC001A0D06 /* unix.h in CopyFiles */, + 95B0D15C0EB69DDC001A0D06 /* utility.h in CopyFiles */, + 95B0D15D0EB69DDC001A0D06 /* win32.h in CopyFiles */, + 95B0D1740EB69DDC001A0D06 /* explosion.hpp in CopyFiles */, + 95B0D1760EB69DDC001A0D06 /* file_manager.hpp in CopyFiles */, + 95B0D1780EB69DDC001A0D06 /* flyable.hpp in CopyFiles */, + 95B0D17A0EB69DDC001A0D06 /* grand_prix_data.hpp in CopyFiles */, + 95B0D17C0EB69DDC001A0D06 /* grand_prix_manager.hpp in CopyFiles */, + 95B0D17E0EB69DDC001A0D06 /* base_gui.hpp in CopyFiles */, + 95B0D1800EB69DDC001A0D06 /* challenges_menu.hpp in CopyFiles */, + 95B0D1820EB69DDC001A0D06 /* char_sel.hpp in CopyFiles */, + 95B0D1840EB69DDC001A0D06 /* config_controls.hpp in CopyFiles */, + 95B0D1860EB69DDC001A0D06 /* config_display.hpp in CopyFiles */, + 95B0D1880EB69DDC001A0D06 /* config_sound.hpp in CopyFiles */, + 95B0D18A0EB69DDC001A0D06 /* credits_menu.hpp in CopyFiles */, + 95B0D18C0EB69DDC001A0D06 /* display_res_confirm.hpp in CopyFiles */, + 95B0D18E0EB69DDD001A0D06 /* feature_unlocked.hpp in CopyFiles */, + 95B0D1900EB69DDD001A0D06 /* font.hpp in CopyFiles */, + 95B0D1920EB69DDD001A0D06 /* game_mode.hpp in CopyFiles */, + 95B0D1940EB69DDD001A0D06 /* grand_prix_ending.hpp in CopyFiles */, + 95B0D1960EB69DDD001A0D06 /* grand_prix_select.hpp in CopyFiles */, + 95B0D1980EB69DDD001A0D06 /* help_page_one.hpp in CopyFiles */, + 95B0D19A0EB69DDD001A0D06 /* help_page_three.hpp in CopyFiles */, + 95B0D19C0EB69DDD001A0D06 /* help_page_two.hpp in CopyFiles */, + 95B0D19E0EB69DDD001A0D06 /* main_menu.hpp in CopyFiles */, + 95B0D1A00EB69DDD001A0D06 /* menu_manager.hpp in CopyFiles */, + 95B0D1A20EB69DDD001A0D06 /* network_gui.hpp in CopyFiles */, + 95B0D1A40EB69DDD001A0D06 /* num_players.hpp in CopyFiles */, + 95B0D1A60EB69DDD001A0D06 /* options.hpp in CopyFiles */, + 95B0D1A80EB69DDD001A0D06 /* player_controls.hpp in CopyFiles */, + 95B0D1AA0EB69DDD001A0D06 /* race_gui.hpp in CopyFiles */, + 95B0D1AC0EB69DDD001A0D06 /* race_menu.hpp in CopyFiles */, + 95B0D1AE0EB69DDD001A0D06 /* race_options.hpp in CopyFiles */, + 95B0D1B00EB69DDD001A0D06 /* race_results_gui.hpp in CopyFiles */, + 95B0D1B20EB69DDD001A0D06 /* start_race_feedback.hpp in CopyFiles */, + 95B0D1B40EB69DDD001A0D06 /* track_sel.hpp in CopyFiles */, + 95B0D1B60EB69DDD001A0D06 /* widget.hpp in CopyFiles */, + 95B0D1B80EB69DDD001A0D06 /* widget_manager.hpp in CopyFiles */, + 95B0D1BA0EB69DDD001A0D06 /* highscore_manager.hpp in CopyFiles */, + 95B0D1BC0EB69DDD001A0D06 /* highscores.hpp in CopyFiles */, + 95B0D1BE0EB69DDD001A0D06 /* history.hpp in CopyFiles */, + 95B0D3550EB69DDF001A0D06 /* input.hpp in CopyFiles */, + 95B0D3570EB69DDF001A0D06 /* isect.hpp in CopyFiles */, + 95B0D3590EB69DDF001A0D06 /* attachment.hpp in CopyFiles */, + 95B0D35B0EB69DDF001A0D06 /* attachment_manager.hpp in CopyFiles */, + 95B0D35D0EB69DDF001A0D06 /* bowling.hpp in CopyFiles */, + 95B0D35F0EB69DDF001A0D06 /* collectable.hpp in CopyFiles */, + 95B0D3610EB69DDF001A0D06 /* collectable_manager.hpp in CopyFiles */, + 95B0D3630EB69DDF001A0D06 /* herring.hpp in CopyFiles */, + 95B0D3650EB69DDF001A0D06 /* herring_manager.hpp in CopyFiles */, + 95B0D3670EB69DDF001A0D06 /* homing.hpp in CopyFiles */, + 95B0D3690EB69DDF001A0D06 /* missile.hpp in CopyFiles */, + 95B0D36B0EB69DDF001A0D06 /* projectile_manager.hpp in CopyFiles */, + 95B0D36E0EB69DDF001A0D06 /* kart.hpp in CopyFiles */, + 95B0D36F0EB69DDF001A0D06 /* kart_control.hpp in CopyFiles */, + 95B0D3710EB69DDF001A0D06 /* kart_properties.hpp in CopyFiles */, + 95B0D3730EB69DDF001A0D06 /* kart_properties_manager.hpp in CopyFiles */, + 95B0D3750EB69DDF001A0D06 /* lexer.hpp in CopyFiles */, + 95B0D3770EB69DDF001A0D06 /* lisp.hpp in CopyFiles */, + 95B0D3790EB69DDF001A0D06 /* parser.hpp in CopyFiles */, + 95B0D37B0EB69DDF001A0D06 /* writer.hpp in CopyFiles */, + 95B0D37D0EB69DDF001A0D06 /* loader.hpp in CopyFiles */, + 95B0D3800EB69DDF001A0D06 /* main_loop.hpp in CopyFiles */, + 95B0D3850EB69DDF001A0D06 /* material.hpp in CopyFiles */, + 95B0D3870EB69DDF001A0D06 /* material_manager.hpp in CopyFiles */, + 95B0D3890EB69DDF001A0D06 /* clock.hpp in CopyFiles */, + 95B0D38B0EB69DDF001A0D06 /* follow_the_leader.hpp in CopyFiles */, + 95B0D38D0EB69DDF001A0D06 /* linear_world.hpp in CopyFiles */, + 95B0D38F0EB69DDF001A0D06 /* standard_race.hpp in CopyFiles */, + 95B0D3910EB69DDF001A0D06 /* three_strikes_battle.hpp in CopyFiles */, + 95B0D3930EB69DDF001A0D06 /* world.hpp in CopyFiles */, + 95B0D3950EB69DDF001A0D06 /* moveable.hpp in CopyFiles */, + 95B0D3970EB69DDF001A0D06 /* moving_physics.hpp in CopyFiles */, + 95B0D3990EB69DDF001A0D06 /* moving_texture.hpp in CopyFiles */, + 95B0D39A0EB69DDF001A0D06 /* character_confirm_message.hpp in CopyFiles */, + 95B0D39B0EB69DDF001A0D06 /* character_info_message.hpp in CopyFiles */, + 95B0D39C0EB69DDF001A0D06 /* character_selected_message.hpp in CopyFiles */, + 95B0D39E0EB69DDF001A0D06 /* connect_message.hpp in CopyFiles */, + 95B0D39F0EB69DDF001A0D06 /* flyable_info.hpp in CopyFiles */, + 95B0D3A00EB69DDF001A0D06 /* herring_info.hpp in CopyFiles */, + 95B0D3A20EB69DDF001A0D06 /* kart_control_message.hpp in CopyFiles */, + 95B0D3A40EB69DDF001A0D06 /* kart_update_message.hpp in CopyFiles */, + 95B0D3A60EB69DDF001A0D06 /* message.hpp in CopyFiles */, + 95B0D3A80EB69DDF001A0D06 /* network_kart.hpp in CopyFiles */, + 95B0D3AA0EB69DDF001A0D06 /* network_manager.hpp in CopyFiles */, + 95B0D3AB0EB69DDF001A0D06 /* num_players_message.hpp in CopyFiles */, + 95B0D3AD0EB69DDF001A0D06 /* race_info_message.hpp in CopyFiles */, + 95B0D3AE0EB69DDF001A0D06 /* race_result_ack_message.hpp in CopyFiles */, + 95B0D3B00EB69DDF001A0D06 /* race_result_message.hpp in CopyFiles */, + 95B0D3B10EB69DDF001A0D06 /* race_start_message.hpp in CopyFiles */, + 95B0D3B30EB69DDF001A0D06 /* race_state.hpp in CopyFiles */, + 95B0D3B40EB69DDF001A0D06 /* remote_kart_info.hpp in CopyFiles */, + 95B0D3B50EB69DE0001A0D06 /* world_loaded_message.hpp in CopyFiles */, + 95B0D3B60EB69DE0001A0D06 /* no_copy.hpp in CopyFiles */, + 95B0D3B80EB69DE0001A0D06 /* particle_system.hpp in CopyFiles */, + 95B0D3BA0EB69DE0001A0D06 /* physics.hpp in CopyFiles */, + 95B0D3BB0EB69DE0001A0D06 /* player.hpp in CopyFiles */, + 95B0D3BD0EB69DE0001A0D06 /* player_kart.hpp in CopyFiles */, + 95B0D3BF0EB69DE0001A0D06 /* race_manager.hpp in CopyFiles */, + 95B0D3C10EB69DE0001A0D06 /* replay_base.hpp in CopyFiles */, + 95B0D3C20EB69DE0001A0D06 /* replay_buffer_tpl.hpp in CopyFiles */, + 95B0D3C40EB69DE0001A0D06 /* replay_buffers.hpp in CopyFiles */, + 95B0D3C60EB69DE0001A0D06 /* replay_player.hpp in CopyFiles */, + 95B0D3C80EB69DE0001A0D06 /* replay_recorder.hpp in CopyFiles */, + 95B0D3CA0EB69DE0001A0D06 /* default_robot.hpp in CopyFiles */, + 95B0D3CC0EB69DE0001A0D06 /* empty_robot.hpp in CopyFiles */, + 95B0D3D10EB69DE0001A0D06 /* scene.hpp in CopyFiles */, + 95B0D3D30EB69DE0001A0D06 /* sdldrv.hpp in CopyFiles */, + 95B0D3D50EB69DE0001A0D06 /* shadow.hpp in CopyFiles */, + 95B0D3D70EB69DE0001A0D06 /* skid_mark.hpp in CopyFiles */, + 95B0D3DA0EB69DE0001A0D06 /* smoke.hpp in CopyFiles */, + 95B0D3DC0EB69DE0001A0D06 /* static_ssg.hpp in CopyFiles */, + 95B0D3DE0EB69DE0001A0D06 /* stk_config.hpp in CopyFiles */, + 95B0D3E00EB69DE0001A0D06 /* string_utils.hpp in CopyFiles */, + 95B0D3E20EB69DE0001A0D06 /* terrain_info.hpp in CopyFiles */, + 95B0D3E40EB69DE0001A0D06 /* track.hpp in CopyFiles */, + 95B0D3E60EB69DE0001A0D06 /* track_manager.hpp in CopyFiles */, + 95B0D3E90EB69DE0001A0D06 /* translation.hpp in CopyFiles */, + 95B0D3EB0EB69DE0001A0D06 /* triangle_mesh.hpp in CopyFiles */, + 95B0D3ED0EB69DE0001A0D06 /* unlock_manager.hpp in CopyFiles */, + 95B0D3EF0EB69DE0001A0D06 /* user_config.hpp in CopyFiles */, + 95B0D3F00EB69DE0001A0D06 /* user_pointer.hpp in CopyFiles */, + 95B0D3F20EB69DE0001A0D06 /* random_generator.hpp in CopyFiles */, + 95B0D3F40EB69DE0001A0D06 /* ssg_help.hpp in CopyFiles */, + 95B0D3F60EB69DE0001A0D06 /* vec3.hpp in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 95065F690E9127B700B2C509 /* race_result_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_result_message.cpp; sourceTree = ""; }; - 9519653B0E8C592F001BB888 /* linear_world.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = linear_world.hpp; path = modes/linear_world.hpp; sourceTree = ""; }; - 9519653C0E8C592F001BB888 /* linear_world.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = linear_world.cpp; path = modes/linear_world.cpp; sourceTree = ""; }; - 952A48420EA6C3690022262C /* btKart.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btKart.h; sourceTree = ""; }; - 952A48430EA6C3690022262C /* btKart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btKart.cpp; sourceTree = ""; }; - 956F3FAB0E85BE0E006F93B0 /* random_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = random_generator.cpp; sourceTree = ""; }; - 956F3FAC0E85BE0E006F93B0 /* random_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = random_generator.hpp; sourceTree = ""; }; - 956F3FAD0E85BE0E006F93B0 /* ssg_help.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ssg_help.cpp; sourceTree = ""; }; - 956F3FAE0E85BE0E006F93B0 /* ssg_help.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ssg_help.hpp; sourceTree = ""; }; - 957A12BC0EA4271500E46BFD /* three_strikes_battle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = three_strikes_battle.hpp; path = modes/three_strikes_battle.hpp; sourceTree = ""; }; - 957A12BD0EA4271500E46BFD /* three_strikes_battle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = three_strikes_battle.cpp; path = modes/three_strikes_battle.cpp; sourceTree = ""; }; - 957B11B30E831DA8002A69EA /* standard_race.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = standard_race.hpp; path = modes/standard_race.hpp; sourceTree = ""; }; - 957B11B40E831DA8002A69EA /* standard_race.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = standard_race.cpp; path = modes/standard_race.cpp; sourceTree = ""; }; - 957B11D70E8320CD002A69EA /* follow_the_leader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = follow_the_leader.hpp; path = modes/follow_the_leader.hpp; sourceTree = ""; }; - 957B11D80E8320CD002A69EA /* follow_the_leader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = follow_the_leader.cpp; path = modes/follow_the_leader.cpp; sourceTree = ""; }; - 95923D6E0E808ED700388BDC /* actionmap.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = actionmap.cpp; sourceTree = ""; }; - 95923D6F0E808ED700388BDC /* actionmap.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = actionmap.hpp; sourceTree = ""; }; - 95923D710E808ED700388BDC /* attachment.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = attachment.cpp; sourceTree = ""; }; - 95923D720E808ED700388BDC /* attachment.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = attachment.hpp; sourceTree = ""; }; - 95923D740E808ED700388BDC /* attachment_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = attachment_manager.cpp; sourceTree = ""; }; - 95923D750E808ED700388BDC /* attachment_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = attachment_manager.hpp; sourceTree = ""; }; - 95923D770E808ED700388BDC /* auto_kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = auto_kart.hpp; sourceTree = ""; }; - 95923D790E808ED700388BDC /* bowling.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = bowling.cpp; sourceTree = ""; }; - 95923D7A0E808ED700388BDC /* bowling.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = bowling.hpp; sourceTree = ""; }; - 95923E180E808ED900388BDC /* btBulletCollisionCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBulletCollisionCommon.h; sourceTree = ""; }; - 95923E190E808ED900388BDC /* btBulletDynamicsCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBulletDynamicsCommon.h; sourceTree = ""; }; - 95923E6E0E808ED900388BDC /* Bullet-C-Api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "Bullet-C-Api.h"; sourceTree = ""; }; - 95923E720E808ED900388BDC /* btAxisSweep3.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btAxisSweep3.cpp; sourceTree = ""; }; - 95923E730E808ED900388BDC /* btAxisSweep3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAxisSweep3.h; sourceTree = ""; }; - 95923E740E808ED900388BDC /* btBroadphaseInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBroadphaseInterface.h; sourceTree = ""; }; - 95923E750E808ED900388BDC /* btBroadphaseProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBroadphaseProxy.cpp; sourceTree = ""; }; - 95923E760E808ED900388BDC /* btBroadphaseProxy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBroadphaseProxy.h; sourceTree = ""; }; - 95923E770E808ED900388BDC /* btCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923E780E808ED900388BDC /* btCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionAlgorithm.h; sourceTree = ""; }; - 95923E790E808ED900388BDC /* btDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btDispatcher.cpp; sourceTree = ""; }; - 95923E7A0E808ED900388BDC /* btDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDispatcher.h; sourceTree = ""; }; - 95923E7B0E808ED900388BDC /* btMultiSapBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSapBroadphase.cpp; sourceTree = ""; }; - 95923E7C0E808ED900388BDC /* btMultiSapBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMultiSapBroadphase.h; sourceTree = ""; }; - 95923E7D0E808ED900388BDC /* btOverlappingPairCache.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOverlappingPairCache.cpp; sourceTree = ""; }; - 95923E7E0E808EDA00388BDC /* btOverlappingPairCache.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCache.h; sourceTree = ""; }; - 95923E7F0E808EDA00388BDC /* btOverlappingPairCallback.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCallback.h; sourceTree = ""; }; - 95923E800E808EDA00388BDC /* btSimpleBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleBroadphase.cpp; sourceTree = ""; }; - 95923E810E808EDA00388BDC /* btSimpleBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimpleBroadphase.h; sourceTree = ""; }; - 95923E830E808EDA00388BDC /* btBoxBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923E840E808EDA00388BDC /* btBoxBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBoxBoxCollisionAlgorithm.h; sourceTree = ""; }; - 95923E850E808EDA00388BDC /* btBoxBoxDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxDetector.cpp; sourceTree = ""; }; - 95923E860E808EDA00388BDC /* btBoxBoxDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBoxBoxDetector.h; sourceTree = ""; }; - 95923E870E808EDA00388BDC /* btCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionConfiguration.h; sourceTree = ""; }; - 95923E880E808EDA00388BDC /* btCollisionCreateFunc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionCreateFunc.h; sourceTree = ""; }; - 95923E890E808EDA00388BDC /* btCollisionDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionDispatcher.cpp; sourceTree = ""; }; - 95923E8A0E808EDA00388BDC /* btCollisionDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionDispatcher.h; sourceTree = ""; }; - 95923E8B0E808EDA00388BDC /* btCollisionObject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionObject.cpp; sourceTree = ""; }; - 95923E8C0E808EDA00388BDC /* btCollisionObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionObject.h; sourceTree = ""; }; - 95923E8D0E808EDA00388BDC /* btCollisionWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionWorld.cpp; sourceTree = ""; }; - 95923E8E0E808EDA00388BDC /* btCollisionWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionWorld.h; sourceTree = ""; }; - 95923E8F0E808EDA00388BDC /* btCompoundCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923E900E808EDA00388BDC /* btCompoundCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCompoundCollisionAlgorithm.h; sourceTree = ""; }; - 95923E910E808EDA00388BDC /* btConvexConcaveCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConcaveCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923E920E808EDA00388BDC /* btConvexConcaveCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexConcaveCollisionAlgorithm.h; sourceTree = ""; }; - 95923E930E808EDA00388BDC /* btConvexConvexAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConvexAlgorithm.cpp; sourceTree = ""; }; - 95923E940E808EDA00388BDC /* btConvexConvexAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexConvexAlgorithm.h; sourceTree = ""; }; - 95923E950E808EDA00388BDC /* btConvexPlaneCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexPlaneCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923E960E808EDA00388BDC /* btConvexPlaneCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexPlaneCollisionAlgorithm.h; sourceTree = ""; }; - 95923E970E808EDA00388BDC /* btDefaultCollisionConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btDefaultCollisionConfiguration.cpp; sourceTree = ""; }; - 95923E980E808EDA00388BDC /* btDefaultCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDefaultCollisionConfiguration.h; sourceTree = ""; }; - 95923E990E808EDA00388BDC /* btEmptyCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923E9A0E808EDA00388BDC /* btEmptyCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btEmptyCollisionAlgorithm.h; sourceTree = ""; }; - 95923E9B0E808EDA00388BDC /* btManifoldResult.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btManifoldResult.cpp; sourceTree = ""; }; - 95923E9C0E808EDA00388BDC /* btManifoldResult.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btManifoldResult.h; sourceTree = ""; }; - 95923E9D0E808EDA00388BDC /* btSimulationIslandManager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSimulationIslandManager.cpp; sourceTree = ""; }; - 95923E9E0E808EDA00388BDC /* btSimulationIslandManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimulationIslandManager.h; sourceTree = ""; }; - 95923E9F0E808EDA00388BDC /* btSphereBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereBoxCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923EA00E808EDA00388BDC /* btSphereBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereBoxCollisionAlgorithm.h; sourceTree = ""; }; - 95923EA10E808EDA00388BDC /* btSphereSphereCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereSphereCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923EA20E808EDA00388BDC /* btSphereSphereCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereSphereCollisionAlgorithm.h; sourceTree = ""; }; - 95923EA30E808EDA00388BDC /* btSphereTriangleCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereTriangleCollisionAlgorithm.cpp; sourceTree = ""; }; - 95923EA40E808EDA00388BDC /* btSphereTriangleCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereTriangleCollisionAlgorithm.h; sourceTree = ""; }; - 95923EA50E808EDA00388BDC /* btUnionFind.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btUnionFind.cpp; sourceTree = ""; }; - 95923EA60E808EDA00388BDC /* btUnionFind.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btUnionFind.h; sourceTree = ""; }; - 95923EA70E808EDA00388BDC /* SphereTriangleDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SphereTriangleDetector.cpp; sourceTree = ""; }; - 95923EA80E808EDA00388BDC /* SphereTriangleDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SphereTriangleDetector.h; sourceTree = ""; }; - 95923EAA0E808EDA00388BDC /* btBoxShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxShape.cpp; sourceTree = ""; }; - 95923EAB0E808EDA00388BDC /* btBoxShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBoxShape.h; sourceTree = ""; }; - 95923EAC0E808EDA00388BDC /* btBvhTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBvhTriangleMeshShape.cpp; sourceTree = ""; }; - 95923EAD0E808EDA00388BDC /* btBvhTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBvhTriangleMeshShape.h; sourceTree = ""; }; - 95923EAE0E808EDA00388BDC /* btCapsuleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCapsuleShape.cpp; sourceTree = ""; }; - 95923EAF0E808EDA00388BDC /* btCapsuleShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCapsuleShape.h; sourceTree = ""; }; - 95923EB00E808EDA00388BDC /* btCollisionMargin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionMargin.h; sourceTree = ""; }; - 95923EB10E808EDA00388BDC /* btCollisionShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionShape.cpp; sourceTree = ""; }; - 95923EB20E808EDA00388BDC /* btCollisionShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionShape.h; sourceTree = ""; }; - 95923EB30E808EDA00388BDC /* btCompoundShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundShape.cpp; sourceTree = ""; }; - 95923EB40E808EDA00388BDC /* btCompoundShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCompoundShape.h; sourceTree = ""; }; - 95923EB50E808EDA00388BDC /* btConcaveShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConcaveShape.cpp; sourceTree = ""; }; - 95923EB60E808EDA00388BDC /* btConcaveShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConcaveShape.h; sourceTree = ""; }; - 95923EB70E808EDA00388BDC /* btConeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConeShape.cpp; sourceTree = ""; }; - 95923EB80E808EDA00388BDC /* btConeShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConeShape.h; sourceTree = ""; }; - 95923EB90E808EDA00388BDC /* btConvexHullShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHullShape.cpp; sourceTree = ""; }; - 95923EBA0E808EDA00388BDC /* btConvexHullShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexHullShape.h; sourceTree = ""; }; - 95923EBB0E808EDA00388BDC /* btConvexInternalShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexInternalShape.cpp; sourceTree = ""; }; - 95923EBC0E808EDA00388BDC /* btConvexInternalShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexInternalShape.h; sourceTree = ""; }; - 95923EBD0E808EDA00388BDC /* btConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexShape.cpp; sourceTree = ""; }; - 95923EBE0E808EDA00388BDC /* btConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexShape.h; sourceTree = ""; }; - 95923EBF0E808EDA00388BDC /* btConvexTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexTriangleMeshShape.cpp; sourceTree = ""; }; - 95923EC00E808EDA00388BDC /* btConvexTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexTriangleMeshShape.h; sourceTree = ""; }; - 95923EC10E808EDA00388BDC /* btCylinderShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCylinderShape.cpp; sourceTree = ""; }; - 95923EC20E808EDA00388BDC /* btCylinderShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCylinderShape.h; sourceTree = ""; }; - 95923EC30E808EDA00388BDC /* btEmptyShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyShape.cpp; sourceTree = ""; }; - 95923EC40E808EDA00388BDC /* btEmptyShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btEmptyShape.h; sourceTree = ""; }; - 95923EC50E808EDA00388BDC /* btHeightfieldTerrainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btHeightfieldTerrainShape.cpp; sourceTree = ""; }; - 95923EC60E808EDA00388BDC /* btHeightfieldTerrainShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btHeightfieldTerrainShape.h; sourceTree = ""; }; - 95923EC70E808EDA00388BDC /* btMinkowskiSumShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiSumShape.cpp; sourceTree = ""; }; - 95923EC80E808EDA00388BDC /* btMinkowskiSumShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMinkowskiSumShape.h; sourceTree = ""; }; - 95923EC90E808EDA00388BDC /* btMultiSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSphereShape.cpp; sourceTree = ""; }; - 95923ECA0E808EDA00388BDC /* btMultiSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMultiSphereShape.h; sourceTree = ""; }; - 95923ECB0E808EDA00388BDC /* btOptimizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOptimizedBvh.cpp; sourceTree = ""; }; - 95923ECC0E808EDA00388BDC /* btOptimizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOptimizedBvh.h; sourceTree = ""; }; - 95923ECD0E808EDA00388BDC /* btPolyhedralConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btPolyhedralConvexShape.cpp; sourceTree = ""; }; - 95923ECE0E808EDA00388BDC /* btPolyhedralConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPolyhedralConvexShape.h; sourceTree = ""; }; - 95923ECF0E808EDA00388BDC /* btShapeHull.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btShapeHull.cpp; sourceTree = ""; }; - 95923ED00E808EDA00388BDC /* btShapeHull.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btShapeHull.h; sourceTree = ""; }; - 95923ED10E808EDA00388BDC /* btSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereShape.cpp; sourceTree = ""; }; - 95923ED20E808EDA00388BDC /* btSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereShape.h; sourceTree = ""; }; - 95923ED30E808EDA00388BDC /* btStaticPlaneShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btStaticPlaneShape.cpp; sourceTree = ""; }; - 95923ED40E808EDA00388BDC /* btStaticPlaneShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btStaticPlaneShape.h; sourceTree = ""; }; - 95923ED50E808EDA00388BDC /* btStridingMeshInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btStridingMeshInterface.cpp; sourceTree = ""; }; - 95923ED60E808EDA00388BDC /* btStridingMeshInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btStridingMeshInterface.h; sourceTree = ""; }; - 95923ED70E808EDA00388BDC /* btTetrahedronShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTetrahedronShape.cpp; sourceTree = ""; }; - 95923ED80E808EDA00388BDC /* btTetrahedronShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTetrahedronShape.h; sourceTree = ""; }; - 95923ED90E808EDA00388BDC /* btTriangleBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleBuffer.cpp; sourceTree = ""; }; - 95923EDA0E808EDA00388BDC /* btTriangleBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleBuffer.h; sourceTree = ""; }; - 95923EDB0E808EDA00388BDC /* btTriangleCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleCallback.cpp; sourceTree = ""; }; - 95923EDC0E808EDA00388BDC /* btTriangleCallback.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleCallback.h; sourceTree = ""; }; - 95923EDD0E808EDA00388BDC /* btTriangleIndexVertexArray.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleIndexVertexArray.cpp; sourceTree = ""; }; - 95923EDE0E808EDA00388BDC /* btTriangleIndexVertexArray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleIndexVertexArray.h; sourceTree = ""; }; - 95923EDF0E808EDA00388BDC /* btTriangleMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMesh.cpp; sourceTree = ""; }; - 95923EE00E808EDA00388BDC /* btTriangleMesh.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleMesh.h; sourceTree = ""; }; - 95923EE10E808EDA00388BDC /* btTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMeshShape.cpp; sourceTree = ""; }; - 95923EE20E808EDA00388BDC /* btTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleMeshShape.h; sourceTree = ""; }; - 95923EE30E808EDA00388BDC /* btTriangleShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleShape.h; sourceTree = ""; }; - 95923EE40E808EDA00388BDC /* btUniformScalingShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btUniformScalingShape.cpp; sourceTree = ""; }; - 95923EE50E808EDA00388BDC /* btUniformScalingShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btUniformScalingShape.h; sourceTree = ""; }; - 95923EE70E808EDA00388BDC /* btContinuousConvexCollision.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousConvexCollision.cpp; sourceTree = ""; }; - 95923EE80E808EDA00388BDC /* btContinuousConvexCollision.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContinuousConvexCollision.h; sourceTree = ""; }; - 95923EE90E808EDA00388BDC /* btConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexCast.cpp; sourceTree = ""; }; - 95923EEA0E808EDA00388BDC /* btConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexCast.h; sourceTree = ""; }; - 95923EEB0E808EDA00388BDC /* btConvexPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexPenetrationDepthSolver.h; sourceTree = ""; }; - 95923EEC0E808EDA00388BDC /* btDiscreteCollisionDetectorInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDiscreteCollisionDetectorInterface.h; sourceTree = ""; }; - 95923EED0E808EDA00388BDC /* btGjkConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkConvexCast.cpp; sourceTree = ""; }; - 95923EEE0E808EDA00388BDC /* btGjkConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkConvexCast.h; sourceTree = ""; }; - 95923EEF0E808EDA00388BDC /* btGjkEpa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpa.cpp; sourceTree = ""; }; - 95923EF00E808EDA00388BDC /* btGjkEpa.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkEpa.h; sourceTree = ""; }; - 95923EF10E808EDA00388BDC /* btGjkEpa2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpa2.cpp; sourceTree = ""; }; - 95923EF20E808EDA00388BDC /* btGjkEpa2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkEpa2.h; sourceTree = ""; }; - 95923EF30E808EDA00388BDC /* btGjkEpaPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpaPenetrationDepthSolver.cpp; sourceTree = ""; }; - 95923EF40E808EDA00388BDC /* btGjkEpaPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkEpaPenetrationDepthSolver.h; sourceTree = ""; }; - 95923EF50E808EDA00388BDC /* btGjkPairDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkPairDetector.cpp; sourceTree = ""; }; - 95923EF60E808EDA00388BDC /* btGjkPairDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkPairDetector.h; sourceTree = ""; }; - 95923EF70E808EDA00388BDC /* btManifoldPoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btManifoldPoint.h; sourceTree = ""; }; - 95923EF80E808EDA00388BDC /* btMinkowskiPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiPenetrationDepthSolver.cpp; sourceTree = ""; }; - 95923EF90E808EDA00388BDC /* btMinkowskiPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMinkowskiPenetrationDepthSolver.h; sourceTree = ""; }; - 95923EFA0E808EDA00388BDC /* btPersistentManifold.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btPersistentManifold.cpp; sourceTree = ""; }; - 95923EFB0E808EDA00388BDC /* btPersistentManifold.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPersistentManifold.h; sourceTree = ""; }; - 95923EFC0E808EDA00388BDC /* btPointCollector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPointCollector.h; sourceTree = ""; }; - 95923EFD0E808EDA00388BDC /* btRaycastCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastCallback.cpp; sourceTree = ""; }; - 95923EFE0E808EDA00388BDC /* btRaycastCallback.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRaycastCallback.h; sourceTree = ""; }; - 95923EFF0E808EDB00388BDC /* btSimplexSolverInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimplexSolverInterface.h; sourceTree = ""; }; - 95923F000E808EDB00388BDC /* btSubSimplexConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSubSimplexConvexCast.cpp; sourceTree = ""; }; - 95923F010E808EDB00388BDC /* btSubSimplexConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSubSimplexConvexCast.h; sourceTree = ""; }; - 95923F020E808EDB00388BDC /* btVoronoiSimplexSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btVoronoiSimplexSolver.cpp; sourceTree = ""; }; - 95923F030E808EDB00388BDC /* btVoronoiSimplexSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVoronoiSimplexSolver.h; sourceTree = ""; }; - 95923F060E808EDB00388BDC /* btConeTwistConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConeTwistConstraint.cpp; sourceTree = ""; }; - 95923F070E808EDB00388BDC /* btConeTwistConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConeTwistConstraint.h; sourceTree = ""; }; - 95923F080E808EDB00388BDC /* btConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConstraintSolver.h; sourceTree = ""; }; - 95923F090E808EDB00388BDC /* btContactConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btContactConstraint.cpp; sourceTree = ""; }; - 95923F0A0E808EDB00388BDC /* btContactConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContactConstraint.h; sourceTree = ""; }; - 95923F0B0E808EDB00388BDC /* btContactSolverInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContactSolverInfo.h; sourceTree = ""; }; - 95923F0C0E808EDB00388BDC /* btGeneric6DofConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGeneric6DofConstraint.cpp; sourceTree = ""; }; - 95923F0D0E808EDB00388BDC /* btGeneric6DofConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGeneric6DofConstraint.h; sourceTree = ""; }; - 95923F0E0E808EDB00388BDC /* btHingeConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btHingeConstraint.cpp; sourceTree = ""; }; - 95923F0F0E808EDB00388BDC /* btHingeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btHingeConstraint.h; sourceTree = ""; }; - 95923F100E808EDB00388BDC /* btJacobianEntry.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btJacobianEntry.h; sourceTree = ""; }; - 95923F110E808EDB00388BDC /* btOdeContactJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeContactJoint.cpp; sourceTree = ""; }; - 95923F120E808EDB00388BDC /* btOdeContactJoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeContactJoint.h; sourceTree = ""; }; - 95923F130E808EDB00388BDC /* btOdeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeJoint.cpp; sourceTree = ""; }; - 95923F140E808EDB00388BDC /* btOdeJoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeJoint.h; sourceTree = ""; }; - 95923F150E808EDB00388BDC /* btOdeMacros.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeMacros.h; sourceTree = ""; }; - 95923F160E808EDB00388BDC /* btOdeQuickstepConstraintSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeQuickstepConstraintSolver.cpp; sourceTree = ""; }; - 95923F170E808EDB00388BDC /* btOdeQuickstepConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeQuickstepConstraintSolver.h; sourceTree = ""; }; - 95923F180E808EDB00388BDC /* btOdeSolverBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeSolverBody.h; sourceTree = ""; }; - 95923F190E808EDB00388BDC /* btOdeTypedJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeTypedJoint.cpp; sourceTree = ""; }; - 95923F1A0E808EDB00388BDC /* btOdeTypedJoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeTypedJoint.h; sourceTree = ""; }; - 95923F1B0E808EDB00388BDC /* btPoint2PointConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btPoint2PointConstraint.cpp; sourceTree = ""; }; - 95923F1C0E808EDB00388BDC /* btPoint2PointConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPoint2PointConstraint.h; sourceTree = ""; }; - 95923F1D0E808EDB00388BDC /* btSequentialImpulseConstraintSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSequentialImpulseConstraintSolver.cpp; sourceTree = ""; }; - 95923F1E0E808EDB00388BDC /* btSequentialImpulseConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSequentialImpulseConstraintSolver.h; sourceTree = ""; }; - 95923F1F0E808EDB00388BDC /* btSliderConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSliderConstraint.cpp; sourceTree = ""; }; - 95923F200E808EDB00388BDC /* btSliderConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSliderConstraint.h; sourceTree = ""; }; - 95923F210E808EDB00388BDC /* btSolve2LinearConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSolve2LinearConstraint.cpp; sourceTree = ""; }; - 95923F220E808EDB00388BDC /* btSolve2LinearConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSolve2LinearConstraint.h; sourceTree = ""; }; - 95923F230E808EDB00388BDC /* btSolverBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSolverBody.h; sourceTree = ""; }; - 95923F240E808EDB00388BDC /* btSolverConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSolverConstraint.h; sourceTree = ""; }; - 95923F250E808EDB00388BDC /* btSorLcp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSorLcp.cpp; sourceTree = ""; }; - 95923F260E808EDB00388BDC /* btSorLcp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSorLcp.h; sourceTree = ""; }; - 95923F270E808EDB00388BDC /* btTypedConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTypedConstraint.cpp; sourceTree = ""; }; - 95923F280E808EDB00388BDC /* btTypedConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTypedConstraint.h; sourceTree = ""; }; - 95923F290E808EDB00388BDC /* btUprightConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btUprightConstraint.cpp; sourceTree = ""; }; - 95923F2A0E808EDB00388BDC /* btUprightConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btUprightConstraint.h; sourceTree = ""; }; - 95923F2C0E808EDB00388BDC /* btContinuousDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousDynamicsWorld.cpp; sourceTree = ""; }; - 95923F2D0E808EDB00388BDC /* btContinuousDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContinuousDynamicsWorld.h; sourceTree = ""; }; - 95923F2E0E808EDB00388BDC /* btDiscreteDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btDiscreteDynamicsWorld.cpp; sourceTree = ""; }; - 95923F2F0E808EDB00388BDC /* btDiscreteDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDiscreteDynamicsWorld.h; sourceTree = ""; }; - 95923F300E808EDB00388BDC /* btDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDynamicsWorld.h; sourceTree = ""; }; - 95923F310E808EDB00388BDC /* btRigidBody.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btRigidBody.cpp; sourceTree = ""; }; - 95923F320E808EDB00388BDC /* btRigidBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRigidBody.h; sourceTree = ""; }; - 95923F330E808EDB00388BDC /* btSimpleDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleDynamicsWorld.cpp; sourceTree = ""; }; - 95923F340E808EDB00388BDC /* btSimpleDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimpleDynamicsWorld.h; sourceTree = ""; }; - 95923F350E808EDB00388BDC /* Bullet-C-API.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "Bullet-C-API.cpp"; sourceTree = ""; }; - 95923F370E808EDB00388BDC /* btRaycastVehicle.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastVehicle.cpp; sourceTree = ""; }; - 95923F380E808EDB00388BDC /* btRaycastVehicle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRaycastVehicle.h; sourceTree = ""; }; - 95923F390E808EDB00388BDC /* btVehicleRaycaster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVehicleRaycaster.h; sourceTree = ""; }; - 95923F3A0E808EDB00388BDC /* btWheelInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btWheelInfo.cpp; sourceTree = ""; }; - 95923F3B0E808EDB00388BDC /* btWheelInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btWheelInfo.h; sourceTree = ""; }; - 95923F400E808EDB00388BDC /* btAabbUtil2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAabbUtil2.h; sourceTree = ""; }; - 95923F410E808EDB00388BDC /* btAlignedAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btAlignedAllocator.cpp; sourceTree = ""; }; - 95923F420E808EDB00388BDC /* btAlignedAllocator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAlignedAllocator.h; sourceTree = ""; }; - 95923F430E808EDB00388BDC /* btAlignedObjectArray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAlignedObjectArray.h; sourceTree = ""; }; - 95923F440E808EDB00388BDC /* btConvexHull.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHull.cpp; sourceTree = ""; }; - 95923F450E808EDB00388BDC /* btConvexHull.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexHull.h; sourceTree = ""; }; - 95923F460E808EDB00388BDC /* btDefaultMotionState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDefaultMotionState.h; sourceTree = ""; }; - 95923F470E808EDB00388BDC /* btGeometryUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGeometryUtil.cpp; sourceTree = ""; }; - 95923F480E808EDB00388BDC /* btGeometryUtil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGeometryUtil.h; sourceTree = ""; }; - 95923F490E808EDB00388BDC /* btHashMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btHashMap.h; sourceTree = ""; }; - 95923F4A0E808EDB00388BDC /* btIDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btIDebugDraw.h; sourceTree = ""; }; - 95923F4B0E808EDB00388BDC /* btList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btList.h; sourceTree = ""; }; - 95923F4C0E808EDB00388BDC /* btMatrix3x3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMatrix3x3.h; sourceTree = ""; }; - 95923F4D0E808EDB00388BDC /* btMinMax.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMinMax.h; sourceTree = ""; }; - 95923F4E0E808EDB00388BDC /* btMotionState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMotionState.h; sourceTree = ""; }; - 95923F4F0E808EDB00388BDC /* btPoint3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPoint3.h; sourceTree = ""; }; - 95923F500E808EDB00388BDC /* btPoolAllocator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPoolAllocator.h; sourceTree = ""; }; - 95923F510E808EDB00388BDC /* btQuadWord.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btQuadWord.h; sourceTree = ""; }; - 95923F520E808EDB00388BDC /* btQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btQuaternion.h; sourceTree = ""; }; - 95923F530E808EDB00388BDC /* btQuickprof.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btQuickprof.cpp; sourceTree = ""; }; - 95923F540E808EDB00388BDC /* btQuickprof.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btQuickprof.h; sourceTree = ""; }; - 95923F550E808EDB00388BDC /* btRandom.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRandom.h; sourceTree = ""; }; - 95923F560E808EDB00388BDC /* btScalar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btScalar.h; sourceTree = ""; }; - 95923F570E808EDB00388BDC /* btStackAlloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btStackAlloc.h; sourceTree = ""; }; - 95923F580E808EDB00388BDC /* btTransform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTransform.h; sourceTree = ""; }; - 95923F590E808EDB00388BDC /* btTransformUtil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTransformUtil.h; sourceTree = ""; }; - 95923F5A0E808EDB00388BDC /* btTypedUserInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTypedUserInfo.h; sourceTree = ""; }; - 95923F5B0E808EDB00388BDC /* btVector3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVector3.h; sourceTree = ""; }; - 95923F610E808EDB00388BDC /* callback.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = callback.hpp; sourceTree = ""; }; - 95923F620E808EDB00388BDC /* callback_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = callback_manager.cpp; sourceTree = ""; }; - 95923F630E808EDB00388BDC /* callback_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = callback_manager.hpp; sourceTree = ""; }; - 95923F650E808EDB00388BDC /* camera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = camera.cpp; sourceTree = ""; }; - 95923F660E808EDB00388BDC /* camera.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = camera.hpp; sourceTree = ""; }; - 95923F6B0E808EDC00388BDC /* challenge.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = challenge.cpp; sourceTree = ""; }; - 95923F6C0E808EDC00388BDC /* challenge.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = challenge.hpp; sourceTree = ""; }; - 95923F6D0E808EDC00388BDC /* challenge_data.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = challenge_data.cpp; sourceTree = ""; }; - 95923F6E0E808EDC00388BDC /* challenge_data.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = challenge_data.hpp; sourceTree = ""; }; - 95923F710E808EDC00388BDC /* collectable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = collectable.cpp; sourceTree = ""; }; - 95923F720E808EDC00388BDC /* collectable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = collectable.hpp; sourceTree = ""; }; - 95923F740E808EDC00388BDC /* collectable_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = collectable_manager.cpp; sourceTree = ""; }; - 95923F750E808EDC00388BDC /* collectable_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = collectable_manager.hpp; sourceTree = ""; }; - 95923F7B0E808EDC00388BDC /* constants.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = constants.hpp; sourceTree = ""; }; - 95923F7C0E808EDC00388BDC /* coord.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = coord.hpp; sourceTree = ""; }; - 95923F8B0E808EDC00388BDC /* callbacks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = callbacks.c; sourceTree = ""; }; - 95923F9B0E808EDC00388BDC /* host.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = host.c; sourceTree = ""; }; - 95923FAF0E808EDC00388BDC /* list.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = list.c; sourceTree = ""; }; - 95923FB40E808EDC00388BDC /* packet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = packet.c; sourceTree = ""; }; - 95923FB60E808EDC00388BDC /* peer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = peer.c; sourceTree = ""; }; - 95923FB80E808EDC00388BDC /* protocol.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = protocol.c; sourceTree = ""; }; - 95923FBC0E808EDC00388BDC /* unix.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = unix.c; sourceTree = ""; }; - 95923FBE0E808EDD00388BDC /* win32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = win32.c; sourceTree = ""; }; - 95923FC00E808EDD00388BDC /* explosion.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = explosion.cpp; sourceTree = ""; }; - 95923FC10E808EDD00388BDC /* explosion.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = explosion.hpp; sourceTree = ""; }; - 95923FC40E808EDD00388BDC /* file_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = file_manager.cpp; sourceTree = ""; }; - 95923FC50E808EDD00388BDC /* file_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = file_manager.hpp; sourceTree = ""; }; - 95923FC70E808EDD00388BDC /* flyable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = flyable.cpp; sourceTree = ""; }; - 95923FC80E808EDD00388BDC /* flyable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = flyable.hpp; sourceTree = ""; }; - 95923FCD0E808EDD00388BDC /* grand_prix_data.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_data.cpp; sourceTree = ""; }; - 95923FCE0E808EDD00388BDC /* grand_prix_data.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_data.hpp; sourceTree = ""; }; - 95923FD10E808EDD00388BDC /* grand_prix_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_manager.cpp; sourceTree = ""; }; - 95923FD20E808EDD00388BDC /* grand_prix_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_manager.hpp; sourceTree = ""; }; - 95923FD60E808EDD00388BDC /* base_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = base_gui.cpp; sourceTree = ""; }; - 95923FD70E808EDD00388BDC /* base_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = base_gui.hpp; sourceTree = ""; }; - 95923FD80E808EDD00388BDC /* challenges_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = challenges_menu.cpp; sourceTree = ""; }; - 95923FD90E808EDD00388BDC /* challenges_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = challenges_menu.hpp; sourceTree = ""; }; - 95923FDA0E808EDD00388BDC /* char_sel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = char_sel.cpp; sourceTree = ""; }; - 95923FDB0E808EDD00388BDC /* char_sel.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = char_sel.hpp; sourceTree = ""; }; - 95923FDC0E808EDD00388BDC /* config_controls.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = config_controls.cpp; sourceTree = ""; }; - 95923FDD0E808EDD00388BDC /* config_controls.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = config_controls.hpp; sourceTree = ""; }; - 95923FDE0E808EDD00388BDC /* config_display.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = config_display.cpp; sourceTree = ""; }; - 95923FDF0E808EDD00388BDC /* config_display.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = config_display.hpp; sourceTree = ""; }; - 95923FE00E808EDD00388BDC /* config_sound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = config_sound.cpp; sourceTree = ""; }; - 95923FE10E808EDD00388BDC /* config_sound.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = config_sound.hpp; sourceTree = ""; }; - 95923FE20E808EDD00388BDC /* credits_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = credits_menu.cpp; sourceTree = ""; }; - 95923FE30E808EDD00388BDC /* credits_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = credits_menu.hpp; sourceTree = ""; }; - 95923FE40E808EDD00388BDC /* display_res_confirm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = display_res_confirm.cpp; sourceTree = ""; }; - 95923FE50E808EDD00388BDC /* display_res_confirm.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = display_res_confirm.hpp; sourceTree = ""; }; - 95923FE60E808EDD00388BDC /* feature_unlocked.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = feature_unlocked.cpp; sourceTree = ""; }; - 95923FE70E808EDD00388BDC /* feature_unlocked.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = feature_unlocked.hpp; sourceTree = ""; }; - 95923FE80E808EDD00388BDC /* font.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = font.cpp; sourceTree = ""; }; - 95923FE90E808EDD00388BDC /* font.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = font.hpp; sourceTree = ""; }; - 95923FEA0E808EDD00388BDC /* game_mode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = game_mode.cpp; sourceTree = ""; }; - 95923FEB0E808EDD00388BDC /* game_mode.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = game_mode.hpp; sourceTree = ""; }; - 95923FEC0E808EDD00388BDC /* grand_prix_ending.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_ending.cpp; sourceTree = ""; }; - 95923FED0E808EDD00388BDC /* grand_prix_ending.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_ending.hpp; sourceTree = ""; }; - 95923FEE0E808EDD00388BDC /* grand_prix_select.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_select.cpp; sourceTree = ""; }; - 95923FEF0E808EDD00388BDC /* grand_prix_select.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_select.hpp; sourceTree = ""; }; - 95923FF00E808EDD00388BDC /* help_page_one.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = help_page_one.cpp; sourceTree = ""; }; - 95923FF10E808EDD00388BDC /* help_page_one.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = help_page_one.hpp; sourceTree = ""; }; - 95923FF20E808EDD00388BDC /* help_page_three.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = help_page_three.cpp; sourceTree = ""; }; - 95923FF30E808EDD00388BDC /* help_page_three.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = help_page_three.hpp; sourceTree = ""; }; - 95923FF40E808EDD00388BDC /* help_page_two.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = help_page_two.cpp; sourceTree = ""; }; - 95923FF50E808EDD00388BDC /* help_page_two.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = help_page_two.hpp; sourceTree = ""; }; - 95923FF60E808EDD00388BDC /* main_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main_menu.cpp; sourceTree = ""; }; - 95923FF70E808EDD00388BDC /* main_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = main_menu.hpp; sourceTree = ""; }; - 95923FF80E808EDD00388BDC /* menu_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = menu_manager.cpp; sourceTree = ""; }; - 95923FF90E808EDD00388BDC /* menu_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = menu_manager.hpp; sourceTree = ""; }; - 95923FFA0E808EDD00388BDC /* network_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = network_gui.cpp; sourceTree = ""; }; - 95923FFB0E808EDD00388BDC /* network_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = network_gui.hpp; sourceTree = ""; }; - 95923FFC0E808EDD00388BDC /* num_players.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = num_players.cpp; sourceTree = ""; }; - 95923FFD0E808EDD00388BDC /* num_players.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = num_players.hpp; sourceTree = ""; }; - 95923FFE0E808EDD00388BDC /* options.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = options.cpp; sourceTree = ""; }; - 95923FFF0E808EDD00388BDC /* options.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = options.hpp; sourceTree = ""; }; - 959240000E808EDD00388BDC /* player_controls.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = player_controls.cpp; sourceTree = ""; }; - 959240010E808EDD00388BDC /* player_controls.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = player_controls.hpp; sourceTree = ""; }; - 959240020E808EDD00388BDC /* race_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_gui.cpp; sourceTree = ""; }; - 959240030E808EDD00388BDC /* race_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_gui.hpp; sourceTree = ""; }; - 959240040E808EDD00388BDC /* race_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_menu.cpp; sourceTree = ""; }; - 959240050E808EDD00388BDC /* race_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_menu.hpp; sourceTree = ""; }; - 959240060E808EDD00388BDC /* race_options.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_options.cpp; sourceTree = ""; }; - 959240070E808EDD00388BDC /* race_options.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_options.hpp; sourceTree = ""; }; - 959240080E808EDD00388BDC /* race_results_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_results_gui.cpp; sourceTree = ""; }; - 959240090E808EDD00388BDC /* race_results_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_results_gui.hpp; sourceTree = ""; }; - 9592400A0E808EDD00388BDC /* start_race_feedback.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = start_race_feedback.cpp; sourceTree = ""; }; - 9592400B0E808EDD00388BDC /* start_race_feedback.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = start_race_feedback.hpp; sourceTree = ""; }; - 9592400C0E808EDD00388BDC /* track_sel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = track_sel.cpp; sourceTree = ""; }; - 9592400D0E808EDD00388BDC /* track_sel.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = track_sel.hpp; sourceTree = ""; }; - 9592400E0E808EDD00388BDC /* widget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = widget.cpp; sourceTree = ""; }; - 9592400F0E808EDD00388BDC /* widget.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = widget.hpp; sourceTree = ""; }; - 959240100E808EDD00388BDC /* widget_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = widget_manager.cpp; sourceTree = ""; }; - 959240110E808EDD00388BDC /* widget_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = widget_manager.hpp; sourceTree = ""; }; - 959240150E808EDD00388BDC /* herring.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = herring.cpp; sourceTree = ""; }; - 959240160E808EDD00388BDC /* herring.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = herring.hpp; sourceTree = ""; }; - 959240180E808EDD00388BDC /* herring_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = herring_manager.cpp; sourceTree = ""; }; - 959240190E808EDD00388BDC /* herring_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = herring_manager.hpp; sourceTree = ""; }; - 9592401B0E808EDD00388BDC /* highscore_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = highscore_manager.cpp; sourceTree = ""; }; - 9592401C0E808EDD00388BDC /* highscore_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = highscore_manager.hpp; sourceTree = ""; }; - 9592401E0E808EDD00388BDC /* highscores.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = highscores.cpp; sourceTree = ""; }; - 9592401F0E808EDD00388BDC /* highscores.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = highscores.hpp; sourceTree = ""; }; - 959240210E808EDD00388BDC /* history.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = history.cpp; sourceTree = ""; }; - 959240220E808EDD00388BDC /* history.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = history.hpp; sourceTree = ""; }; - 959240240E808EDD00388BDC /* homing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = homing.cpp; sourceTree = ""; }; - 959240250E808EDD00388BDC /* homing.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = homing.hpp; sourceTree = ""; }; - 9592412C0E808EE100388BDC /* input.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = input.hpp; sourceTree = ""; }; - 9592412D0E808EE100388BDC /* isect.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = isect.cpp; sourceTree = ""; }; - 9592412E0E808EE100388BDC /* isect.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = isect.hpp; sourceTree = ""; }; - 959241300E808EE100388BDC /* kart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart.cpp; sourceTree = ""; }; - 959241310E808EE100388BDC /* kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart.hpp; sourceTree = ""; }; - 959241330E808EE100388BDC /* kart_control.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_control.hpp; sourceTree = ""; }; - 959241350E808EE100388BDC /* kart_properties.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_properties.cpp; sourceTree = ""; }; - 959241360E808EE100388BDC /* kart_properties.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_properties.hpp; sourceTree = ""; }; - 959241380E808EE100388BDC /* kart_properties_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_properties_manager.cpp; sourceTree = ""; }; - 959241390E808EE100388BDC /* kart_properties_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_properties_manager.hpp; sourceTree = ""; }; - 959241400E808EE100388BDC /* lexer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lexer.cpp; sourceTree = ""; }; - 959241410E808EE100388BDC /* lexer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = lexer.hpp; sourceTree = ""; }; - 959241420E808EE100388BDC /* lisp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lisp.cpp; sourceTree = ""; }; - 959241430E808EE100388BDC /* lisp.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = lisp.hpp; sourceTree = ""; }; - 959241440E808EE100388BDC /* parser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = parser.cpp; sourceTree = ""; }; - 959241450E808EE100388BDC /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = parser.hpp; sourceTree = ""; }; - 959241460E808EE100388BDC /* writer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = writer.cpp; sourceTree = ""; }; - 959241470E808EE100388BDC /* writer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = writer.hpp; sourceTree = ""; }; - 959241490E808EE100388BDC /* loader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = loader.cpp; sourceTree = ""; }; - 9592414A0E808EE100388BDC /* loader.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = loader.hpp; sourceTree = ""; }; - 9592414C0E808EE100388BDC /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - 9592414E0E808EE100388BDC /* main_loop.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main_loop.cpp; sourceTree = ""; }; - 9592414F0E808EE100388BDC /* main_loop.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = main_loop.hpp; sourceTree = ""; }; - 959241540E808EE100388BDC /* material.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = material.cpp; sourceTree = ""; }; - 959241550E808EE100388BDC /* material.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = material.hpp; sourceTree = ""; }; - 959241570E808EE100388BDC /* material_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = material_manager.cpp; sourceTree = ""; }; - 959241580E808EE100388BDC /* material_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = material_manager.hpp; sourceTree = ""; }; - 9592415C0E808EE100388BDC /* missile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = missile.cpp; sourceTree = ""; }; - 9592415D0E808EE100388BDC /* missile.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = missile.hpp; sourceTree = ""; }; - 9592415F0E808EE200388BDC /* moveable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = moveable.cpp; sourceTree = ""; }; - 959241600E808EE200388BDC /* moveable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = moveable.hpp; sourceTree = ""; }; - 959241620E808EE200388BDC /* moving_physics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = moving_physics.cpp; sourceTree = ""; }; - 959241630E808EE200388BDC /* moving_physics.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = moving_physics.hpp; sourceTree = ""; }; - 959241650E808EE200388BDC /* moving_texture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = moving_texture.cpp; sourceTree = ""; }; - 959241660E808EE200388BDC /* moving_texture.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = moving_texture.hpp; sourceTree = ""; }; - 959241700E808EE200388BDC /* character_confirm_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = character_confirm_message.hpp; sourceTree = ""; }; - 959241710E808EE200388BDC /* character_info_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = character_info_message.hpp; sourceTree = ""; }; - 959241720E808EE200388BDC /* character_selected_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = character_selected_message.hpp; sourceTree = ""; }; - 959241730E808EE200388BDC /* connect_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = connect_message.cpp; sourceTree = ""; }; - 959241740E808EE200388BDC /* connect_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = connect_message.hpp; sourceTree = ""; }; - 959241750E808EE200388BDC /* flyable_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = flyable_info.hpp; sourceTree = ""; }; - 959241760E808EE200388BDC /* herring_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = herring_info.hpp; sourceTree = ""; }; - 959241770E808EE200388BDC /* kart_control_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_control_message.cpp; sourceTree = ""; }; - 959241780E808EE200388BDC /* kart_control_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_control_message.hpp; sourceTree = ""; }; - 959241790E808EE200388BDC /* kart_update_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_update_message.cpp; sourceTree = ""; }; - 9592417A0E808EE200388BDC /* kart_update_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_update_message.hpp; sourceTree = ""; }; - 9592417B0E808EE200388BDC /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; - 9592417C0E808EE200388BDC /* message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = message.hpp; sourceTree = ""; }; - 9592417D0E808EE200388BDC /* network_kart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = network_kart.cpp; sourceTree = ""; }; - 9592417E0E808EE200388BDC /* network_kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = network_kart.hpp; sourceTree = ""; }; - 9592417F0E808EE200388BDC /* network_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = network_manager.cpp; sourceTree = ""; }; - 959241800E808EE200388BDC /* network_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = network_manager.hpp; sourceTree = ""; }; - 959241810E808EE200388BDC /* num_players_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = num_players_message.hpp; sourceTree = ""; }; - 959241820E808EE200388BDC /* race_info_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_info_message.cpp; sourceTree = ""; }; - 959241830E808EE200388BDC /* race_info_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_info_message.hpp; sourceTree = ""; }; - 959241840E808EE200388BDC /* race_start_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_start_message.hpp; sourceTree = ""; }; - 959241850E808EE200388BDC /* race_state.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_state.cpp; sourceTree = ""; }; - 959241860E808EE200388BDC /* race_state.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_state.hpp; sourceTree = ""; }; - 959241870E808EE200388BDC /* remote_kart_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = remote_kart_info.hpp; sourceTree = ""; }; - 959241880E808EE200388BDC /* world_loaded_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = world_loaded_message.hpp; sourceTree = ""; }; - 9592418C0E808EE200388BDC /* no_copy.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = no_copy.hpp; sourceTree = ""; }; - 959241900E808EE200388BDC /* particle_system.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = particle_system.cpp; sourceTree = ""; }; - 959241910E808EE200388BDC /* particle_system.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = particle_system.hpp; sourceTree = ""; }; - 959241930E808EE200388BDC /* physics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = physics.cpp; sourceTree = ""; }; - 959241940E808EE200388BDC /* physics.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = physics.hpp; sourceTree = ""; }; - 959241960E808EE200388BDC /* player.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = player.hpp; sourceTree = ""; }; - 959241980E808EE200388BDC /* player_kart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = player_kart.cpp; sourceTree = ""; }; - 959241990E808EE200388BDC /* player_kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = player_kart.hpp; sourceTree = ""; }; - 9592419B0E808EE200388BDC /* projectile_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = projectile_manager.cpp; sourceTree = ""; }; - 9592419C0E808EE200388BDC /* projectile_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = projectile_manager.hpp; sourceTree = ""; }; - 959241A00E808EE200388BDC /* race_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_manager.cpp; sourceTree = ""; }; - 959241A10E808EE200388BDC /* race_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_manager.hpp; sourceTree = ""; }; - 959241A80E808EE200388BDC /* replay_base.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_base.cpp; sourceTree = ""; }; - 959241A90E808EE200388BDC /* replay_base.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_base.hpp; sourceTree = ""; }; - 959241AB0E808EE200388BDC /* replay_buffer_tpl.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_buffer_tpl.hpp; sourceTree = ""; }; - 959241AC0E808EE200388BDC /* replay_buffers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_buffers.cpp; sourceTree = ""; }; - 959241AD0E808EE200388BDC /* replay_buffers.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_buffers.hpp; sourceTree = ""; }; - 959241AF0E808EE200388BDC /* replay_player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_player.cpp; sourceTree = ""; }; - 959241B00E808EE200388BDC /* replay_player.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_player.hpp; sourceTree = ""; }; - 959241B20E808EE200388BDC /* replay_recorder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_recorder.cpp; sourceTree = ""; }; - 959241B30E808EE200388BDC /* replay_recorder.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_recorder.hpp; sourceTree = ""; }; - 959241B60E808EE200388BDC /* default_robot.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = default_robot.cpp; sourceTree = ""; }; - 959241B70E808EE200388BDC /* default_robot.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = default_robot.hpp; sourceTree = ""; }; - 959241B80E808EE200388BDC /* empty_robot.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = empty_robot.cpp; sourceTree = ""; }; - 959241B90E808EE200388BDC /* empty_robot.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = empty_robot.hpp; sourceTree = ""; }; - 959241BD0E808EE200388BDC /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = ""; }; - 959241BE0E808EE200388BDC /* scene.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = scene.hpp; sourceTree = ""; }; - 959241C00E808EE200388BDC /* sdldrv.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sdldrv.cpp; sourceTree = ""; }; - 959241C10E808EE200388BDC /* sdldrv.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sdldrv.hpp; sourceTree = ""; }; - 959241C70E808EE300388BDC /* shadow.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = shadow.cpp; sourceTree = ""; }; - 959241C80E808EE300388BDC /* shadow.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = shadow.hpp; sourceTree = ""; }; - 959241CA0E808EE300388BDC /* skid_mark.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = skid_mark.cpp; sourceTree = ""; }; - 959241CB0E808EE300388BDC /* skid_mark.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = skid_mark.hpp; sourceTree = ""; }; - 959241CD0E808EE300388BDC /* smoke.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = smoke.cpp; sourceTree = ""; }; - 959241CE0E808EE300388BDC /* smoke.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = smoke.hpp; sourceTree = ""; }; - 959241D70E808EE300388BDC /* static_ssg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = static_ssg.cpp; sourceTree = ""; }; - 959241D80E808EE300388BDC /* static_ssg.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = static_ssg.hpp; sourceTree = ""; }; - 959241D90E808EE300388BDC /* stk_config.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = stk_config.cpp; sourceTree = ""; }; - 959241DA0E808EE300388BDC /* stk_config.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = stk_config.hpp; sourceTree = ""; }; - 959241DC0E808EE300388BDC /* string_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cpp; sourceTree = ""; }; - 959241DD0E808EE300388BDC /* string_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = string_utils.hpp; sourceTree = ""; }; - 959241E00E808EE300388BDC /* terrain_info.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = terrain_info.cpp; sourceTree = ""; }; - 959241E10E808EE300388BDC /* terrain_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = terrain_info.hpp; sourceTree = ""; }; - 959241E30E808EE300388BDC /* track.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = track.cpp; sourceTree = ""; }; - 959241E40E808EE300388BDC /* track.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = track.hpp; sourceTree = ""; }; - 959241E60E808EE300388BDC /* track_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = track_manager.cpp; sourceTree = ""; }; - 959241E70E808EE300388BDC /* track_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = track_manager.hpp; sourceTree = ""; }; - 959241EA0E808EE300388BDC /* traffic.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = traffic.cpp; sourceTree = ""; }; - 959241EB0E808EE300388BDC /* translation.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = translation.cpp; sourceTree = ""; }; - 959241EC0E808EE300388BDC /* translation.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = translation.hpp; sourceTree = ""; }; - 959241EE0E808EE300388BDC /* triangle_mesh.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = triangle_mesh.cpp; sourceTree = ""; }; - 959241EF0E808EE300388BDC /* triangle_mesh.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = triangle_mesh.hpp; sourceTree = ""; }; - 959241F10E808EE300388BDC /* unlock_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = unlock_manager.cpp; sourceTree = ""; }; - 959241F20E808EE300388BDC /* unlock_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = unlock_manager.hpp; sourceTree = ""; }; - 959241F40E808EE300388BDC /* user_config.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = user_config.cpp; sourceTree = ""; }; - 959241F50E808EE300388BDC /* user_config.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = user_config.hpp; sourceTree = ""; }; - 959241F70E808EE300388BDC /* user_pointer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = user_pointer.hpp; sourceTree = ""; }; - 959241FB0E808EE300388BDC /* vec3.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = vec3.cpp; sourceTree = ""; }; - 959241FC0E808EE300388BDC /* vec3.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = vec3.hpp; sourceTree = ""; }; - 95B422010E8586A900FA795B /* music.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = music.hpp; sourceTree = ""; }; - 95B422020E8586A900FA795B /* music_information.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = music_information.cpp; sourceTree = ""; }; - 95B422030E8586A900FA795B /* music_information.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = music_information.hpp; sourceTree = ""; }; - 95B422040E8586A900FA795B /* music_ogg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = music_ogg.cpp; sourceTree = ""; }; - 95B422050E8586A900FA795B /* music_ogg.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = music_ogg.hpp; sourceTree = ""; }; - 95B422060E8586A900FA795B /* sfx_base.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sfx_base.hpp; sourceTree = ""; }; - 95B422070E8586A900FA795B /* sfx_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sfx_manager.cpp; sourceTree = ""; }; - 95B422080E8586A900FA795B /* sfx_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sfx_manager.hpp; sourceTree = ""; }; - 95B422090E8586A900FA795B /* sfx_openal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sfx_openal.cpp; sourceTree = ""; }; - 95B4220A0E8586A900FA795B /* sfx_openal.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sfx_openal.hpp; sourceTree = ""; }; - 95B4220B0E8586A900FA795B /* sound_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sound_manager.cpp; sourceTree = ""; }; - 95B4220C0E8586A900FA795B /* sound_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sound_manager.hpp; sourceTree = ""; }; - 95BCEF790E81E46E007B5EC0 /* BMF_Api.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BMF_Api.cpp; sourceTree = ""; }; - 95BCEF7A0E81E46E007B5EC0 /* BMF_Api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_Api.h; sourceTree = ""; }; - 95BCEF7C0E81E46E007B5EC0 /* BMF_BitmapFont.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BMF_BitmapFont.cpp; sourceTree = ""; }; - 95BCEF7D0E81E46E007B5EC0 /* BMF_BitmapFont.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_BitmapFont.h; sourceTree = ""; }; - 95BCEF7F0E81E46E007B5EC0 /* BMF_font_helv10.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BMF_font_helv10.cpp; sourceTree = ""; }; - 95BCEF810E81E46E007B5EC0 /* BMF_FontData.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_FontData.h; sourceTree = ""; }; - 95BCEF820E81E46E007B5EC0 /* BMF_Fonts.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_Fonts.h; sourceTree = ""; }; - 95BCEF830E81E46E007B5EC0 /* BMF_Settings.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_Settings.h; sourceTree = ""; }; - 95BCEF840E81E46E007B5EC0 /* DebugCastResult.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DebugCastResult.h; sourceTree = ""; }; - 95BCEF850E81E46E007B5EC0 /* DemoApplication.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DemoApplication.cpp; sourceTree = ""; }; - 95BCEF860E81E46E007B5EC0 /* DemoApplication.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DemoApplication.h; sourceTree = ""; }; - 95BCEF880E81E46E007B5EC0 /* GL_ShapeDrawer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GL_ShapeDrawer.cpp; sourceTree = ""; }; - 95BCEF890E81E46E007B5EC0 /* GL_ShapeDrawer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GL_ShapeDrawer.h; sourceTree = ""; }; - 95BCEF8B0E81E46E007B5EC0 /* GL_Simplex1to4.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GL_Simplex1to4.cpp; sourceTree = ""; }; - 95BCEF8C0E81E46E007B5EC0 /* GL_Simplex1to4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GL_Simplex1to4.h; sourceTree = ""; }; - 95BCEF8E0E81E46E007B5EC0 /* GLDebugDrawer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GLDebugDrawer.cpp; sourceTree = ""; }; - 95BCEF8F0E81E46E007B5EC0 /* GLDebugDrawer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GLDebugDrawer.h; sourceTree = ""; }; - 95BCEF910E81E46E007B5EC0 /* GlutStuff.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GlutStuff.cpp; sourceTree = ""; }; - 95BCEF920E81E46E007B5EC0 /* GlutStuff.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GlutStuff.h; sourceTree = ""; }; - 95BCEF980E81E46F007B5EC0 /* RenderTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RenderTexture.cpp; sourceTree = ""; }; - 95BCEF990E81E46F007B5EC0 /* RenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RenderTexture.h; sourceTree = ""; }; + 95B0C9E90EB69DCE001A0D06 /* actionmap.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = actionmap.cpp; sourceTree = ""; }; + 95B0C9EA0EB69DCE001A0D06 /* actionmap.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = actionmap.hpp; sourceTree = ""; }; + 95B0C9EC0EB69DCE001A0D06 /* music.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = music.hpp; sourceTree = ""; }; + 95B0C9ED0EB69DCE001A0D06 /* music_information.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = music_information.cpp; sourceTree = ""; }; + 95B0C9EE0EB69DCE001A0D06 /* music_information.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = music_information.hpp; sourceTree = ""; }; + 95B0C9EF0EB69DCE001A0D06 /* music_ogg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = music_ogg.cpp; sourceTree = ""; }; + 95B0C9F00EB69DCE001A0D06 /* music_ogg.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = music_ogg.hpp; sourceTree = ""; }; + 95B0C9F10EB69DCE001A0D06 /* sfx_base.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sfx_base.hpp; sourceTree = ""; }; + 95B0C9F20EB69DCE001A0D06 /* sfx_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sfx_manager.cpp; sourceTree = ""; }; + 95B0C9F30EB69DCE001A0D06 /* sfx_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sfx_manager.hpp; sourceTree = ""; }; + 95B0C9F40EB69DCE001A0D06 /* sfx_openal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sfx_openal.cpp; sourceTree = ""; }; + 95B0C9F50EB69DCE001A0D06 /* sfx_openal.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sfx_openal.hpp; sourceTree = ""; }; + 95B0C9F60EB69DCE001A0D06 /* sound_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sound_manager.cpp; sourceTree = ""; }; + 95B0C9F70EB69DCE001A0D06 /* sound_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sound_manager.hpp; sourceTree = ""; }; + 95B0C9F80EB69DCE001A0D06 /* auto_kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = auto_kart.hpp; sourceTree = ""; }; + 95B0CA0A0EB69DCE001A0D06 /* BMF_Api.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BMF_Api.cpp; sourceTree = ""; }; + 95B0CA0B0EB69DCE001A0D06 /* BMF_Api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_Api.h; sourceTree = ""; }; + 95B0CA0D0EB69DCE001A0D06 /* BMF_BitmapFont.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BMF_BitmapFont.cpp; sourceTree = ""; }; + 95B0CA0E0EB69DCE001A0D06 /* BMF_BitmapFont.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_BitmapFont.h; sourceTree = ""; }; + 95B0CA100EB69DCE001A0D06 /* BMF_font_helv10.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BMF_font_helv10.cpp; sourceTree = ""; }; + 95B0CA120EB69DCE001A0D06 /* BMF_FontData.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_FontData.h; sourceTree = ""; }; + 95B0CA130EB69DCE001A0D06 /* BMF_Fonts.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_Fonts.h; sourceTree = ""; }; + 95B0CA140EB69DCE001A0D06 /* BMF_Settings.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BMF_Settings.h; sourceTree = ""; }; + 95B0CA150EB69DCE001A0D06 /* DebugCastResult.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DebugCastResult.h; sourceTree = ""; }; + 95B0CA160EB69DCE001A0D06 /* DemoApplication.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DemoApplication.cpp; sourceTree = ""; }; + 95B0CA170EB69DCE001A0D06 /* DemoApplication.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DemoApplication.h; sourceTree = ""; }; + 95B0CA190EB69DCE001A0D06 /* GL_ShapeDrawer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GL_ShapeDrawer.cpp; sourceTree = ""; }; + 95B0CA1A0EB69DCE001A0D06 /* GL_ShapeDrawer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GL_ShapeDrawer.h; sourceTree = ""; }; + 95B0CA1C0EB69DCE001A0D06 /* GL_Simplex1to4.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GL_Simplex1to4.cpp; sourceTree = ""; }; + 95B0CA1D0EB69DCE001A0D06 /* GL_Simplex1to4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GL_Simplex1to4.h; sourceTree = ""; }; + 95B0CA1F0EB69DCE001A0D06 /* GLDebugDrawer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GLDebugDrawer.cpp; sourceTree = ""; }; + 95B0CA200EB69DCE001A0D06 /* GLDebugDrawer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GLDebugDrawer.h; sourceTree = ""; }; + 95B0CA220EB69DCE001A0D06 /* GlutStuff.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GlutStuff.cpp; sourceTree = ""; }; + 95B0CA230EB69DCE001A0D06 /* GlutStuff.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GlutStuff.h; sourceTree = ""; }; + 95B0CA290EB69DCE001A0D06 /* RenderTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RenderTexture.cpp; sourceTree = ""; }; + 95B0CA2A0EB69DCE001A0D06 /* RenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RenderTexture.h; sourceTree = ""; }; + 95B0CA960EB69DCF001A0D06 /* btBulletCollisionCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBulletCollisionCommon.h; sourceTree = ""; }; + 95B0CA970EB69DCF001A0D06 /* btBulletDynamicsCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBulletDynamicsCommon.h; sourceTree = ""; }; + 95B0CAED0EB69DD1001A0D06 /* Bullet-C-Api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "Bullet-C-Api.h"; sourceTree = ""; }; + 95B0CAF10EB69DD1001A0D06 /* btAxisSweep3.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btAxisSweep3.cpp; sourceTree = ""; }; + 95B0CAF20EB69DD1001A0D06 /* btAxisSweep3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAxisSweep3.h; sourceTree = ""; }; + 95B0CAF30EB69DD1001A0D06 /* btBroadphaseInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBroadphaseInterface.h; sourceTree = ""; }; + 95B0CAF40EB69DD1001A0D06 /* btBroadphaseProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBroadphaseProxy.cpp; sourceTree = ""; }; + 95B0CAF50EB69DD1001A0D06 /* btBroadphaseProxy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBroadphaseProxy.h; sourceTree = ""; }; + 95B0CAF60EB69DD1001A0D06 /* btCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CAF70EB69DD1001A0D06 /* btCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CAF80EB69DD1001A0D06 /* btDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btDispatcher.cpp; sourceTree = ""; }; + 95B0CAF90EB69DD1001A0D06 /* btDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDispatcher.h; sourceTree = ""; }; + 95B0CAFA0EB69DD1001A0D06 /* btMultiSapBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSapBroadphase.cpp; sourceTree = ""; }; + 95B0CAFB0EB69DD1001A0D06 /* btMultiSapBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMultiSapBroadphase.h; sourceTree = ""; }; + 95B0CAFC0EB69DD1001A0D06 /* btOverlappingPairCache.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOverlappingPairCache.cpp; sourceTree = ""; }; + 95B0CAFD0EB69DD1001A0D06 /* btOverlappingPairCache.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCache.h; sourceTree = ""; }; + 95B0CAFE0EB69DD1001A0D06 /* btOverlappingPairCallback.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCallback.h; sourceTree = ""; }; + 95B0CAFF0EB69DD1001A0D06 /* btSimpleBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleBroadphase.cpp; sourceTree = ""; }; + 95B0CB000EB69DD1001A0D06 /* btSimpleBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimpleBroadphase.h; sourceTree = ""; }; + 95B0CB020EB69DD1001A0D06 /* btBoxBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB030EB69DD1001A0D06 /* btBoxBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBoxBoxCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB040EB69DD1001A0D06 /* btBoxBoxDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxDetector.cpp; sourceTree = ""; }; + 95B0CB050EB69DD1001A0D06 /* btBoxBoxDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBoxBoxDetector.h; sourceTree = ""; }; + 95B0CB060EB69DD1001A0D06 /* btCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionConfiguration.h; sourceTree = ""; }; + 95B0CB070EB69DD1001A0D06 /* btCollisionCreateFunc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionCreateFunc.h; sourceTree = ""; }; + 95B0CB080EB69DD1001A0D06 /* btCollisionDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionDispatcher.cpp; sourceTree = ""; }; + 95B0CB090EB69DD1001A0D06 /* btCollisionDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionDispatcher.h; sourceTree = ""; }; + 95B0CB0A0EB69DD1001A0D06 /* btCollisionObject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionObject.cpp; sourceTree = ""; }; + 95B0CB0B0EB69DD1001A0D06 /* btCollisionObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionObject.h; sourceTree = ""; }; + 95B0CB0C0EB69DD1001A0D06 /* btCollisionWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionWorld.cpp; sourceTree = ""; }; + 95B0CB0D0EB69DD1001A0D06 /* btCollisionWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionWorld.h; sourceTree = ""; }; + 95B0CB0E0EB69DD1001A0D06 /* btCompoundCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB0F0EB69DD1001A0D06 /* btCompoundCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCompoundCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB100EB69DD1001A0D06 /* btConvexConcaveCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConcaveCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB110EB69DD1001A0D06 /* btConvexConcaveCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexConcaveCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB120EB69DD1001A0D06 /* btConvexConvexAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConvexAlgorithm.cpp; sourceTree = ""; }; + 95B0CB130EB69DD1001A0D06 /* btConvexConvexAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexConvexAlgorithm.h; sourceTree = ""; }; + 95B0CB140EB69DD1001A0D06 /* btConvexPlaneCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexPlaneCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB150EB69DD1001A0D06 /* btConvexPlaneCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexPlaneCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB160EB69DD1001A0D06 /* btDefaultCollisionConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btDefaultCollisionConfiguration.cpp; sourceTree = ""; }; + 95B0CB170EB69DD1001A0D06 /* btDefaultCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDefaultCollisionConfiguration.h; sourceTree = ""; }; + 95B0CB180EB69DD1001A0D06 /* btEmptyCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB190EB69DD1001A0D06 /* btEmptyCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btEmptyCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB1A0EB69DD1001A0D06 /* btManifoldResult.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btManifoldResult.cpp; sourceTree = ""; }; + 95B0CB1B0EB69DD1001A0D06 /* btManifoldResult.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btManifoldResult.h; sourceTree = ""; }; + 95B0CB1C0EB69DD1001A0D06 /* btSimulationIslandManager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSimulationIslandManager.cpp; sourceTree = ""; }; + 95B0CB1D0EB69DD1001A0D06 /* btSimulationIslandManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimulationIslandManager.h; sourceTree = ""; }; + 95B0CB1E0EB69DD1001A0D06 /* btSphereBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereBoxCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB1F0EB69DD1001A0D06 /* btSphereBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereBoxCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB200EB69DD1001A0D06 /* btSphereSphereCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereSphereCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB210EB69DD1001A0D06 /* btSphereSphereCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereSphereCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB220EB69DD1001A0D06 /* btSphereTriangleCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereTriangleCollisionAlgorithm.cpp; sourceTree = ""; }; + 95B0CB230EB69DD1001A0D06 /* btSphereTriangleCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereTriangleCollisionAlgorithm.h; sourceTree = ""; }; + 95B0CB240EB69DD1001A0D06 /* btUnionFind.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btUnionFind.cpp; sourceTree = ""; }; + 95B0CB250EB69DD1001A0D06 /* btUnionFind.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btUnionFind.h; sourceTree = ""; }; + 95B0CB260EB69DD1001A0D06 /* SphereTriangleDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SphereTriangleDetector.cpp; sourceTree = ""; }; + 95B0CB270EB69DD1001A0D06 /* SphereTriangleDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SphereTriangleDetector.h; sourceTree = ""; }; + 95B0CB290EB69DD1001A0D06 /* btBoxShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxShape.cpp; sourceTree = ""; }; + 95B0CB2A0EB69DD1001A0D06 /* btBoxShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBoxShape.h; sourceTree = ""; }; + 95B0CB2B0EB69DD1001A0D06 /* btBvhTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btBvhTriangleMeshShape.cpp; sourceTree = ""; }; + 95B0CB2C0EB69DD1001A0D06 /* btBvhTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBvhTriangleMeshShape.h; sourceTree = ""; }; + 95B0CB2D0EB69DD1001A0D06 /* btCapsuleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCapsuleShape.cpp; sourceTree = ""; }; + 95B0CB2E0EB69DD1001A0D06 /* btCapsuleShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCapsuleShape.h; sourceTree = ""; }; + 95B0CB2F0EB69DD1001A0D06 /* btCollisionMargin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionMargin.h; sourceTree = ""; }; + 95B0CB300EB69DD1001A0D06 /* btCollisionShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionShape.cpp; sourceTree = ""; }; + 95B0CB310EB69DD1001A0D06 /* btCollisionShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCollisionShape.h; sourceTree = ""; }; + 95B0CB320EB69DD1001A0D06 /* btCompoundShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundShape.cpp; sourceTree = ""; }; + 95B0CB330EB69DD1001A0D06 /* btCompoundShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCompoundShape.h; sourceTree = ""; }; + 95B0CB340EB69DD1001A0D06 /* btConcaveShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConcaveShape.cpp; sourceTree = ""; }; + 95B0CB350EB69DD1001A0D06 /* btConcaveShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConcaveShape.h; sourceTree = ""; }; + 95B0CB360EB69DD1001A0D06 /* btConeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConeShape.cpp; sourceTree = ""; }; + 95B0CB370EB69DD1001A0D06 /* btConeShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConeShape.h; sourceTree = ""; }; + 95B0CB380EB69DD1001A0D06 /* btConvexHullShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHullShape.cpp; sourceTree = ""; }; + 95B0CB390EB69DD1001A0D06 /* btConvexHullShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexHullShape.h; sourceTree = ""; }; + 95B0CB3A0EB69DD1001A0D06 /* btConvexInternalShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexInternalShape.cpp; sourceTree = ""; }; + 95B0CB3B0EB69DD1001A0D06 /* btConvexInternalShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexInternalShape.h; sourceTree = ""; }; + 95B0CB3C0EB69DD1001A0D06 /* btConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexShape.cpp; sourceTree = ""; }; + 95B0CB3D0EB69DD1001A0D06 /* btConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexShape.h; sourceTree = ""; }; + 95B0CB3E0EB69DD1001A0D06 /* btConvexTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexTriangleMeshShape.cpp; sourceTree = ""; }; + 95B0CB3F0EB69DD1001A0D06 /* btConvexTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexTriangleMeshShape.h; sourceTree = ""; }; + 95B0CB400EB69DD1001A0D06 /* btCylinderShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btCylinderShape.cpp; sourceTree = ""; }; + 95B0CB410EB69DD1001A0D06 /* btCylinderShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btCylinderShape.h; sourceTree = ""; }; + 95B0CB420EB69DD1001A0D06 /* btEmptyShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyShape.cpp; sourceTree = ""; }; + 95B0CB430EB69DD1001A0D06 /* btEmptyShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btEmptyShape.h; sourceTree = ""; }; + 95B0CB440EB69DD1001A0D06 /* btHeightfieldTerrainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btHeightfieldTerrainShape.cpp; sourceTree = ""; }; + 95B0CB450EB69DD1001A0D06 /* btHeightfieldTerrainShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btHeightfieldTerrainShape.h; sourceTree = ""; }; + 95B0CB460EB69DD1001A0D06 /* btMinkowskiSumShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiSumShape.cpp; sourceTree = ""; }; + 95B0CB470EB69DD1001A0D06 /* btMinkowskiSumShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMinkowskiSumShape.h; sourceTree = ""; }; + 95B0CB480EB69DD1001A0D06 /* btMultiSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSphereShape.cpp; sourceTree = ""; }; + 95B0CB490EB69DD1001A0D06 /* btMultiSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMultiSphereShape.h; sourceTree = ""; }; + 95B0CB4A0EB69DD1001A0D06 /* btOptimizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOptimizedBvh.cpp; sourceTree = ""; }; + 95B0CB4B0EB69DD1001A0D06 /* btOptimizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOptimizedBvh.h; sourceTree = ""; }; + 95B0CB4C0EB69DD1001A0D06 /* btPolyhedralConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btPolyhedralConvexShape.cpp; sourceTree = ""; }; + 95B0CB4D0EB69DD1001A0D06 /* btPolyhedralConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPolyhedralConvexShape.h; sourceTree = ""; }; + 95B0CB4E0EB69DD1001A0D06 /* btShapeHull.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btShapeHull.cpp; sourceTree = ""; }; + 95B0CB4F0EB69DD1001A0D06 /* btShapeHull.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btShapeHull.h; sourceTree = ""; }; + 95B0CB500EB69DD1001A0D06 /* btSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereShape.cpp; sourceTree = ""; }; + 95B0CB510EB69DD1001A0D06 /* btSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSphereShape.h; sourceTree = ""; }; + 95B0CB520EB69DD1001A0D06 /* btStaticPlaneShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btStaticPlaneShape.cpp; sourceTree = ""; }; + 95B0CB530EB69DD1001A0D06 /* btStaticPlaneShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btStaticPlaneShape.h; sourceTree = ""; }; + 95B0CB540EB69DD1001A0D06 /* btStridingMeshInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btStridingMeshInterface.cpp; sourceTree = ""; }; + 95B0CB550EB69DD1001A0D06 /* btStridingMeshInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btStridingMeshInterface.h; sourceTree = ""; }; + 95B0CB560EB69DD1001A0D06 /* btTetrahedronShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTetrahedronShape.cpp; sourceTree = ""; }; + 95B0CB570EB69DD1001A0D06 /* btTetrahedronShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTetrahedronShape.h; sourceTree = ""; }; + 95B0CB580EB69DD1001A0D06 /* btTriangleBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleBuffer.cpp; sourceTree = ""; }; + 95B0CB590EB69DD1001A0D06 /* btTriangleBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleBuffer.h; sourceTree = ""; }; + 95B0CB5A0EB69DD1001A0D06 /* btTriangleCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleCallback.cpp; sourceTree = ""; }; + 95B0CB5B0EB69DD1001A0D06 /* btTriangleCallback.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleCallback.h; sourceTree = ""; }; + 95B0CB5C0EB69DD1001A0D06 /* btTriangleIndexVertexArray.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleIndexVertexArray.cpp; sourceTree = ""; }; + 95B0CB5D0EB69DD1001A0D06 /* btTriangleIndexVertexArray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleIndexVertexArray.h; sourceTree = ""; }; + 95B0CB5E0EB69DD1001A0D06 /* btTriangleMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMesh.cpp; sourceTree = ""; }; + 95B0CB5F0EB69DD1001A0D06 /* btTriangleMesh.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleMesh.h; sourceTree = ""; }; + 95B0CB600EB69DD1001A0D06 /* btTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMeshShape.cpp; sourceTree = ""; }; + 95B0CB610EB69DD1001A0D06 /* btTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleMeshShape.h; sourceTree = ""; }; + 95B0CB620EB69DD1001A0D06 /* btTriangleShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTriangleShape.h; sourceTree = ""; }; + 95B0CB630EB69DD1001A0D06 /* btUniformScalingShape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btUniformScalingShape.cpp; sourceTree = ""; }; + 95B0CB640EB69DD1001A0D06 /* btUniformScalingShape.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btUniformScalingShape.h; sourceTree = ""; }; + 95B0CB660EB69DD1001A0D06 /* btContinuousConvexCollision.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousConvexCollision.cpp; sourceTree = ""; }; + 95B0CB670EB69DD1001A0D06 /* btContinuousConvexCollision.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContinuousConvexCollision.h; sourceTree = ""; }; + 95B0CB680EB69DD1001A0D06 /* btConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexCast.cpp; sourceTree = ""; }; + 95B0CB690EB69DD1001A0D06 /* btConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexCast.h; sourceTree = ""; }; + 95B0CB6A0EB69DD1001A0D06 /* btConvexPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexPenetrationDepthSolver.h; sourceTree = ""; }; + 95B0CB6B0EB69DD1001A0D06 /* btDiscreteCollisionDetectorInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDiscreteCollisionDetectorInterface.h; sourceTree = ""; }; + 95B0CB6C0EB69DD1001A0D06 /* btGjkConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkConvexCast.cpp; sourceTree = ""; }; + 95B0CB6D0EB69DD1001A0D06 /* btGjkConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkConvexCast.h; sourceTree = ""; }; + 95B0CB6E0EB69DD1001A0D06 /* btGjkEpa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpa.cpp; sourceTree = ""; }; + 95B0CB6F0EB69DD1001A0D06 /* btGjkEpa.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkEpa.h; sourceTree = ""; }; + 95B0CB700EB69DD1001A0D06 /* btGjkEpa2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpa2.cpp; sourceTree = ""; }; + 95B0CB710EB69DD1001A0D06 /* btGjkEpa2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkEpa2.h; sourceTree = ""; }; + 95B0CB720EB69DD1001A0D06 /* btGjkEpaPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpaPenetrationDepthSolver.cpp; sourceTree = ""; }; + 95B0CB730EB69DD1001A0D06 /* btGjkEpaPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkEpaPenetrationDepthSolver.h; sourceTree = ""; }; + 95B0CB740EB69DD1001A0D06 /* btGjkPairDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkPairDetector.cpp; sourceTree = ""; }; + 95B0CB750EB69DD1001A0D06 /* btGjkPairDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGjkPairDetector.h; sourceTree = ""; }; + 95B0CB760EB69DD1001A0D06 /* btManifoldPoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btManifoldPoint.h; sourceTree = ""; }; + 95B0CB770EB69DD1001A0D06 /* btMinkowskiPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiPenetrationDepthSolver.cpp; sourceTree = ""; }; + 95B0CB780EB69DD1001A0D06 /* btMinkowskiPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMinkowskiPenetrationDepthSolver.h; sourceTree = ""; }; + 95B0CB790EB69DD1001A0D06 /* btPersistentManifold.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btPersistentManifold.cpp; sourceTree = ""; }; + 95B0CB7A0EB69DD1001A0D06 /* btPersistentManifold.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPersistentManifold.h; sourceTree = ""; }; + 95B0CB7B0EB69DD1001A0D06 /* btPointCollector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPointCollector.h; sourceTree = ""; }; + 95B0CB7C0EB69DD1001A0D06 /* btRaycastCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastCallback.cpp; sourceTree = ""; }; + 95B0CB7D0EB69DD1001A0D06 /* btRaycastCallback.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRaycastCallback.h; sourceTree = ""; }; + 95B0CB7E0EB69DD1001A0D06 /* btSimplexSolverInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimplexSolverInterface.h; sourceTree = ""; }; + 95B0CB7F0EB69DD1001A0D06 /* btSubSimplexConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSubSimplexConvexCast.cpp; sourceTree = ""; }; + 95B0CB800EB69DD1001A0D06 /* btSubSimplexConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSubSimplexConvexCast.h; sourceTree = ""; }; + 95B0CB810EB69DD1001A0D06 /* btVoronoiSimplexSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btVoronoiSimplexSolver.cpp; sourceTree = ""; }; + 95B0CB820EB69DD1001A0D06 /* btVoronoiSimplexSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVoronoiSimplexSolver.h; sourceTree = ""; }; + 95B0CB850EB69DD1001A0D06 /* btConeTwistConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConeTwistConstraint.cpp; sourceTree = ""; }; + 95B0CB860EB69DD1001A0D06 /* btConeTwistConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConeTwistConstraint.h; sourceTree = ""; }; + 95B0CB870EB69DD1001A0D06 /* btConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConstraintSolver.h; sourceTree = ""; }; + 95B0CB880EB69DD1001A0D06 /* btContactConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btContactConstraint.cpp; sourceTree = ""; }; + 95B0CB890EB69DD1001A0D06 /* btContactConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContactConstraint.h; sourceTree = ""; }; + 95B0CB8A0EB69DD1001A0D06 /* btContactSolverInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContactSolverInfo.h; sourceTree = ""; }; + 95B0CB8B0EB69DD1001A0D06 /* btGeneric6DofConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGeneric6DofConstraint.cpp; sourceTree = ""; }; + 95B0CB8C0EB69DD1001A0D06 /* btGeneric6DofConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGeneric6DofConstraint.h; sourceTree = ""; }; + 95B0CB8D0EB69DD1001A0D06 /* btHingeConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btHingeConstraint.cpp; sourceTree = ""; }; + 95B0CB8E0EB69DD1001A0D06 /* btHingeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btHingeConstraint.h; sourceTree = ""; }; + 95B0CB8F0EB69DD1001A0D06 /* btJacobianEntry.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btJacobianEntry.h; sourceTree = ""; }; + 95B0CB900EB69DD1001A0D06 /* btOdeContactJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeContactJoint.cpp; sourceTree = ""; }; + 95B0CB910EB69DD1001A0D06 /* btOdeContactJoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeContactJoint.h; sourceTree = ""; }; + 95B0CB920EB69DD1001A0D06 /* btOdeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeJoint.cpp; sourceTree = ""; }; + 95B0CB930EB69DD1001A0D06 /* btOdeJoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeJoint.h; sourceTree = ""; }; + 95B0CB940EB69DD1001A0D06 /* btOdeMacros.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeMacros.h; sourceTree = ""; }; + 95B0CB950EB69DD1001A0D06 /* btOdeQuickstepConstraintSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeQuickstepConstraintSolver.cpp; sourceTree = ""; }; + 95B0CB960EB69DD1001A0D06 /* btOdeQuickstepConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeQuickstepConstraintSolver.h; sourceTree = ""; }; + 95B0CB970EB69DD1001A0D06 /* btOdeSolverBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeSolverBody.h; sourceTree = ""; }; + 95B0CB980EB69DD1001A0D06 /* btOdeTypedJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btOdeTypedJoint.cpp; sourceTree = ""; }; + 95B0CB990EB69DD1001A0D06 /* btOdeTypedJoint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btOdeTypedJoint.h; sourceTree = ""; }; + 95B0CB9A0EB69DD1001A0D06 /* btPoint2PointConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btPoint2PointConstraint.cpp; sourceTree = ""; }; + 95B0CB9B0EB69DD1001A0D06 /* btPoint2PointConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPoint2PointConstraint.h; sourceTree = ""; }; + 95B0CB9C0EB69DD1001A0D06 /* btSequentialImpulseConstraintSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSequentialImpulseConstraintSolver.cpp; sourceTree = ""; }; + 95B0CB9D0EB69DD1001A0D06 /* btSequentialImpulseConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSequentialImpulseConstraintSolver.h; sourceTree = ""; }; + 95B0CB9E0EB69DD1001A0D06 /* btSliderConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSliderConstraint.cpp; sourceTree = ""; }; + 95B0CB9F0EB69DD1001A0D06 /* btSliderConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSliderConstraint.h; sourceTree = ""; }; + 95B0CBA00EB69DD1001A0D06 /* btSolve2LinearConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSolve2LinearConstraint.cpp; sourceTree = ""; }; + 95B0CBA10EB69DD1001A0D06 /* btSolve2LinearConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSolve2LinearConstraint.h; sourceTree = ""; }; + 95B0CBA20EB69DD1001A0D06 /* btSolverBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSolverBody.h; sourceTree = ""; }; + 95B0CBA30EB69DD1001A0D06 /* btSolverConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSolverConstraint.h; sourceTree = ""; }; + 95B0CBA40EB69DD1001A0D06 /* btSorLcp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSorLcp.cpp; sourceTree = ""; }; + 95B0CBA50EB69DD1001A0D06 /* btSorLcp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSorLcp.h; sourceTree = ""; }; + 95B0CBA60EB69DD1001A0D06 /* btTypedConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btTypedConstraint.cpp; sourceTree = ""; }; + 95B0CBA70EB69DD1001A0D06 /* btTypedConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTypedConstraint.h; sourceTree = ""; }; + 95B0CBA80EB69DD1001A0D06 /* btUprightConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btUprightConstraint.cpp; sourceTree = ""; }; + 95B0CBA90EB69DD1001A0D06 /* btUprightConstraint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btUprightConstraint.h; sourceTree = ""; }; + 95B0CBAB0EB69DD1001A0D06 /* btContinuousDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousDynamicsWorld.cpp; sourceTree = ""; }; + 95B0CBAC0EB69DD1001A0D06 /* btContinuousDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btContinuousDynamicsWorld.h; sourceTree = ""; }; + 95B0CBAD0EB69DD1001A0D06 /* btDiscreteDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btDiscreteDynamicsWorld.cpp; sourceTree = ""; }; + 95B0CBAE0EB69DD1001A0D06 /* btDiscreteDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDiscreteDynamicsWorld.h; sourceTree = ""; }; + 95B0CBAF0EB69DD1001A0D06 /* btDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDynamicsWorld.h; sourceTree = ""; }; + 95B0CBB00EB69DD1001A0D06 /* btRigidBody.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btRigidBody.cpp; sourceTree = ""; }; + 95B0CBB10EB69DD1001A0D06 /* btRigidBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRigidBody.h; sourceTree = ""; }; + 95B0CBB20EB69DD1001A0D06 /* btSimpleDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleDynamicsWorld.cpp; sourceTree = ""; }; + 95B0CBB30EB69DD1001A0D06 /* btSimpleDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btSimpleDynamicsWorld.h; sourceTree = ""; }; + 95B0CBB40EB69DD1001A0D06 /* Bullet-C-API.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "Bullet-C-API.cpp"; sourceTree = ""; }; + 95B0CBB60EB69DD1001A0D06 /* btKart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btKart.cpp; sourceTree = ""; }; + 95B0CBB70EB69DD1001A0D06 /* btKart.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btKart.h; sourceTree = ""; }; + 95B0CBB80EB69DD1001A0D06 /* btRaycastVehicle.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastVehicle.cpp; sourceTree = ""; }; + 95B0CBB90EB69DD1001A0D06 /* btRaycastVehicle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRaycastVehicle.h; sourceTree = ""; }; + 95B0CBBA0EB69DD1001A0D06 /* btVehicleRaycaster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVehicleRaycaster.h; sourceTree = ""; }; + 95B0CBBB0EB69DD1001A0D06 /* btWheelInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btWheelInfo.cpp; sourceTree = ""; }; + 95B0CBBC0EB69DD1001A0D06 /* btWheelInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btWheelInfo.h; sourceTree = ""; }; + 95B0CBC10EB69DD1001A0D06 /* btAabbUtil2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAabbUtil2.h; sourceTree = ""; }; + 95B0CBC20EB69DD1001A0D06 /* btAlignedAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btAlignedAllocator.cpp; sourceTree = ""; }; + 95B0CBC30EB69DD1001A0D06 /* btAlignedAllocator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAlignedAllocator.h; sourceTree = ""; }; + 95B0CBC40EB69DD1001A0D06 /* btAlignedObjectArray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btAlignedObjectArray.h; sourceTree = ""; }; + 95B0CBC50EB69DD1001A0D06 /* btConvexHull.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHull.cpp; sourceTree = ""; }; + 95B0CBC60EB69DD1001A0D06 /* btConvexHull.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btConvexHull.h; sourceTree = ""; }; + 95B0CBC70EB69DD1001A0D06 /* btDefaultMotionState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btDefaultMotionState.h; sourceTree = ""; }; + 95B0CBC80EB69DD1001A0D06 /* btGeometryUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btGeometryUtil.cpp; sourceTree = ""; }; + 95B0CBC90EB69DD1001A0D06 /* btGeometryUtil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btGeometryUtil.h; sourceTree = ""; }; + 95B0CBCA0EB69DD1001A0D06 /* btHashMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btHashMap.h; sourceTree = ""; }; + 95B0CBCB0EB69DD1001A0D06 /* btIDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btIDebugDraw.h; sourceTree = ""; }; + 95B0CBCC0EB69DD1001A0D06 /* btList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btList.h; sourceTree = ""; }; + 95B0CBCD0EB69DD1001A0D06 /* btMatrix3x3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMatrix3x3.h; sourceTree = ""; }; + 95B0CBCE0EB69DD1001A0D06 /* btMinMax.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMinMax.h; sourceTree = ""; }; + 95B0CBCF0EB69DD1001A0D06 /* btMotionState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btMotionState.h; sourceTree = ""; }; + 95B0CBD00EB69DD1001A0D06 /* btPoint3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPoint3.h; sourceTree = ""; }; + 95B0CBD10EB69DD1001A0D06 /* btPoolAllocator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btPoolAllocator.h; sourceTree = ""; }; + 95B0CBD20EB69DD1001A0D06 /* btQuadWord.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btQuadWord.h; sourceTree = ""; }; + 95B0CBD30EB69DD1001A0D06 /* btQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btQuaternion.h; sourceTree = ""; }; + 95B0CBD40EB69DD1001A0D06 /* btQuickprof.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = btQuickprof.cpp; sourceTree = ""; }; + 95B0CBD50EB69DD1001A0D06 /* btQuickprof.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btQuickprof.h; sourceTree = ""; }; + 95B0CBD60EB69DD1001A0D06 /* btRandom.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btRandom.h; sourceTree = ""; }; + 95B0CBD70EB69DD1001A0D06 /* btScalar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btScalar.h; sourceTree = ""; }; + 95B0CBD80EB69DD1001A0D06 /* btStackAlloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btStackAlloc.h; sourceTree = ""; }; + 95B0CBD90EB69DD1001A0D06 /* btTransform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTransform.h; sourceTree = ""; }; + 95B0CBDA0EB69DD1001A0D06 /* btTransformUtil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTransformUtil.h; sourceTree = ""; }; + 95B0CBDB0EB69DD1001A0D06 /* btTypedUserInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTypedUserInfo.h; sourceTree = ""; }; + 95B0CBDC0EB69DD1001A0D06 /* btVector3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVector3.h; sourceTree = ""; }; + 95B0CBE20EB69DD2001A0D06 /* callback.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = callback.hpp; sourceTree = ""; }; + 95B0CBE30EB69DD2001A0D06 /* callback_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = callback_manager.cpp; sourceTree = ""; }; + 95B0CBE40EB69DD2001A0D06 /* callback_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = callback_manager.hpp; sourceTree = ""; }; + 95B0CBE50EB69DD2001A0D06 /* camera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = camera.cpp; sourceTree = ""; }; + 95B0CBE60EB69DD2001A0D06 /* camera.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = camera.hpp; sourceTree = ""; }; + 95B0CBE80EB69DD2001A0D06 /* challenge.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = challenge.cpp; sourceTree = ""; }; + 95B0CBE90EB69DD2001A0D06 /* challenge.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = challenge.hpp; sourceTree = ""; }; + 95B0CBEA0EB69DD2001A0D06 /* challenge_data.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = challenge_data.cpp; sourceTree = ""; }; + 95B0CBEB0EB69DD2001A0D06 /* challenge_data.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = challenge_data.hpp; sourceTree = ""; }; + 95B0CBEC0EB69DD2001A0D06 /* constants.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = constants.hpp; sourceTree = ""; }; + 95B0CBED0EB69DD2001A0D06 /* coord.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = coord.hpp; sourceTree = ""; }; + 95B0CBFA0EB69DD2001A0D06 /* callbacks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = callbacks.c; sourceTree = ""; }; + 95B0CC0A0EB69DD2001A0D06 /* host.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = host.c; sourceTree = ""; }; + 95B0CC0E0EB69DD2001A0D06 /* callbacks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = callbacks.h; sourceTree = ""; }; + 95B0CC0F0EB69DD2001A0D06 /* enet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = enet.h; sourceTree = ""; }; + 95B0CC100EB69DD2001A0D06 /* list.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = ""; }; + 95B0CC110EB69DD2001A0D06 /* protocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protocol.h; sourceTree = ""; }; + 95B0CC130EB69DD2001A0D06 /* types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + 95B0CC140EB69DD2001A0D06 /* unix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = unix.h; sourceTree = ""; }; + 95B0CC150EB69DD2001A0D06 /* utility.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = utility.h; sourceTree = ""; }; + 95B0CC160EB69DD2001A0D06 /* win32.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = win32.h; sourceTree = ""; }; + 95B0CC1A0EB69DD2001A0D06 /* list.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = list.c; sourceTree = ""; }; + 95B0CC200EB69DD2001A0D06 /* packet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = packet.c; sourceTree = ""; }; + 95B0CC220EB69DD2001A0D06 /* peer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = peer.c; sourceTree = ""; }; + 95B0CC240EB69DD2001A0D06 /* protocol.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = protocol.c; sourceTree = ""; }; + 95B0CC280EB69DD2001A0D06 /* unix.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = unix.c; sourceTree = ""; }; + 95B0CC2A0EB69DD2001A0D06 /* win32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = win32.c; sourceTree = ""; }; + 95B0CC2C0EB69DD2001A0D06 /* explosion.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = explosion.cpp; sourceTree = ""; }; + 95B0CC2D0EB69DD2001A0D06 /* explosion.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = explosion.hpp; sourceTree = ""; }; + 95B0CC2E0EB69DD2001A0D06 /* file_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = file_manager.cpp; sourceTree = ""; }; + 95B0CC2F0EB69DD2001A0D06 /* file_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = file_manager.hpp; sourceTree = ""; }; + 95B0CC300EB69DD2001A0D06 /* flyable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = flyable.cpp; sourceTree = ""; }; + 95B0CC310EB69DD2001A0D06 /* flyable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = flyable.hpp; sourceTree = ""; }; + 95B0CC320EB69DD2001A0D06 /* grand_prix_data.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_data.cpp; sourceTree = ""; }; + 95B0CC330EB69DD2001A0D06 /* grand_prix_data.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_data.hpp; sourceTree = ""; }; + 95B0CC340EB69DD2001A0D06 /* grand_prix_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_manager.cpp; sourceTree = ""; }; + 95B0CC350EB69DD2001A0D06 /* grand_prix_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_manager.hpp; sourceTree = ""; }; + 95B0CC370EB69DD2001A0D06 /* base_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = base_gui.cpp; sourceTree = ""; }; + 95B0CC380EB69DD2001A0D06 /* base_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = base_gui.hpp; sourceTree = ""; }; + 95B0CC390EB69DD2001A0D06 /* challenges_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = challenges_menu.cpp; sourceTree = ""; }; + 95B0CC3A0EB69DD2001A0D06 /* challenges_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = challenges_menu.hpp; sourceTree = ""; }; + 95B0CC3B0EB69DD2001A0D06 /* char_sel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = char_sel.cpp; sourceTree = ""; }; + 95B0CC3C0EB69DD2001A0D06 /* char_sel.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = char_sel.hpp; sourceTree = ""; }; + 95B0CC3D0EB69DD2001A0D06 /* config_controls.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = config_controls.cpp; sourceTree = ""; }; + 95B0CC3E0EB69DD2001A0D06 /* config_controls.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = config_controls.hpp; sourceTree = ""; }; + 95B0CC3F0EB69DD2001A0D06 /* config_display.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = config_display.cpp; sourceTree = ""; }; + 95B0CC400EB69DD2001A0D06 /* config_display.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = config_display.hpp; sourceTree = ""; }; + 95B0CC410EB69DD2001A0D06 /* config_sound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = config_sound.cpp; sourceTree = ""; }; + 95B0CC420EB69DD2001A0D06 /* config_sound.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = config_sound.hpp; sourceTree = ""; }; + 95B0CC430EB69DD2001A0D06 /* credits_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = credits_menu.cpp; sourceTree = ""; }; + 95B0CC440EB69DD2001A0D06 /* credits_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = credits_menu.hpp; sourceTree = ""; }; + 95B0CC450EB69DD2001A0D06 /* display_res_confirm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = display_res_confirm.cpp; sourceTree = ""; }; + 95B0CC460EB69DD2001A0D06 /* display_res_confirm.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = display_res_confirm.hpp; sourceTree = ""; }; + 95B0CC470EB69DD2001A0D06 /* feature_unlocked.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = feature_unlocked.cpp; sourceTree = ""; }; + 95B0CC480EB69DD2001A0D06 /* feature_unlocked.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = feature_unlocked.hpp; sourceTree = ""; }; + 95B0CC490EB69DD2001A0D06 /* font.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = font.cpp; sourceTree = ""; }; + 95B0CC4A0EB69DD2001A0D06 /* font.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = font.hpp; sourceTree = ""; }; + 95B0CC4B0EB69DD2001A0D06 /* game_mode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = game_mode.cpp; sourceTree = ""; }; + 95B0CC4C0EB69DD2001A0D06 /* game_mode.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = game_mode.hpp; sourceTree = ""; }; + 95B0CC4D0EB69DD2001A0D06 /* grand_prix_ending.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_ending.cpp; sourceTree = ""; }; + 95B0CC4E0EB69DD2001A0D06 /* grand_prix_ending.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_ending.hpp; sourceTree = ""; }; + 95B0CC4F0EB69DD2001A0D06 /* grand_prix_select.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = grand_prix_select.cpp; sourceTree = ""; }; + 95B0CC500EB69DD2001A0D06 /* grand_prix_select.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = grand_prix_select.hpp; sourceTree = ""; }; + 95B0CC510EB69DD2001A0D06 /* help_page_one.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = help_page_one.cpp; sourceTree = ""; }; + 95B0CC520EB69DD2001A0D06 /* help_page_one.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = help_page_one.hpp; sourceTree = ""; }; + 95B0CC530EB69DD2001A0D06 /* help_page_three.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = help_page_three.cpp; sourceTree = ""; }; + 95B0CC540EB69DD2001A0D06 /* help_page_three.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = help_page_three.hpp; sourceTree = ""; }; + 95B0CC550EB69DD2001A0D06 /* help_page_two.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = help_page_two.cpp; sourceTree = ""; }; + 95B0CC560EB69DD2001A0D06 /* help_page_two.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = help_page_two.hpp; sourceTree = ""; }; + 95B0CC570EB69DD2001A0D06 /* main_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main_menu.cpp; sourceTree = ""; }; + 95B0CC580EB69DD2001A0D06 /* main_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = main_menu.hpp; sourceTree = ""; }; + 95B0CC590EB69DD2001A0D06 /* menu_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = menu_manager.cpp; sourceTree = ""; }; + 95B0CC5A0EB69DD2001A0D06 /* menu_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = menu_manager.hpp; sourceTree = ""; }; + 95B0CC5B0EB69DD2001A0D06 /* network_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = network_gui.cpp; sourceTree = ""; }; + 95B0CC5C0EB69DD2001A0D06 /* network_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = network_gui.hpp; sourceTree = ""; }; + 95B0CC5D0EB69DD2001A0D06 /* num_players.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = num_players.cpp; sourceTree = ""; }; + 95B0CC5E0EB69DD2001A0D06 /* num_players.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = num_players.hpp; sourceTree = ""; }; + 95B0CC5F0EB69DD2001A0D06 /* options.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = options.cpp; sourceTree = ""; }; + 95B0CC600EB69DD2001A0D06 /* options.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = options.hpp; sourceTree = ""; }; + 95B0CC610EB69DD2001A0D06 /* player_controls.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = player_controls.cpp; sourceTree = ""; }; + 95B0CC620EB69DD2001A0D06 /* player_controls.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = player_controls.hpp; sourceTree = ""; }; + 95B0CC630EB69DD2001A0D06 /* race_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_gui.cpp; sourceTree = ""; }; + 95B0CC640EB69DD2001A0D06 /* race_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_gui.hpp; sourceTree = ""; }; + 95B0CC650EB69DD2001A0D06 /* race_menu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_menu.cpp; sourceTree = ""; }; + 95B0CC660EB69DD2001A0D06 /* race_menu.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_menu.hpp; sourceTree = ""; }; + 95B0CC670EB69DD2001A0D06 /* race_options.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_options.cpp; sourceTree = ""; }; + 95B0CC680EB69DD2001A0D06 /* race_options.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_options.hpp; sourceTree = ""; }; + 95B0CC690EB69DD2001A0D06 /* race_results_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_results_gui.cpp; sourceTree = ""; }; + 95B0CC6A0EB69DD2001A0D06 /* race_results_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_results_gui.hpp; sourceTree = ""; }; + 95B0CC6B0EB69DD2001A0D06 /* start_race_feedback.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = start_race_feedback.cpp; sourceTree = ""; }; + 95B0CC6C0EB69DD2001A0D06 /* start_race_feedback.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = start_race_feedback.hpp; sourceTree = ""; }; + 95B0CC6D0EB69DD2001A0D06 /* track_sel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = track_sel.cpp; sourceTree = ""; }; + 95B0CC6E0EB69DD2001A0D06 /* track_sel.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = track_sel.hpp; sourceTree = ""; }; + 95B0CC6F0EB69DD2001A0D06 /* widget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = widget.cpp; sourceTree = ""; }; + 95B0CC700EB69DD2001A0D06 /* widget.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = widget.hpp; sourceTree = ""; }; + 95B0CC710EB69DD2001A0D06 /* widget_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = widget_manager.cpp; sourceTree = ""; }; + 95B0CC720EB69DD2001A0D06 /* widget_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = widget_manager.hpp; sourceTree = ""; }; + 95B0CC730EB69DD2001A0D06 /* highscore_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = highscore_manager.cpp; sourceTree = ""; }; + 95B0CC740EB69DD2001A0D06 /* highscore_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = highscore_manager.hpp; sourceTree = ""; }; + 95B0CC750EB69DD2001A0D06 /* highscores.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = highscores.cpp; sourceTree = ""; }; + 95B0CC760EB69DD2001A0D06 /* highscores.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = highscores.hpp; sourceTree = ""; }; + 95B0CC770EB69DD2001A0D06 /* history.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = history.cpp; sourceTree = ""; }; + 95B0CC780EB69DD2001A0D06 /* history.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = history.hpp; sourceTree = ""; }; + 95B0CE230EB69DD9001A0D06 /* input.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = input.hpp; sourceTree = ""; }; + 95B0CE240EB69DD9001A0D06 /* isect.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = isect.cpp; sourceTree = ""; }; + 95B0CE250EB69DD9001A0D06 /* isect.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = isect.hpp; sourceTree = ""; }; + 95B0CE270EB69DD9001A0D06 /* attachment.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = attachment.cpp; sourceTree = ""; }; + 95B0CE280EB69DD9001A0D06 /* attachment.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = attachment.hpp; sourceTree = ""; }; + 95B0CE290EB69DD9001A0D06 /* attachment_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = attachment_manager.cpp; sourceTree = ""; }; + 95B0CE2A0EB69DD9001A0D06 /* attachment_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = attachment_manager.hpp; sourceTree = ""; }; + 95B0CE2B0EB69DD9001A0D06 /* bowling.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = bowling.cpp; sourceTree = ""; }; + 95B0CE2C0EB69DD9001A0D06 /* bowling.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = bowling.hpp; sourceTree = ""; }; + 95B0CE2D0EB69DD9001A0D06 /* collectable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = collectable.cpp; sourceTree = ""; }; + 95B0CE2E0EB69DD9001A0D06 /* collectable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = collectable.hpp; sourceTree = ""; }; + 95B0CE2F0EB69DD9001A0D06 /* collectable_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = collectable_manager.cpp; sourceTree = ""; }; + 95B0CE300EB69DD9001A0D06 /* collectable_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = collectable_manager.hpp; sourceTree = ""; }; + 95B0CE310EB69DD9001A0D06 /* herring.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = herring.cpp; sourceTree = ""; }; + 95B0CE320EB69DD9001A0D06 /* herring.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = herring.hpp; sourceTree = ""; }; + 95B0CE330EB69DD9001A0D06 /* herring_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = herring_manager.cpp; sourceTree = ""; }; + 95B0CE340EB69DD9001A0D06 /* herring_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = herring_manager.hpp; sourceTree = ""; }; + 95B0CE350EB69DD9001A0D06 /* homing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = homing.cpp; sourceTree = ""; }; + 95B0CE360EB69DD9001A0D06 /* homing.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = homing.hpp; sourceTree = ""; }; + 95B0CE370EB69DD9001A0D06 /* missile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = missile.cpp; sourceTree = ""; }; + 95B0CE380EB69DD9001A0D06 /* missile.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = missile.hpp; sourceTree = ""; }; + 95B0CE390EB69DD9001A0D06 /* projectile_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = projectile_manager.cpp; sourceTree = ""; }; + 95B0CE3A0EB69DD9001A0D06 /* projectile_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = projectile_manager.hpp; sourceTree = ""; }; + 95B0CE3B0EB69DD9001A0D06 /* kart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart.cpp; sourceTree = ""; }; + 95B0CE3D0EB69DD9001A0D06 /* kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart.hpp; sourceTree = ""; }; + 95B0CE3E0EB69DD9001A0D06 /* kart_control.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_control.hpp; sourceTree = ""; }; + 95B0CE3F0EB69DD9001A0D06 /* kart_properties.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_properties.cpp; sourceTree = ""; }; + 95B0CE400EB69DD9001A0D06 /* kart_properties.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_properties.hpp; sourceTree = ""; }; + 95B0CE410EB69DD9001A0D06 /* kart_properties_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_properties_manager.cpp; sourceTree = ""; }; + 95B0CE420EB69DD9001A0D06 /* kart_properties_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_properties_manager.hpp; sourceTree = ""; }; + 95B0CE440EB69DD9001A0D06 /* lexer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lexer.cpp; sourceTree = ""; }; + 95B0CE450EB69DD9001A0D06 /* lexer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = lexer.hpp; sourceTree = ""; }; + 95B0CE460EB69DD9001A0D06 /* lisp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lisp.cpp; sourceTree = ""; }; + 95B0CE470EB69DD9001A0D06 /* lisp.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = lisp.hpp; sourceTree = ""; }; + 95B0CE480EB69DD9001A0D06 /* parser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = parser.cpp; sourceTree = ""; }; + 95B0CE490EB69DD9001A0D06 /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = parser.hpp; sourceTree = ""; }; + 95B0CE4A0EB69DD9001A0D06 /* writer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = writer.cpp; sourceTree = ""; }; + 95B0CE4B0EB69DD9001A0D06 /* writer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = writer.hpp; sourceTree = ""; }; + 95B0CE4C0EB69DD9001A0D06 /* loader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = loader.cpp; sourceTree = ""; }; + 95B0CE4D0EB69DD9001A0D06 /* loader.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = loader.hpp; sourceTree = ""; }; + 95B0CE4E0EB69DD9001A0D06 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; + 95B0CE4F0EB69DD9001A0D06 /* main_loop.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main_loop.cpp; sourceTree = ""; }; + 95B0CE500EB69DD9001A0D06 /* main_loop.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = main_loop.hpp; sourceTree = ""; }; + 95B0CE540EB69DD9001A0D06 /* material.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = material.cpp; sourceTree = ""; }; + 95B0CE550EB69DD9001A0D06 /* material.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = material.hpp; sourceTree = ""; }; + 95B0CE560EB69DD9001A0D06 /* material_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = material_manager.cpp; sourceTree = ""; }; + 95B0CE570EB69DD9001A0D06 /* material_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = material_manager.hpp; sourceTree = ""; }; + 95B0CE590EB69DD9001A0D06 /* clock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = clock.cpp; sourceTree = ""; }; + 95B0CE5A0EB69DD9001A0D06 /* clock.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = clock.hpp; sourceTree = ""; }; + 95B0CE5B0EB69DD9001A0D06 /* follow_the_leader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = follow_the_leader.cpp; sourceTree = ""; }; + 95B0CE5C0EB69DD9001A0D06 /* follow_the_leader.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = follow_the_leader.hpp; sourceTree = ""; }; + 95B0CE5D0EB69DD9001A0D06 /* linear_world.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = linear_world.cpp; sourceTree = ""; }; + 95B0CE5E0EB69DD9001A0D06 /* linear_world.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = linear_world.hpp; sourceTree = ""; }; + 95B0CE5F0EB69DD9001A0D06 /* standard_race.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = standard_race.cpp; sourceTree = ""; }; + 95B0CE600EB69DD9001A0D06 /* standard_race.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = standard_race.hpp; sourceTree = ""; }; + 95B0CE610EB69DD9001A0D06 /* three_strikes_battle.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = three_strikes_battle.cpp; sourceTree = ""; }; + 95B0CE620EB69DD9001A0D06 /* three_strikes_battle.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = three_strikes_battle.hpp; sourceTree = ""; }; + 95B0CE630EB69DD9001A0D06 /* world.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = world.cpp; sourceTree = ""; }; + 95B0CE640EB69DD9001A0D06 /* world.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = world.hpp; sourceTree = ""; }; + 95B0CE650EB69DD9001A0D06 /* moveable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = moveable.cpp; sourceTree = ""; }; + 95B0CE660EB69DD9001A0D06 /* moveable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = moveable.hpp; sourceTree = ""; }; + 95B0CE670EB69DD9001A0D06 /* moving_physics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = moving_physics.cpp; sourceTree = ""; }; + 95B0CE680EB69DD9001A0D06 /* moving_physics.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = moving_physics.hpp; sourceTree = ""; }; + 95B0CE690EB69DD9001A0D06 /* moving_texture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = moving_texture.cpp; sourceTree = ""; }; + 95B0CE6A0EB69DD9001A0D06 /* moving_texture.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = moving_texture.hpp; sourceTree = ""; }; + 95B0CE6C0EB69DD9001A0D06 /* character_confirm_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = character_confirm_message.hpp; sourceTree = ""; }; + 95B0CE6D0EB69DD9001A0D06 /* character_info_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = character_info_message.hpp; sourceTree = ""; }; + 95B0CE6E0EB69DD9001A0D06 /* character_selected_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = character_selected_message.hpp; sourceTree = ""; }; + 95B0CE6F0EB69DD9001A0D06 /* connect_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = connect_message.cpp; sourceTree = ""; }; + 95B0CE700EB69DD9001A0D06 /* connect_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = connect_message.hpp; sourceTree = ""; }; + 95B0CE710EB69DD9001A0D06 /* flyable_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = flyable_info.hpp; sourceTree = ""; }; + 95B0CE720EB69DD9001A0D06 /* herring_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = herring_info.hpp; sourceTree = ""; }; + 95B0CE730EB69DD9001A0D06 /* kart_control_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_control_message.cpp; sourceTree = ""; }; + 95B0CE740EB69DD9001A0D06 /* kart_control_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_control_message.hpp; sourceTree = ""; }; + 95B0CE750EB69DD9001A0D06 /* kart_update_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kart_update_message.cpp; sourceTree = ""; }; + 95B0CE760EB69DD9001A0D06 /* kart_update_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = kart_update_message.hpp; sourceTree = ""; }; + 95B0CE770EB69DD9001A0D06 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; + 95B0CE780EB69DD9001A0D06 /* message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = message.hpp; sourceTree = ""; }; + 95B0CE790EB69DD9001A0D06 /* network_kart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = network_kart.cpp; sourceTree = ""; }; + 95B0CE7A0EB69DD9001A0D06 /* network_kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = network_kart.hpp; sourceTree = ""; }; + 95B0CE7B0EB69DD9001A0D06 /* network_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = network_manager.cpp; sourceTree = ""; }; + 95B0CE7C0EB69DD9001A0D06 /* network_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = network_manager.hpp; sourceTree = ""; }; + 95B0CE7D0EB69DD9001A0D06 /* num_players_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = num_players_message.hpp; sourceTree = ""; }; + 95B0CE7E0EB69DD9001A0D06 /* race_info_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_info_message.cpp; sourceTree = ""; }; + 95B0CE7F0EB69DD9001A0D06 /* race_info_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_info_message.hpp; sourceTree = ""; }; + 95B0CE800EB69DD9001A0D06 /* race_result_ack_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_result_ack_message.hpp; sourceTree = ""; }; + 95B0CE810EB69DD9001A0D06 /* race_result_message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_result_message.cpp; sourceTree = ""; }; + 95B0CE820EB69DDA001A0D06 /* race_result_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_result_message.hpp; sourceTree = ""; }; + 95B0CE830EB69DDA001A0D06 /* race_start_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_start_message.hpp; sourceTree = ""; }; + 95B0CE840EB69DDA001A0D06 /* race_state.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_state.cpp; sourceTree = ""; }; + 95B0CE850EB69DDA001A0D06 /* race_state.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_state.hpp; sourceTree = ""; }; + 95B0CE860EB69DDA001A0D06 /* remote_kart_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = remote_kart_info.hpp; sourceTree = ""; }; + 95B0CE870EB69DDA001A0D06 /* world_loaded_message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = world_loaded_message.hpp; sourceTree = ""; }; + 95B0CE880EB69DDA001A0D06 /* no_copy.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = no_copy.hpp; sourceTree = ""; }; + 95B0CE890EB69DDA001A0D06 /* particle_system.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = particle_system.cpp; sourceTree = ""; }; + 95B0CE8A0EB69DDA001A0D06 /* particle_system.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = particle_system.hpp; sourceTree = ""; }; + 95B0CE8B0EB69DDA001A0D06 /* physics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = physics.cpp; sourceTree = ""; }; + 95B0CE8C0EB69DDA001A0D06 /* physics.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = physics.hpp; sourceTree = ""; }; + 95B0CE8D0EB69DDA001A0D06 /* player.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = player.hpp; sourceTree = ""; }; + 95B0CE8E0EB69DDA001A0D06 /* player_kart.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = player_kart.cpp; sourceTree = ""; }; + 95B0CE8F0EB69DDA001A0D06 /* player_kart.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = player_kart.hpp; sourceTree = ""; }; + 95B0CE900EB69DDA001A0D06 /* race_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = race_manager.cpp; sourceTree = ""; }; + 95B0CE910EB69DDA001A0D06 /* race_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = race_manager.hpp; sourceTree = ""; }; + 95B0CE920EB69DDA001A0D06 /* replay_base.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_base.cpp; sourceTree = ""; }; + 95B0CE930EB69DDA001A0D06 /* replay_base.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_base.hpp; sourceTree = ""; }; + 95B0CE940EB69DDA001A0D06 /* replay_buffer_tpl.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_buffer_tpl.hpp; sourceTree = ""; }; + 95B0CE950EB69DDA001A0D06 /* replay_buffers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_buffers.cpp; sourceTree = ""; }; + 95B0CE960EB69DDA001A0D06 /* replay_buffers.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_buffers.hpp; sourceTree = ""; }; + 95B0CE970EB69DDA001A0D06 /* replay_player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_player.cpp; sourceTree = ""; }; + 95B0CE980EB69DDA001A0D06 /* replay_player.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_player.hpp; sourceTree = ""; }; + 95B0CE990EB69DDA001A0D06 /* replay_recorder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = replay_recorder.cpp; sourceTree = ""; }; + 95B0CE9A0EB69DDA001A0D06 /* replay_recorder.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replay_recorder.hpp; sourceTree = ""; }; + 95B0CE9C0EB69DDA001A0D06 /* default_robot.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = default_robot.cpp; sourceTree = ""; }; + 95B0CE9D0EB69DDA001A0D06 /* default_robot.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = default_robot.hpp; sourceTree = ""; }; + 95B0CE9E0EB69DDA001A0D06 /* empty_robot.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = empty_robot.cpp; sourceTree = ""; }; + 95B0CE9F0EB69DDA001A0D06 /* empty_robot.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = empty_robot.hpp; sourceTree = ""; }; + 95B0CEA30EB69DDA001A0D06 /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = ""; }; + 95B0CEA40EB69DDA001A0D06 /* scene.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = scene.hpp; sourceTree = ""; }; + 95B0CEA50EB69DDA001A0D06 /* sdldrv.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sdldrv.cpp; sourceTree = ""; }; + 95B0CEA60EB69DDA001A0D06 /* sdldrv.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = sdldrv.hpp; sourceTree = ""; }; + 95B0CEA70EB69DDA001A0D06 /* shadow.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = shadow.cpp; sourceTree = ""; }; + 95B0CEA80EB69DDA001A0D06 /* shadow.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = shadow.hpp; sourceTree = ""; }; + 95B0CEA90EB69DDA001A0D06 /* skid_mark.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = skid_mark.cpp; sourceTree = ""; }; + 95B0CEAA0EB69DDA001A0D06 /* skid_mark.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = skid_mark.hpp; sourceTree = ""; }; + 95B0CEAC0EB69DDA001A0D06 /* smoke.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = smoke.cpp; sourceTree = ""; }; + 95B0CEAD0EB69DDA001A0D06 /* smoke.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = smoke.hpp; sourceTree = ""; }; + 95B0CEAE0EB69DDA001A0D06 /* static_ssg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = static_ssg.cpp; sourceTree = ""; }; + 95B0CEAF0EB69DDA001A0D06 /* static_ssg.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = static_ssg.hpp; sourceTree = ""; }; + 95B0CEB00EB69DDA001A0D06 /* stk_config.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = stk_config.cpp; sourceTree = ""; }; + 95B0CEB10EB69DDA001A0D06 /* stk_config.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = stk_config.hpp; sourceTree = ""; }; + 95B0CEB20EB69DDA001A0D06 /* string_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cpp; sourceTree = ""; }; + 95B0CEB30EB69DDA001A0D06 /* string_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = string_utils.hpp; sourceTree = ""; }; + 95B0CEB40EB69DDA001A0D06 /* terrain_info.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = terrain_info.cpp; sourceTree = ""; }; + 95B0CEB50EB69DDA001A0D06 /* terrain_info.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = terrain_info.hpp; sourceTree = ""; }; + 95B0CEB60EB69DDA001A0D06 /* track.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = track.cpp; sourceTree = ""; }; + 95B0CEB70EB69DDA001A0D06 /* track.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = track.hpp; sourceTree = ""; }; + 95B0CEB80EB69DDA001A0D06 /* track_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = track_manager.cpp; sourceTree = ""; }; + 95B0CEB90EB69DDA001A0D06 /* track_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = track_manager.hpp; sourceTree = ""; }; + 95B0CEBA0EB69DDA001A0D06 /* traffic.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = traffic.cpp; sourceTree = ""; }; + 95B0CEBB0EB69DDA001A0D06 /* translation.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = translation.cpp; sourceTree = ""; }; + 95B0CEBC0EB69DDA001A0D06 /* translation.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = translation.hpp; sourceTree = ""; }; + 95B0CEBD0EB69DDA001A0D06 /* triangle_mesh.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = triangle_mesh.cpp; sourceTree = ""; }; + 95B0CEBE0EB69DDA001A0D06 /* triangle_mesh.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = triangle_mesh.hpp; sourceTree = ""; }; + 95B0CEBF0EB69DDA001A0D06 /* unlock_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = unlock_manager.cpp; sourceTree = ""; }; + 95B0CEC00EB69DDA001A0D06 /* unlock_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = unlock_manager.hpp; sourceTree = ""; }; + 95B0CEC10EB69DDA001A0D06 /* user_config.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = user_config.cpp; sourceTree = ""; }; + 95B0CEC20EB69DDA001A0D06 /* user_config.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = user_config.hpp; sourceTree = ""; }; + 95B0CEC30EB69DDA001A0D06 /* user_pointer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = user_pointer.hpp; sourceTree = ""; }; + 95B0CEC50EB69DDA001A0D06 /* random_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = random_generator.cpp; sourceTree = ""; }; + 95B0CEC60EB69DDA001A0D06 /* random_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = random_generator.hpp; sourceTree = ""; }; + 95B0CEC70EB69DDA001A0D06 /* ssg_help.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ssg_help.cpp; sourceTree = ""; }; + 95B0CEC80EB69DDA001A0D06 /* ssg_help.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ssg_help.hpp; sourceTree = ""; }; + 95B0CEC90EB69DDA001A0D06 /* vec3.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = vec3.cpp; sourceTree = ""; }; + 95B0CECA0EB69DDA001A0D06 /* vec3.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = vec3.hpp; sourceTree = ""; }; + 95B0D4090EB6A160001A0D06 /* SuperTuxKart */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SuperTuxKart; sourceTree = BUILT_PRODUCTS_DIR; }; 95E1059A0E28F65F00503124 /* btBulletCollisionCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBulletCollisionCommon.h; sourceTree = ""; }; 95E1059B0E28F65F00503124 /* btBulletDynamicsCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btBulletDynamicsCommon.h; sourceTree = ""; }; 95E105F00E28F66000503124 /* Bullet-C-Api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "Bullet-C-Api.h"; sourceTree = ""; }; @@ -997,11 +1590,6 @@ 95E106DB0E28F66200503124 /* btTransformUtil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTransformUtil.h; sourceTree = ""; }; 95E106DC0E28F66200503124 /* btTypedUserInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btTypedUserInfo.h; sourceTree = ""; }; 95E106DD0E28F66200503124 /* btVector3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = btVector3.h; sourceTree = ""; }; - 95F0F36C0E85C6A6005F6693 /* clock.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = clock.hpp; path = modes/clock.hpp; sourceTree = ""; }; - 95F0F36D0E85C6A6005F6693 /* clock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clock.cpp; path = modes/clock.cpp; sourceTree = ""; }; - 95F0F3810E85C76B005F6693 /* world.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = world.hpp; path = modes/world.hpp; sourceTree = ""; }; - 95F0F3820E85C76B005F6693 /* world.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = world.cpp; path = modes/world.cpp; sourceTree = ""; }; - 95F4221E0E26DF0A00692113 /* SuperTuxKart */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SuperTuxKart; sourceTree = BUILT_PRODUCTS_DIR; }; 95F423120E26E3DC00692113 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; 95F4231E0E26E44800692113 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 95F4232F0E26E58400692113 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; @@ -1036,7 +1624,7 @@ 95F4232F0E26E58400692113 /* Carbon.framework */, 95F4231E0E26E44800692113 /* Cocoa.framework */, 95F423120E26E3DC00692113 /* OpenGL.framework */, - 95923CEF0E808ED300388BDC /* src */, + 95B0C9730EB69DCD001A0D06 /* src */, 1AB674ADFE9D54B511CA2CBB /* Products */, 95E104FE0E28F65D00503124 /* bullet */, ); @@ -1046,695 +1634,796 @@ 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 95F4221E0E26DF0A00692113 /* SuperTuxKart */, + 95B0D4090EB6A160001A0D06 /* SuperTuxKart */, ); name = Products; sourceTree = ""; }; - 956F3FAA0E85BE0E006F93B0 /* utils */ = { + 95B0C9730EB69DCD001A0D06 /* src */ = { isa = PBXGroup; children = ( - 956F3FAB0E85BE0E006F93B0 /* random_generator.cpp */, - 956F3FAC0E85BE0E006F93B0 /* random_generator.hpp */, - 956F3FAD0E85BE0E006F93B0 /* ssg_help.cpp */, - 956F3FAE0E85BE0E006F93B0 /* ssg_help.hpp */, - ); - path = utils; - sourceTree = ""; - }; - 95923CEF0E808ED300388BDC /* src */ = { - isa = PBXGroup; - children = ( - 95B422000E8586A900FA795B /* audio */, - 95F0F3710E85C6D3005F6693 /* modes */, - 95923F6A0E808EDC00388BDC /* challenges */, - 95923FD50E808EDD00388BDC /* gui */, - 956F3FAA0E85BE0E006F93B0 /* utils */, - 9592413F0E808EE100388BDC /* lisp */, - 9592416F0E808EE200388BDC /* network */, - 959241B50E808EE200388BDC /* robots */, - 95923D6E0E808ED700388BDC /* actionmap.cpp */, - 95923D6F0E808ED700388BDC /* actionmap.hpp */, - 95923D710E808ED700388BDC /* attachment.cpp */, - 95923D720E808ED700388BDC /* attachment.hpp */, - 95923D740E808ED700388BDC /* attachment_manager.cpp */, - 95923D750E808ED700388BDC /* attachment_manager.hpp */, - 95923D770E808ED700388BDC /* auto_kart.hpp */, - 95923D790E808ED700388BDC /* bowling.cpp */, - 95923D7A0E808ED700388BDC /* bowling.hpp */, - 95923F610E808EDB00388BDC /* callback.hpp */, - 95923F620E808EDB00388BDC /* callback_manager.cpp */, - 95923F630E808EDB00388BDC /* callback_manager.hpp */, - 95923F650E808EDB00388BDC /* camera.cpp */, - 95923F660E808EDB00388BDC /* camera.hpp */, - 95923F710E808EDC00388BDC /* collectable.cpp */, - 95923F720E808EDC00388BDC /* collectable.hpp */, - 95923F740E808EDC00388BDC /* collectable_manager.cpp */, - 95923F750E808EDC00388BDC /* collectable_manager.hpp */, - 95923F7B0E808EDC00388BDC /* constants.hpp */, - 95923F7C0E808EDC00388BDC /* coord.hpp */, - 95923FC00E808EDD00388BDC /* explosion.cpp */, - 95923FC10E808EDD00388BDC /* explosion.hpp */, - 95923FC40E808EDD00388BDC /* file_manager.cpp */, - 95923FC50E808EDD00388BDC /* file_manager.hpp */, - 95923FC70E808EDD00388BDC /* flyable.cpp */, - 95923FC80E808EDD00388BDC /* flyable.hpp */, - 95923FCD0E808EDD00388BDC /* grand_prix_data.cpp */, - 95923FCE0E808EDD00388BDC /* grand_prix_data.hpp */, - 95923FD10E808EDD00388BDC /* grand_prix_manager.cpp */, - 95923FD20E808EDD00388BDC /* grand_prix_manager.hpp */, - 959240150E808EDD00388BDC /* herring.cpp */, - 959240160E808EDD00388BDC /* herring.hpp */, - 959240180E808EDD00388BDC /* herring_manager.cpp */, - 959240190E808EDD00388BDC /* herring_manager.hpp */, - 9592401B0E808EDD00388BDC /* highscore_manager.cpp */, - 9592401C0E808EDD00388BDC /* highscore_manager.hpp */, - 9592401E0E808EDD00388BDC /* highscores.cpp */, - 9592401F0E808EDD00388BDC /* highscores.hpp */, - 959240210E808EDD00388BDC /* history.cpp */, - 959240220E808EDD00388BDC /* history.hpp */, - 959240240E808EDD00388BDC /* homing.cpp */, - 959240250E808EDD00388BDC /* homing.hpp */, - 9592412C0E808EE100388BDC /* input.hpp */, - 9592412D0E808EE100388BDC /* isect.cpp */, - 9592412E0E808EE100388BDC /* isect.hpp */, - 959241300E808EE100388BDC /* kart.cpp */, - 959241310E808EE100388BDC /* kart.hpp */, - 959241330E808EE100388BDC /* kart_control.hpp */, - 959241350E808EE100388BDC /* kart_properties.cpp */, - 959241360E808EE100388BDC /* kart_properties.hpp */, - 959241380E808EE100388BDC /* kart_properties_manager.cpp */, - 959241390E808EE100388BDC /* kart_properties_manager.hpp */, - 959241490E808EE100388BDC /* loader.cpp */, - 9592414A0E808EE100388BDC /* loader.hpp */, - 9592414C0E808EE100388BDC /* main.cpp */, - 9592414E0E808EE100388BDC /* main_loop.cpp */, - 9592414F0E808EE100388BDC /* main_loop.hpp */, - 959241540E808EE100388BDC /* material.cpp */, - 959241550E808EE100388BDC /* material.hpp */, - 959241570E808EE100388BDC /* material_manager.cpp */, - 959241580E808EE100388BDC /* material_manager.hpp */, - 9592415C0E808EE100388BDC /* missile.cpp */, - 9592415D0E808EE100388BDC /* missile.hpp */, - 9592415F0E808EE200388BDC /* moveable.cpp */, - 959241600E808EE200388BDC /* moveable.hpp */, - 959241620E808EE200388BDC /* moving_physics.cpp */, - 959241630E808EE200388BDC /* moving_physics.hpp */, - 959241650E808EE200388BDC /* moving_texture.cpp */, - 959241660E808EE200388BDC /* moving_texture.hpp */, - 9592418C0E808EE200388BDC /* no_copy.hpp */, - 959241900E808EE200388BDC /* particle_system.cpp */, - 959241910E808EE200388BDC /* particle_system.hpp */, - 959241930E808EE200388BDC /* physics.cpp */, - 959241940E808EE200388BDC /* physics.hpp */, - 959241960E808EE200388BDC /* player.hpp */, - 959241980E808EE200388BDC /* player_kart.cpp */, - 959241990E808EE200388BDC /* player_kart.hpp */, - 9592419B0E808EE200388BDC /* projectile_manager.cpp */, - 9592419C0E808EE200388BDC /* projectile_manager.hpp */, - 959241A00E808EE200388BDC /* race_manager.cpp */, - 959241A10E808EE200388BDC /* race_manager.hpp */, - 959241A80E808EE200388BDC /* replay_base.cpp */, - 959241A90E808EE200388BDC /* replay_base.hpp */, - 959241AB0E808EE200388BDC /* replay_buffer_tpl.hpp */, - 959241AC0E808EE200388BDC /* replay_buffers.cpp */, - 959241AD0E808EE200388BDC /* replay_buffers.hpp */, - 959241AF0E808EE200388BDC /* replay_player.cpp */, - 959241B00E808EE200388BDC /* replay_player.hpp */, - 959241B20E808EE200388BDC /* replay_recorder.cpp */, - 959241B30E808EE200388BDC /* replay_recorder.hpp */, - 959241BD0E808EE200388BDC /* scene.cpp */, - 959241BE0E808EE200388BDC /* scene.hpp */, - 959241C00E808EE200388BDC /* sdldrv.cpp */, - 959241C10E808EE200388BDC /* sdldrv.hpp */, - 959241C70E808EE300388BDC /* shadow.cpp */, - 959241C80E808EE300388BDC /* shadow.hpp */, - 959241CA0E808EE300388BDC /* skid_mark.cpp */, - 959241CB0E808EE300388BDC /* skid_mark.hpp */, - 959241CD0E808EE300388BDC /* smoke.cpp */, - 959241CE0E808EE300388BDC /* smoke.hpp */, - 959241D70E808EE300388BDC /* static_ssg.cpp */, - 959241D80E808EE300388BDC /* static_ssg.hpp */, - 959241D90E808EE300388BDC /* stk_config.cpp */, - 959241DA0E808EE300388BDC /* stk_config.hpp */, - 959241DC0E808EE300388BDC /* string_utils.cpp */, - 959241DD0E808EE300388BDC /* string_utils.hpp */, - 959241E00E808EE300388BDC /* terrain_info.cpp */, - 959241E10E808EE300388BDC /* terrain_info.hpp */, - 959241E30E808EE300388BDC /* track.cpp */, - 959241E40E808EE300388BDC /* track.hpp */, - 959241E60E808EE300388BDC /* track_manager.cpp */, - 959241E70E808EE300388BDC /* track_manager.hpp */, - 959241EA0E808EE300388BDC /* traffic.cpp */, - 959241EB0E808EE300388BDC /* translation.cpp */, - 959241EC0E808EE300388BDC /* translation.hpp */, - 959241EE0E808EE300388BDC /* triangle_mesh.cpp */, - 959241EF0E808EE300388BDC /* triangle_mesh.hpp */, - 959241F10E808EE300388BDC /* unlock_manager.cpp */, - 959241F20E808EE300388BDC /* unlock_manager.hpp */, - 959241F40E808EE300388BDC /* user_config.cpp */, - 959241F50E808EE300388BDC /* user_config.hpp */, - 959241F70E808EE300388BDC /* user_pointer.hpp */, - 959241FB0E808EE300388BDC /* vec3.cpp */, - 959241FC0E808EE300388BDC /* vec3.hpp */, - 95923D7C0E808ED700388BDC /* bullet */, - 95923F800E808EDC00388BDC /* enet */, + 95B0C9E90EB69DCE001A0D06 /* actionmap.cpp */, + 95B0C9EA0EB69DCE001A0D06 /* actionmap.hpp */, + 95B0C9EB0EB69DCE001A0D06 /* audio */, + 95B0C9F80EB69DCE001A0D06 /* auto_kart.hpp */, + 95B0C9F90EB69DCE001A0D06 /* bullet */, + 95B0CBE20EB69DD2001A0D06 /* callback.hpp */, + 95B0CBE30EB69DD2001A0D06 /* callback_manager.cpp */, + 95B0CBE40EB69DD2001A0D06 /* callback_manager.hpp */, + 95B0CBE50EB69DD2001A0D06 /* camera.cpp */, + 95B0CBE60EB69DD2001A0D06 /* camera.hpp */, + 95B0CBE70EB69DD2001A0D06 /* challenges */, + 95B0CBEC0EB69DD2001A0D06 /* constants.hpp */, + 95B0CBED0EB69DD2001A0D06 /* coord.hpp */, + 95B0CBEF0EB69DD2001A0D06 /* enet */, + 95B0CC2C0EB69DD2001A0D06 /* explosion.cpp */, + 95B0CC2D0EB69DD2001A0D06 /* explosion.hpp */, + 95B0CC2E0EB69DD2001A0D06 /* file_manager.cpp */, + 95B0CC2F0EB69DD2001A0D06 /* file_manager.hpp */, + 95B0CC300EB69DD2001A0D06 /* flyable.cpp */, + 95B0CC310EB69DD2001A0D06 /* flyable.hpp */, + 95B0CC320EB69DD2001A0D06 /* grand_prix_data.cpp */, + 95B0CC330EB69DD2001A0D06 /* grand_prix_data.hpp */, + 95B0CC340EB69DD2001A0D06 /* grand_prix_manager.cpp */, + 95B0CC350EB69DD2001A0D06 /* grand_prix_manager.hpp */, + 95B0CC360EB69DD2001A0D06 /* gui */, + 95B0CC730EB69DD2001A0D06 /* highscore_manager.cpp */, + 95B0CC740EB69DD2001A0D06 /* highscore_manager.hpp */, + 95B0CC750EB69DD2001A0D06 /* highscores.cpp */, + 95B0CC760EB69DD2001A0D06 /* highscores.hpp */, + 95B0CC770EB69DD2001A0D06 /* history.cpp */, + 95B0CC780EB69DD2001A0D06 /* history.hpp */, + 95B0CE230EB69DD9001A0D06 /* input.hpp */, + 95B0CE240EB69DD9001A0D06 /* isect.cpp */, + 95B0CE250EB69DD9001A0D06 /* isect.hpp */, + 95B0CE260EB69DD9001A0D06 /* items */, + 95B0CE3B0EB69DD9001A0D06 /* kart.cpp */, + 95B0CE3D0EB69DD9001A0D06 /* kart.hpp */, + 95B0CE3E0EB69DD9001A0D06 /* kart_control.hpp */, + 95B0CE3F0EB69DD9001A0D06 /* kart_properties.cpp */, + 95B0CE400EB69DD9001A0D06 /* kart_properties.hpp */, + 95B0CE410EB69DD9001A0D06 /* kart_properties_manager.cpp */, + 95B0CE420EB69DD9001A0D06 /* kart_properties_manager.hpp */, + 95B0CE430EB69DD9001A0D06 /* lisp */, + 95B0CE4C0EB69DD9001A0D06 /* loader.cpp */, + 95B0CE4D0EB69DD9001A0D06 /* loader.hpp */, + 95B0CE4E0EB69DD9001A0D06 /* main.cpp */, + 95B0CE4F0EB69DD9001A0D06 /* main_loop.cpp */, + 95B0CE500EB69DD9001A0D06 /* main_loop.hpp */, + 95B0CE540EB69DD9001A0D06 /* material.cpp */, + 95B0CE550EB69DD9001A0D06 /* material.hpp */, + 95B0CE560EB69DD9001A0D06 /* material_manager.cpp */, + 95B0CE570EB69DD9001A0D06 /* material_manager.hpp */, + 95B0CE580EB69DD9001A0D06 /* modes */, + 95B0CE650EB69DD9001A0D06 /* moveable.cpp */, + 95B0CE660EB69DD9001A0D06 /* moveable.hpp */, + 95B0CE670EB69DD9001A0D06 /* moving_physics.cpp */, + 95B0CE680EB69DD9001A0D06 /* moving_physics.hpp */, + 95B0CE690EB69DD9001A0D06 /* moving_texture.cpp */, + 95B0CE6A0EB69DD9001A0D06 /* moving_texture.hpp */, + 95B0CE6B0EB69DD9001A0D06 /* network */, + 95B0CE880EB69DDA001A0D06 /* no_copy.hpp */, + 95B0CE890EB69DDA001A0D06 /* particle_system.cpp */, + 95B0CE8A0EB69DDA001A0D06 /* particle_system.hpp */, + 95B0CE8B0EB69DDA001A0D06 /* physics.cpp */, + 95B0CE8C0EB69DDA001A0D06 /* physics.hpp */, + 95B0CE8D0EB69DDA001A0D06 /* player.hpp */, + 95B0CE8E0EB69DDA001A0D06 /* player_kart.cpp */, + 95B0CE8F0EB69DDA001A0D06 /* player_kart.hpp */, + 95B0CE900EB69DDA001A0D06 /* race_manager.cpp */, + 95B0CE910EB69DDA001A0D06 /* race_manager.hpp */, + 95B0CE920EB69DDA001A0D06 /* replay_base.cpp */, + 95B0CE930EB69DDA001A0D06 /* replay_base.hpp */, + 95B0CE940EB69DDA001A0D06 /* replay_buffer_tpl.hpp */, + 95B0CE950EB69DDA001A0D06 /* replay_buffers.cpp */, + 95B0CE960EB69DDA001A0D06 /* replay_buffers.hpp */, + 95B0CE970EB69DDA001A0D06 /* replay_player.cpp */, + 95B0CE980EB69DDA001A0D06 /* replay_player.hpp */, + 95B0CE990EB69DDA001A0D06 /* replay_recorder.cpp */, + 95B0CE9A0EB69DDA001A0D06 /* replay_recorder.hpp */, + 95B0CE9B0EB69DDA001A0D06 /* robots */, + 95B0CEA30EB69DDA001A0D06 /* scene.cpp */, + 95B0CEA40EB69DDA001A0D06 /* scene.hpp */, + 95B0CEA50EB69DDA001A0D06 /* sdldrv.cpp */, + 95B0CEA60EB69DDA001A0D06 /* sdldrv.hpp */, + 95B0CEA70EB69DDA001A0D06 /* shadow.cpp */, + 95B0CEA80EB69DDA001A0D06 /* shadow.hpp */, + 95B0CEA90EB69DDA001A0D06 /* skid_mark.cpp */, + 95B0CEAA0EB69DDA001A0D06 /* skid_mark.hpp */, + 95B0CEAC0EB69DDA001A0D06 /* smoke.cpp */, + 95B0CEAD0EB69DDA001A0D06 /* smoke.hpp */, + 95B0CEAE0EB69DDA001A0D06 /* static_ssg.cpp */, + 95B0CEAF0EB69DDA001A0D06 /* static_ssg.hpp */, + 95B0CEB00EB69DDA001A0D06 /* stk_config.cpp */, + 95B0CEB10EB69DDA001A0D06 /* stk_config.hpp */, + 95B0CEB20EB69DDA001A0D06 /* string_utils.cpp */, + 95B0CEB30EB69DDA001A0D06 /* string_utils.hpp */, + 95B0CEB40EB69DDA001A0D06 /* terrain_info.cpp */, + 95B0CEB50EB69DDA001A0D06 /* terrain_info.hpp */, + 95B0CEB60EB69DDA001A0D06 /* track.cpp */, + 95B0CEB70EB69DDA001A0D06 /* track.hpp */, + 95B0CEB80EB69DDA001A0D06 /* track_manager.cpp */, + 95B0CEB90EB69DDA001A0D06 /* track_manager.hpp */, + 95B0CEBA0EB69DDA001A0D06 /* traffic.cpp */, + 95B0CEBB0EB69DDA001A0D06 /* translation.cpp */, + 95B0CEBC0EB69DDA001A0D06 /* translation.hpp */, + 95B0CEBD0EB69DDA001A0D06 /* triangle_mesh.cpp */, + 95B0CEBE0EB69DDA001A0D06 /* triangle_mesh.hpp */, + 95B0CEBF0EB69DDA001A0D06 /* unlock_manager.cpp */, + 95B0CEC00EB69DDA001A0D06 /* unlock_manager.hpp */, + 95B0CEC10EB69DDA001A0D06 /* user_config.cpp */, + 95B0CEC20EB69DDA001A0D06 /* user_config.hpp */, + 95B0CEC30EB69DDA001A0D06 /* user_pointer.hpp */, + 95B0CEC40EB69DDA001A0D06 /* utils */, + 95B0CEC90EB69DDA001A0D06 /* vec3.cpp */, + 95B0CECA0EB69DDA001A0D06 /* vec3.hpp */, + 95B0CECB0EB69DDA001A0D06 /* windows_installer */, ); name = src; path = ../..; sourceTree = SOURCE_ROOT; }; - 95923D7C0E808ED700388BDC /* bullet */ = { + 95B0C9EB0EB69DCE001A0D06 /* audio */ = { isa = PBXGroup; children = ( - 95BCEF6D0E81E46E007B5EC0 /* Demos */, - 95923DB40E808ED700388BDC /* src */, - ); - path = bullet; - sourceTree = ""; - }; - 95923DB40E808ED700388BDC /* src */ = { - isa = PBXGroup; - children = ( - 95923E180E808ED900388BDC /* btBulletCollisionCommon.h */, - 95923E190E808ED900388BDC /* btBulletDynamicsCommon.h */, - 95923E6E0E808ED900388BDC /* Bullet-C-Api.h */, - 95923E700E808ED900388BDC /* BulletCollision */, - 95923F040E808EDB00388BDC /* BulletDynamics */, - 95923F3F0E808EDB00388BDC /* LinearMath */, - ); - path = src; - sourceTree = ""; - }; - 95923E700E808ED900388BDC /* BulletCollision */ = { - isa = PBXGroup; - children = ( - 95923E710E808ED900388BDC /* BroadphaseCollision */, - 95923E820E808EDA00388BDC /* CollisionDispatch */, - 95923EA90E808EDA00388BDC /* CollisionShapes */, - 95923EE60E808EDA00388BDC /* NarrowPhaseCollision */, - ); - path = BulletCollision; - sourceTree = ""; - }; - 95923E710E808ED900388BDC /* BroadphaseCollision */ = { - isa = PBXGroup; - children = ( - 95923E720E808ED900388BDC /* btAxisSweep3.cpp */, - 95923E730E808ED900388BDC /* btAxisSweep3.h */, - 95923E740E808ED900388BDC /* btBroadphaseInterface.h */, - 95923E750E808ED900388BDC /* btBroadphaseProxy.cpp */, - 95923E760E808ED900388BDC /* btBroadphaseProxy.h */, - 95923E770E808ED900388BDC /* btCollisionAlgorithm.cpp */, - 95923E780E808ED900388BDC /* btCollisionAlgorithm.h */, - 95923E790E808ED900388BDC /* btDispatcher.cpp */, - 95923E7A0E808ED900388BDC /* btDispatcher.h */, - 95923E7B0E808ED900388BDC /* btMultiSapBroadphase.cpp */, - 95923E7C0E808ED900388BDC /* btMultiSapBroadphase.h */, - 95923E7D0E808ED900388BDC /* btOverlappingPairCache.cpp */, - 95923E7E0E808EDA00388BDC /* btOverlappingPairCache.h */, - 95923E7F0E808EDA00388BDC /* btOverlappingPairCallback.h */, - 95923E800E808EDA00388BDC /* btSimpleBroadphase.cpp */, - 95923E810E808EDA00388BDC /* btSimpleBroadphase.h */, - ); - path = BroadphaseCollision; - sourceTree = ""; - }; - 95923E820E808EDA00388BDC /* CollisionDispatch */ = { - isa = PBXGroup; - children = ( - 95923E830E808EDA00388BDC /* btBoxBoxCollisionAlgorithm.cpp */, - 95923E840E808EDA00388BDC /* btBoxBoxCollisionAlgorithm.h */, - 95923E850E808EDA00388BDC /* btBoxBoxDetector.cpp */, - 95923E860E808EDA00388BDC /* btBoxBoxDetector.h */, - 95923E870E808EDA00388BDC /* btCollisionConfiguration.h */, - 95923E880E808EDA00388BDC /* btCollisionCreateFunc.h */, - 95923E890E808EDA00388BDC /* btCollisionDispatcher.cpp */, - 95923E8A0E808EDA00388BDC /* btCollisionDispatcher.h */, - 95923E8B0E808EDA00388BDC /* btCollisionObject.cpp */, - 95923E8C0E808EDA00388BDC /* btCollisionObject.h */, - 95923E8D0E808EDA00388BDC /* btCollisionWorld.cpp */, - 95923E8E0E808EDA00388BDC /* btCollisionWorld.h */, - 95923E8F0E808EDA00388BDC /* btCompoundCollisionAlgorithm.cpp */, - 95923E900E808EDA00388BDC /* btCompoundCollisionAlgorithm.h */, - 95923E910E808EDA00388BDC /* btConvexConcaveCollisionAlgorithm.cpp */, - 95923E920E808EDA00388BDC /* btConvexConcaveCollisionAlgorithm.h */, - 95923E930E808EDA00388BDC /* btConvexConvexAlgorithm.cpp */, - 95923E940E808EDA00388BDC /* btConvexConvexAlgorithm.h */, - 95923E950E808EDA00388BDC /* btConvexPlaneCollisionAlgorithm.cpp */, - 95923E960E808EDA00388BDC /* btConvexPlaneCollisionAlgorithm.h */, - 95923E970E808EDA00388BDC /* btDefaultCollisionConfiguration.cpp */, - 95923E980E808EDA00388BDC /* btDefaultCollisionConfiguration.h */, - 95923E990E808EDA00388BDC /* btEmptyCollisionAlgorithm.cpp */, - 95923E9A0E808EDA00388BDC /* btEmptyCollisionAlgorithm.h */, - 95923E9B0E808EDA00388BDC /* btManifoldResult.cpp */, - 95923E9C0E808EDA00388BDC /* btManifoldResult.h */, - 95923E9D0E808EDA00388BDC /* btSimulationIslandManager.cpp */, - 95923E9E0E808EDA00388BDC /* btSimulationIslandManager.h */, - 95923E9F0E808EDA00388BDC /* btSphereBoxCollisionAlgorithm.cpp */, - 95923EA00E808EDA00388BDC /* btSphereBoxCollisionAlgorithm.h */, - 95923EA10E808EDA00388BDC /* btSphereSphereCollisionAlgorithm.cpp */, - 95923EA20E808EDA00388BDC /* btSphereSphereCollisionAlgorithm.h */, - 95923EA30E808EDA00388BDC /* btSphereTriangleCollisionAlgorithm.cpp */, - 95923EA40E808EDA00388BDC /* btSphereTriangleCollisionAlgorithm.h */, - 95923EA50E808EDA00388BDC /* btUnionFind.cpp */, - 95923EA60E808EDA00388BDC /* btUnionFind.h */, - 95923EA70E808EDA00388BDC /* SphereTriangleDetector.cpp */, - 95923EA80E808EDA00388BDC /* SphereTriangleDetector.h */, - ); - path = CollisionDispatch; - sourceTree = ""; - }; - 95923EA90E808EDA00388BDC /* CollisionShapes */ = { - isa = PBXGroup; - children = ( - 95923EAA0E808EDA00388BDC /* btBoxShape.cpp */, - 95923EAB0E808EDA00388BDC /* btBoxShape.h */, - 95923EAC0E808EDA00388BDC /* btBvhTriangleMeshShape.cpp */, - 95923EAD0E808EDA00388BDC /* btBvhTriangleMeshShape.h */, - 95923EAE0E808EDA00388BDC /* btCapsuleShape.cpp */, - 95923EAF0E808EDA00388BDC /* btCapsuleShape.h */, - 95923EB00E808EDA00388BDC /* btCollisionMargin.h */, - 95923EB10E808EDA00388BDC /* btCollisionShape.cpp */, - 95923EB20E808EDA00388BDC /* btCollisionShape.h */, - 95923EB30E808EDA00388BDC /* btCompoundShape.cpp */, - 95923EB40E808EDA00388BDC /* btCompoundShape.h */, - 95923EB50E808EDA00388BDC /* btConcaveShape.cpp */, - 95923EB60E808EDA00388BDC /* btConcaveShape.h */, - 95923EB70E808EDA00388BDC /* btConeShape.cpp */, - 95923EB80E808EDA00388BDC /* btConeShape.h */, - 95923EB90E808EDA00388BDC /* btConvexHullShape.cpp */, - 95923EBA0E808EDA00388BDC /* btConvexHullShape.h */, - 95923EBB0E808EDA00388BDC /* btConvexInternalShape.cpp */, - 95923EBC0E808EDA00388BDC /* btConvexInternalShape.h */, - 95923EBD0E808EDA00388BDC /* btConvexShape.cpp */, - 95923EBE0E808EDA00388BDC /* btConvexShape.h */, - 95923EBF0E808EDA00388BDC /* btConvexTriangleMeshShape.cpp */, - 95923EC00E808EDA00388BDC /* btConvexTriangleMeshShape.h */, - 95923EC10E808EDA00388BDC /* btCylinderShape.cpp */, - 95923EC20E808EDA00388BDC /* btCylinderShape.h */, - 95923EC30E808EDA00388BDC /* btEmptyShape.cpp */, - 95923EC40E808EDA00388BDC /* btEmptyShape.h */, - 95923EC50E808EDA00388BDC /* btHeightfieldTerrainShape.cpp */, - 95923EC60E808EDA00388BDC /* btHeightfieldTerrainShape.h */, - 95923EC70E808EDA00388BDC /* btMinkowskiSumShape.cpp */, - 95923EC80E808EDA00388BDC /* btMinkowskiSumShape.h */, - 95923EC90E808EDA00388BDC /* btMultiSphereShape.cpp */, - 95923ECA0E808EDA00388BDC /* btMultiSphereShape.h */, - 95923ECB0E808EDA00388BDC /* btOptimizedBvh.cpp */, - 95923ECC0E808EDA00388BDC /* btOptimizedBvh.h */, - 95923ECD0E808EDA00388BDC /* btPolyhedralConvexShape.cpp */, - 95923ECE0E808EDA00388BDC /* btPolyhedralConvexShape.h */, - 95923ECF0E808EDA00388BDC /* btShapeHull.cpp */, - 95923ED00E808EDA00388BDC /* btShapeHull.h */, - 95923ED10E808EDA00388BDC /* btSphereShape.cpp */, - 95923ED20E808EDA00388BDC /* btSphereShape.h */, - 95923ED30E808EDA00388BDC /* btStaticPlaneShape.cpp */, - 95923ED40E808EDA00388BDC /* btStaticPlaneShape.h */, - 95923ED50E808EDA00388BDC /* btStridingMeshInterface.cpp */, - 95923ED60E808EDA00388BDC /* btStridingMeshInterface.h */, - 95923ED70E808EDA00388BDC /* btTetrahedronShape.cpp */, - 95923ED80E808EDA00388BDC /* btTetrahedronShape.h */, - 95923ED90E808EDA00388BDC /* btTriangleBuffer.cpp */, - 95923EDA0E808EDA00388BDC /* btTriangleBuffer.h */, - 95923EDB0E808EDA00388BDC /* btTriangleCallback.cpp */, - 95923EDC0E808EDA00388BDC /* btTriangleCallback.h */, - 95923EDD0E808EDA00388BDC /* btTriangleIndexVertexArray.cpp */, - 95923EDE0E808EDA00388BDC /* btTriangleIndexVertexArray.h */, - 95923EDF0E808EDA00388BDC /* btTriangleMesh.cpp */, - 95923EE00E808EDA00388BDC /* btTriangleMesh.h */, - 95923EE10E808EDA00388BDC /* btTriangleMeshShape.cpp */, - 95923EE20E808EDA00388BDC /* btTriangleMeshShape.h */, - 95923EE30E808EDA00388BDC /* btTriangleShape.h */, - 95923EE40E808EDA00388BDC /* btUniformScalingShape.cpp */, - 95923EE50E808EDA00388BDC /* btUniformScalingShape.h */, - ); - path = CollisionShapes; - sourceTree = ""; - }; - 95923EE60E808EDA00388BDC /* NarrowPhaseCollision */ = { - isa = PBXGroup; - children = ( - 95923EE70E808EDA00388BDC /* btContinuousConvexCollision.cpp */, - 95923EE80E808EDA00388BDC /* btContinuousConvexCollision.h */, - 95923EE90E808EDA00388BDC /* btConvexCast.cpp */, - 95923EEA0E808EDA00388BDC /* btConvexCast.h */, - 95923EEB0E808EDA00388BDC /* btConvexPenetrationDepthSolver.h */, - 95923EEC0E808EDA00388BDC /* btDiscreteCollisionDetectorInterface.h */, - 95923EED0E808EDA00388BDC /* btGjkConvexCast.cpp */, - 95923EEE0E808EDA00388BDC /* btGjkConvexCast.h */, - 95923EEF0E808EDA00388BDC /* btGjkEpa.cpp */, - 95923EF00E808EDA00388BDC /* btGjkEpa.h */, - 95923EF10E808EDA00388BDC /* btGjkEpa2.cpp */, - 95923EF20E808EDA00388BDC /* btGjkEpa2.h */, - 95923EF30E808EDA00388BDC /* btGjkEpaPenetrationDepthSolver.cpp */, - 95923EF40E808EDA00388BDC /* btGjkEpaPenetrationDepthSolver.h */, - 95923EF50E808EDA00388BDC /* btGjkPairDetector.cpp */, - 95923EF60E808EDA00388BDC /* btGjkPairDetector.h */, - 95923EF70E808EDA00388BDC /* btManifoldPoint.h */, - 95923EF80E808EDA00388BDC /* btMinkowskiPenetrationDepthSolver.cpp */, - 95923EF90E808EDA00388BDC /* btMinkowskiPenetrationDepthSolver.h */, - 95923EFA0E808EDA00388BDC /* btPersistentManifold.cpp */, - 95923EFB0E808EDA00388BDC /* btPersistentManifold.h */, - 95923EFC0E808EDA00388BDC /* btPointCollector.h */, - 95923EFD0E808EDA00388BDC /* btRaycastCallback.cpp */, - 95923EFE0E808EDA00388BDC /* btRaycastCallback.h */, - 95923EFF0E808EDB00388BDC /* btSimplexSolverInterface.h */, - 95923F000E808EDB00388BDC /* btSubSimplexConvexCast.cpp */, - 95923F010E808EDB00388BDC /* btSubSimplexConvexCast.h */, - 95923F020E808EDB00388BDC /* btVoronoiSimplexSolver.cpp */, - 95923F030E808EDB00388BDC /* btVoronoiSimplexSolver.h */, - ); - path = NarrowPhaseCollision; - sourceTree = ""; - }; - 95923F040E808EDB00388BDC /* BulletDynamics */ = { - isa = PBXGroup; - children = ( - 95923F050E808EDB00388BDC /* ConstraintSolver */, - 95923F2B0E808EDB00388BDC /* Dynamics */, - 95923F360E808EDB00388BDC /* Vehicle */, - ); - path = BulletDynamics; - sourceTree = ""; - }; - 95923F050E808EDB00388BDC /* ConstraintSolver */ = { - isa = PBXGroup; - children = ( - 95923F060E808EDB00388BDC /* btConeTwistConstraint.cpp */, - 95923F070E808EDB00388BDC /* btConeTwistConstraint.h */, - 95923F080E808EDB00388BDC /* btConstraintSolver.h */, - 95923F090E808EDB00388BDC /* btContactConstraint.cpp */, - 95923F0A0E808EDB00388BDC /* btContactConstraint.h */, - 95923F0B0E808EDB00388BDC /* btContactSolverInfo.h */, - 95923F0C0E808EDB00388BDC /* btGeneric6DofConstraint.cpp */, - 95923F0D0E808EDB00388BDC /* btGeneric6DofConstraint.h */, - 95923F0E0E808EDB00388BDC /* btHingeConstraint.cpp */, - 95923F0F0E808EDB00388BDC /* btHingeConstraint.h */, - 95923F100E808EDB00388BDC /* btJacobianEntry.h */, - 95923F110E808EDB00388BDC /* btOdeContactJoint.cpp */, - 95923F120E808EDB00388BDC /* btOdeContactJoint.h */, - 95923F130E808EDB00388BDC /* btOdeJoint.cpp */, - 95923F140E808EDB00388BDC /* btOdeJoint.h */, - 95923F150E808EDB00388BDC /* btOdeMacros.h */, - 95923F160E808EDB00388BDC /* btOdeQuickstepConstraintSolver.cpp */, - 95923F170E808EDB00388BDC /* btOdeQuickstepConstraintSolver.h */, - 95923F180E808EDB00388BDC /* btOdeSolverBody.h */, - 95923F190E808EDB00388BDC /* btOdeTypedJoint.cpp */, - 95923F1A0E808EDB00388BDC /* btOdeTypedJoint.h */, - 95923F1B0E808EDB00388BDC /* btPoint2PointConstraint.cpp */, - 95923F1C0E808EDB00388BDC /* btPoint2PointConstraint.h */, - 95923F1D0E808EDB00388BDC /* btSequentialImpulseConstraintSolver.cpp */, - 95923F1E0E808EDB00388BDC /* btSequentialImpulseConstraintSolver.h */, - 95923F1F0E808EDB00388BDC /* btSliderConstraint.cpp */, - 95923F200E808EDB00388BDC /* btSliderConstraint.h */, - 95923F210E808EDB00388BDC /* btSolve2LinearConstraint.cpp */, - 95923F220E808EDB00388BDC /* btSolve2LinearConstraint.h */, - 95923F230E808EDB00388BDC /* btSolverBody.h */, - 95923F240E808EDB00388BDC /* btSolverConstraint.h */, - 95923F250E808EDB00388BDC /* btSorLcp.cpp */, - 95923F260E808EDB00388BDC /* btSorLcp.h */, - 95923F270E808EDB00388BDC /* btTypedConstraint.cpp */, - 95923F280E808EDB00388BDC /* btTypedConstraint.h */, - 95923F290E808EDB00388BDC /* btUprightConstraint.cpp */, - 95923F2A0E808EDB00388BDC /* btUprightConstraint.h */, - ); - path = ConstraintSolver; - sourceTree = ""; - }; - 95923F2B0E808EDB00388BDC /* Dynamics */ = { - isa = PBXGroup; - children = ( - 95923F2C0E808EDB00388BDC /* btContinuousDynamicsWorld.cpp */, - 95923F2D0E808EDB00388BDC /* btContinuousDynamicsWorld.h */, - 95923F2E0E808EDB00388BDC /* btDiscreteDynamicsWorld.cpp */, - 95923F2F0E808EDB00388BDC /* btDiscreteDynamicsWorld.h */, - 95923F300E808EDB00388BDC /* btDynamicsWorld.h */, - 95923F310E808EDB00388BDC /* btRigidBody.cpp */, - 95923F320E808EDB00388BDC /* btRigidBody.h */, - 95923F330E808EDB00388BDC /* btSimpleDynamicsWorld.cpp */, - 95923F340E808EDB00388BDC /* btSimpleDynamicsWorld.h */, - 95923F350E808EDB00388BDC /* Bullet-C-API.cpp */, - ); - path = Dynamics; - sourceTree = ""; - }; - 95923F360E808EDB00388BDC /* Vehicle */ = { - isa = PBXGroup; - children = ( - 95923F370E808EDB00388BDC /* btRaycastVehicle.cpp */, - 95923F380E808EDB00388BDC /* btRaycastVehicle.h */, - 95923F390E808EDB00388BDC /* btVehicleRaycaster.h */, - 95923F3A0E808EDB00388BDC /* btWheelInfo.cpp */, - 95923F3B0E808EDB00388BDC /* btWheelInfo.h */, - 952A48420EA6C3690022262C /* btKart.h */, - 952A48430EA6C3690022262C /* btKart.cpp */, - ); - path = Vehicle; - sourceTree = ""; - }; - 95923F3F0E808EDB00388BDC /* LinearMath */ = { - isa = PBXGroup; - children = ( - 95923F400E808EDB00388BDC /* btAabbUtil2.h */, - 95923F410E808EDB00388BDC /* btAlignedAllocator.cpp */, - 95923F420E808EDB00388BDC /* btAlignedAllocator.h */, - 95923F430E808EDB00388BDC /* btAlignedObjectArray.h */, - 95923F440E808EDB00388BDC /* btConvexHull.cpp */, - 95923F450E808EDB00388BDC /* btConvexHull.h */, - 95923F460E808EDB00388BDC /* btDefaultMotionState.h */, - 95923F470E808EDB00388BDC /* btGeometryUtil.cpp */, - 95923F480E808EDB00388BDC /* btGeometryUtil.h */, - 95923F490E808EDB00388BDC /* btHashMap.h */, - 95923F4A0E808EDB00388BDC /* btIDebugDraw.h */, - 95923F4B0E808EDB00388BDC /* btList.h */, - 95923F4C0E808EDB00388BDC /* btMatrix3x3.h */, - 95923F4D0E808EDB00388BDC /* btMinMax.h */, - 95923F4E0E808EDB00388BDC /* btMotionState.h */, - 95923F4F0E808EDB00388BDC /* btPoint3.h */, - 95923F500E808EDB00388BDC /* btPoolAllocator.h */, - 95923F510E808EDB00388BDC /* btQuadWord.h */, - 95923F520E808EDB00388BDC /* btQuaternion.h */, - 95923F530E808EDB00388BDC /* btQuickprof.cpp */, - 95923F540E808EDB00388BDC /* btQuickprof.h */, - 95923F550E808EDB00388BDC /* btRandom.h */, - 95923F560E808EDB00388BDC /* btScalar.h */, - 95923F570E808EDB00388BDC /* btStackAlloc.h */, - 95923F580E808EDB00388BDC /* btTransform.h */, - 95923F590E808EDB00388BDC /* btTransformUtil.h */, - 95923F5A0E808EDB00388BDC /* btTypedUserInfo.h */, - 95923F5B0E808EDB00388BDC /* btVector3.h */, - ); - path = LinearMath; - sourceTree = ""; - }; - 95923F6A0E808EDC00388BDC /* challenges */ = { - isa = PBXGroup; - children = ( - 95923F6B0E808EDC00388BDC /* challenge.cpp */, - 95923F6C0E808EDC00388BDC /* challenge.hpp */, - 95923F6D0E808EDC00388BDC /* challenge_data.cpp */, - 95923F6E0E808EDC00388BDC /* challenge_data.hpp */, - ); - path = challenges; - sourceTree = ""; - }; - 95923F800E808EDC00388BDC /* enet */ = { - isa = PBXGroup; - children = ( - 95923F8B0E808EDC00388BDC /* callbacks.c */, - 95923F9B0E808EDC00388BDC /* host.c */, - 95923FAF0E808EDC00388BDC /* list.c */, - 95923FB40E808EDC00388BDC /* packet.c */, - 95923FB60E808EDC00388BDC /* peer.c */, - 95923FB80E808EDC00388BDC /* protocol.c */, - 95923FBC0E808EDC00388BDC /* unix.c */, - 95923FBE0E808EDD00388BDC /* win32.c */, - ); - path = enet; - sourceTree = ""; - }; - 95923FD50E808EDD00388BDC /* gui */ = { - isa = PBXGroup; - children = ( - 95923FD60E808EDD00388BDC /* base_gui.cpp */, - 95923FD70E808EDD00388BDC /* base_gui.hpp */, - 95923FD80E808EDD00388BDC /* challenges_menu.cpp */, - 95923FD90E808EDD00388BDC /* challenges_menu.hpp */, - 95923FDA0E808EDD00388BDC /* char_sel.cpp */, - 95923FDB0E808EDD00388BDC /* char_sel.hpp */, - 95923FDC0E808EDD00388BDC /* config_controls.cpp */, - 95923FDD0E808EDD00388BDC /* config_controls.hpp */, - 95923FDE0E808EDD00388BDC /* config_display.cpp */, - 95923FDF0E808EDD00388BDC /* config_display.hpp */, - 95923FE00E808EDD00388BDC /* config_sound.cpp */, - 95923FE10E808EDD00388BDC /* config_sound.hpp */, - 95923FE20E808EDD00388BDC /* credits_menu.cpp */, - 95923FE30E808EDD00388BDC /* credits_menu.hpp */, - 95923FE40E808EDD00388BDC /* display_res_confirm.cpp */, - 95923FE50E808EDD00388BDC /* display_res_confirm.hpp */, - 95923FE60E808EDD00388BDC /* feature_unlocked.cpp */, - 95923FE70E808EDD00388BDC /* feature_unlocked.hpp */, - 95923FE80E808EDD00388BDC /* font.cpp */, - 95923FE90E808EDD00388BDC /* font.hpp */, - 95923FEA0E808EDD00388BDC /* game_mode.cpp */, - 95923FEB0E808EDD00388BDC /* game_mode.hpp */, - 95923FEC0E808EDD00388BDC /* grand_prix_ending.cpp */, - 95923FED0E808EDD00388BDC /* grand_prix_ending.hpp */, - 95923FEE0E808EDD00388BDC /* grand_prix_select.cpp */, - 95923FEF0E808EDD00388BDC /* grand_prix_select.hpp */, - 95923FF00E808EDD00388BDC /* help_page_one.cpp */, - 95923FF10E808EDD00388BDC /* help_page_one.hpp */, - 95923FF20E808EDD00388BDC /* help_page_three.cpp */, - 95923FF30E808EDD00388BDC /* help_page_three.hpp */, - 95923FF40E808EDD00388BDC /* help_page_two.cpp */, - 95923FF50E808EDD00388BDC /* help_page_two.hpp */, - 95923FF60E808EDD00388BDC /* main_menu.cpp */, - 95923FF70E808EDD00388BDC /* main_menu.hpp */, - 95923FF80E808EDD00388BDC /* menu_manager.cpp */, - 95923FF90E808EDD00388BDC /* menu_manager.hpp */, - 95923FFA0E808EDD00388BDC /* network_gui.cpp */, - 95923FFB0E808EDD00388BDC /* network_gui.hpp */, - 95923FFC0E808EDD00388BDC /* num_players.cpp */, - 95923FFD0E808EDD00388BDC /* num_players.hpp */, - 95923FFE0E808EDD00388BDC /* options.cpp */, - 95923FFF0E808EDD00388BDC /* options.hpp */, - 959240000E808EDD00388BDC /* player_controls.cpp */, - 959240010E808EDD00388BDC /* player_controls.hpp */, - 959240020E808EDD00388BDC /* race_gui.cpp */, - 959240030E808EDD00388BDC /* race_gui.hpp */, - 959240040E808EDD00388BDC /* race_menu.cpp */, - 959240050E808EDD00388BDC /* race_menu.hpp */, - 959240060E808EDD00388BDC /* race_options.cpp */, - 959240070E808EDD00388BDC /* race_options.hpp */, - 959240080E808EDD00388BDC /* race_results_gui.cpp */, - 959240090E808EDD00388BDC /* race_results_gui.hpp */, - 9592400A0E808EDD00388BDC /* start_race_feedback.cpp */, - 9592400B0E808EDD00388BDC /* start_race_feedback.hpp */, - 9592400C0E808EDD00388BDC /* track_sel.cpp */, - 9592400D0E808EDD00388BDC /* track_sel.hpp */, - 9592400E0E808EDD00388BDC /* widget.cpp */, - 9592400F0E808EDD00388BDC /* widget.hpp */, - 959240100E808EDD00388BDC /* widget_manager.cpp */, - 959240110E808EDD00388BDC /* widget_manager.hpp */, - ); - path = gui; - sourceTree = ""; - }; - 9592413F0E808EE100388BDC /* lisp */ = { - isa = PBXGroup; - children = ( - 959241400E808EE100388BDC /* lexer.cpp */, - 959241410E808EE100388BDC /* lexer.hpp */, - 959241420E808EE100388BDC /* lisp.cpp */, - 959241430E808EE100388BDC /* lisp.hpp */, - 959241440E808EE100388BDC /* parser.cpp */, - 959241450E808EE100388BDC /* parser.hpp */, - 959241460E808EE100388BDC /* writer.cpp */, - 959241470E808EE100388BDC /* writer.hpp */, - ); - path = lisp; - sourceTree = ""; - }; - 9592416F0E808EE200388BDC /* network */ = { - isa = PBXGroup; - children = ( - 95065F690E9127B700B2C509 /* race_result_message.cpp */, - 959241700E808EE200388BDC /* character_confirm_message.hpp */, - 959241710E808EE200388BDC /* character_info_message.hpp */, - 959241720E808EE200388BDC /* character_selected_message.hpp */, - 959241730E808EE200388BDC /* connect_message.cpp */, - 959241740E808EE200388BDC /* connect_message.hpp */, - 959241750E808EE200388BDC /* flyable_info.hpp */, - 959241760E808EE200388BDC /* herring_info.hpp */, - 959241770E808EE200388BDC /* kart_control_message.cpp */, - 959241780E808EE200388BDC /* kart_control_message.hpp */, - 959241790E808EE200388BDC /* kart_update_message.cpp */, - 9592417A0E808EE200388BDC /* kart_update_message.hpp */, - 9592417B0E808EE200388BDC /* message.cpp */, - 9592417C0E808EE200388BDC /* message.hpp */, - 9592417D0E808EE200388BDC /* network_kart.cpp */, - 9592417E0E808EE200388BDC /* network_kart.hpp */, - 9592417F0E808EE200388BDC /* network_manager.cpp */, - 959241800E808EE200388BDC /* network_manager.hpp */, - 959241810E808EE200388BDC /* num_players_message.hpp */, - 959241820E808EE200388BDC /* race_info_message.cpp */, - 959241830E808EE200388BDC /* race_info_message.hpp */, - 959241840E808EE200388BDC /* race_start_message.hpp */, - 959241850E808EE200388BDC /* race_state.cpp */, - 959241860E808EE200388BDC /* race_state.hpp */, - 959241870E808EE200388BDC /* remote_kart_info.hpp */, - 959241880E808EE200388BDC /* world_loaded_message.hpp */, - ); - path = network; - sourceTree = ""; - }; - 959241B50E808EE200388BDC /* robots */ = { - isa = PBXGroup; - children = ( - 959241B60E808EE200388BDC /* default_robot.cpp */, - 959241B70E808EE200388BDC /* default_robot.hpp */, - 959241B80E808EE200388BDC /* empty_robot.cpp */, - 959241B90E808EE200388BDC /* empty_robot.hpp */, - ); - path = robots; - sourceTree = ""; - }; - 95B422000E8586A900FA795B /* audio */ = { - isa = PBXGroup; - children = ( - 95B422010E8586A900FA795B /* music.hpp */, - 95B422020E8586A900FA795B /* music_information.cpp */, - 95B422030E8586A900FA795B /* music_information.hpp */, - 95B422040E8586A900FA795B /* music_ogg.cpp */, - 95B422050E8586A900FA795B /* music_ogg.hpp */, - 95B422060E8586A900FA795B /* sfx_base.hpp */, - 95B422070E8586A900FA795B /* sfx_manager.cpp */, - 95B422080E8586A900FA795B /* sfx_manager.hpp */, - 95B422090E8586A900FA795B /* sfx_openal.cpp */, - 95B4220A0E8586A900FA795B /* sfx_openal.hpp */, - 95B4220B0E8586A900FA795B /* sound_manager.cpp */, - 95B4220C0E8586A900FA795B /* sound_manager.hpp */, + 95B0C9EC0EB69DCE001A0D06 /* music.hpp */, + 95B0C9ED0EB69DCE001A0D06 /* music_information.cpp */, + 95B0C9EE0EB69DCE001A0D06 /* music_information.hpp */, + 95B0C9EF0EB69DCE001A0D06 /* music_ogg.cpp */, + 95B0C9F00EB69DCE001A0D06 /* music_ogg.hpp */, + 95B0C9F10EB69DCE001A0D06 /* sfx_base.hpp */, + 95B0C9F20EB69DCE001A0D06 /* sfx_manager.cpp */, + 95B0C9F30EB69DCE001A0D06 /* sfx_manager.hpp */, + 95B0C9F40EB69DCE001A0D06 /* sfx_openal.cpp */, + 95B0C9F50EB69DCE001A0D06 /* sfx_openal.hpp */, + 95B0C9F60EB69DCE001A0D06 /* sound_manager.cpp */, + 95B0C9F70EB69DCE001A0D06 /* sound_manager.hpp */, ); path = audio; sourceTree = ""; }; - 95BCEF6D0E81E46E007B5EC0 /* Demos */ = { + 95B0C9F90EB69DCE001A0D06 /* bullet */ = { isa = PBXGroup; children = ( - 95BCEF6E0E81E46E007B5EC0 /* OpenGL */, + 95B0C9FE0EB69DCE001A0D06 /* Demos */, + 95B0CA310EB69DCE001A0D06 /* src */, + ); + path = bullet; + sourceTree = ""; + }; + 95B0C9FE0EB69DCE001A0D06 /* Demos */ = { + isa = PBXGroup; + children = ( + 95B0C9FF0EB69DCE001A0D06 /* OpenGL */, ); path = Demos; sourceTree = ""; }; - 95BCEF6E0E81E46E007B5EC0 /* OpenGL */ = { + 95B0C9FF0EB69DCE001A0D06 /* OpenGL */ = { isa = PBXGroup; children = ( - 95BCEF790E81E46E007B5EC0 /* BMF_Api.cpp */, - 95BCEF7A0E81E46E007B5EC0 /* BMF_Api.h */, - 95BCEF7C0E81E46E007B5EC0 /* BMF_BitmapFont.cpp */, - 95BCEF7D0E81E46E007B5EC0 /* BMF_BitmapFont.h */, - 95BCEF7F0E81E46E007B5EC0 /* BMF_font_helv10.cpp */, - 95BCEF810E81E46E007B5EC0 /* BMF_FontData.h */, - 95BCEF820E81E46E007B5EC0 /* BMF_Fonts.h */, - 95BCEF830E81E46E007B5EC0 /* BMF_Settings.h */, - 95BCEF840E81E46E007B5EC0 /* DebugCastResult.h */, - 95BCEF850E81E46E007B5EC0 /* DemoApplication.cpp */, - 95BCEF860E81E46E007B5EC0 /* DemoApplication.h */, - 95BCEF880E81E46E007B5EC0 /* GL_ShapeDrawer.cpp */, - 95BCEF890E81E46E007B5EC0 /* GL_ShapeDrawer.h */, - 95BCEF8B0E81E46E007B5EC0 /* GL_Simplex1to4.cpp */, - 95BCEF8C0E81E46E007B5EC0 /* GL_Simplex1to4.h */, - 95BCEF8E0E81E46E007B5EC0 /* GLDebugDrawer.cpp */, - 95BCEF8F0E81E46E007B5EC0 /* GLDebugDrawer.h */, - 95BCEF910E81E46E007B5EC0 /* GlutStuff.cpp */, - 95BCEF920E81E46E007B5EC0 /* GlutStuff.h */, - 95BCEF980E81E46F007B5EC0 /* RenderTexture.cpp */, - 95BCEF990E81E46F007B5EC0 /* RenderTexture.h */, + 95B0CA000EB69DCE001A0D06 /* .deps */, + 95B0CA0A0EB69DCE001A0D06 /* BMF_Api.cpp */, + 95B0CA0B0EB69DCE001A0D06 /* BMF_Api.h */, + 95B0CA0D0EB69DCE001A0D06 /* BMF_BitmapFont.cpp */, + 95B0CA0E0EB69DCE001A0D06 /* BMF_BitmapFont.h */, + 95B0CA100EB69DCE001A0D06 /* BMF_font_helv10.cpp */, + 95B0CA120EB69DCE001A0D06 /* BMF_FontData.h */, + 95B0CA130EB69DCE001A0D06 /* BMF_Fonts.h */, + 95B0CA140EB69DCE001A0D06 /* BMF_Settings.h */, + 95B0CA150EB69DCE001A0D06 /* DebugCastResult.h */, + 95B0CA160EB69DCE001A0D06 /* DemoApplication.cpp */, + 95B0CA170EB69DCE001A0D06 /* DemoApplication.h */, + 95B0CA190EB69DCE001A0D06 /* GL_ShapeDrawer.cpp */, + 95B0CA1A0EB69DCE001A0D06 /* GL_ShapeDrawer.h */, + 95B0CA1C0EB69DCE001A0D06 /* GL_Simplex1to4.cpp */, + 95B0CA1D0EB69DCE001A0D06 /* GL_Simplex1to4.h */, + 95B0CA1F0EB69DCE001A0D06 /* GLDebugDrawer.cpp */, + 95B0CA200EB69DCE001A0D06 /* GLDebugDrawer.h */, + 95B0CA220EB69DCE001A0D06 /* GlutStuff.cpp */, + 95B0CA230EB69DCE001A0D06 /* GlutStuff.h */, + 95B0CA290EB69DCE001A0D06 /* RenderTexture.cpp */, + 95B0CA2A0EB69DCE001A0D06 /* RenderTexture.h */, ); path = OpenGL; sourceTree = ""; }; + 95B0CA000EB69DCE001A0D06 /* .deps */ = { + isa = PBXGroup; + children = ( + ); + path = .deps; + sourceTree = ""; + }; + 95B0CA310EB69DCE001A0D06 /* src */ = { + isa = PBXGroup; + children = ( + 95B0CA320EB69DCE001A0D06 /* .deps */, + 95B0CA960EB69DCF001A0D06 /* btBulletCollisionCommon.h */, + 95B0CA970EB69DCF001A0D06 /* btBulletDynamicsCommon.h */, + 95B0CAED0EB69DD1001A0D06 /* Bullet-C-Api.h */, + 95B0CAEF0EB69DD1001A0D06 /* BulletCollision */, + 95B0CB830EB69DD1001A0D06 /* BulletDynamics */, + 95B0CBC00EB69DD1001A0D06 /* LinearMath */, + ); + path = src; + sourceTree = ""; + }; + 95B0CA320EB69DCE001A0D06 /* .deps */ = { + isa = PBXGroup; + children = ( + ); + path = .deps; + sourceTree = ""; + }; + 95B0CAEF0EB69DD1001A0D06 /* BulletCollision */ = { + isa = PBXGroup; + children = ( + 95B0CAF00EB69DD1001A0D06 /* BroadphaseCollision */, + 95B0CB010EB69DD1001A0D06 /* CollisionDispatch */, + 95B0CB280EB69DD1001A0D06 /* CollisionShapes */, + 95B0CB650EB69DD1001A0D06 /* NarrowPhaseCollision */, + ); + path = BulletCollision; + sourceTree = ""; + }; + 95B0CAF00EB69DD1001A0D06 /* BroadphaseCollision */ = { + isa = PBXGroup; + children = ( + 95B0CAF10EB69DD1001A0D06 /* btAxisSweep3.cpp */, + 95B0CAF20EB69DD1001A0D06 /* btAxisSweep3.h */, + 95B0CAF30EB69DD1001A0D06 /* btBroadphaseInterface.h */, + 95B0CAF40EB69DD1001A0D06 /* btBroadphaseProxy.cpp */, + 95B0CAF50EB69DD1001A0D06 /* btBroadphaseProxy.h */, + 95B0CAF60EB69DD1001A0D06 /* btCollisionAlgorithm.cpp */, + 95B0CAF70EB69DD1001A0D06 /* btCollisionAlgorithm.h */, + 95B0CAF80EB69DD1001A0D06 /* btDispatcher.cpp */, + 95B0CAF90EB69DD1001A0D06 /* btDispatcher.h */, + 95B0CAFA0EB69DD1001A0D06 /* btMultiSapBroadphase.cpp */, + 95B0CAFB0EB69DD1001A0D06 /* btMultiSapBroadphase.h */, + 95B0CAFC0EB69DD1001A0D06 /* btOverlappingPairCache.cpp */, + 95B0CAFD0EB69DD1001A0D06 /* btOverlappingPairCache.h */, + 95B0CAFE0EB69DD1001A0D06 /* btOverlappingPairCallback.h */, + 95B0CAFF0EB69DD1001A0D06 /* btSimpleBroadphase.cpp */, + 95B0CB000EB69DD1001A0D06 /* btSimpleBroadphase.h */, + ); + path = BroadphaseCollision; + sourceTree = ""; + }; + 95B0CB010EB69DD1001A0D06 /* CollisionDispatch */ = { + isa = PBXGroup; + children = ( + 95B0CB020EB69DD1001A0D06 /* btBoxBoxCollisionAlgorithm.cpp */, + 95B0CB030EB69DD1001A0D06 /* btBoxBoxCollisionAlgorithm.h */, + 95B0CB040EB69DD1001A0D06 /* btBoxBoxDetector.cpp */, + 95B0CB050EB69DD1001A0D06 /* btBoxBoxDetector.h */, + 95B0CB060EB69DD1001A0D06 /* btCollisionConfiguration.h */, + 95B0CB070EB69DD1001A0D06 /* btCollisionCreateFunc.h */, + 95B0CB080EB69DD1001A0D06 /* btCollisionDispatcher.cpp */, + 95B0CB090EB69DD1001A0D06 /* btCollisionDispatcher.h */, + 95B0CB0A0EB69DD1001A0D06 /* btCollisionObject.cpp */, + 95B0CB0B0EB69DD1001A0D06 /* btCollisionObject.h */, + 95B0CB0C0EB69DD1001A0D06 /* btCollisionWorld.cpp */, + 95B0CB0D0EB69DD1001A0D06 /* btCollisionWorld.h */, + 95B0CB0E0EB69DD1001A0D06 /* btCompoundCollisionAlgorithm.cpp */, + 95B0CB0F0EB69DD1001A0D06 /* btCompoundCollisionAlgorithm.h */, + 95B0CB100EB69DD1001A0D06 /* btConvexConcaveCollisionAlgorithm.cpp */, + 95B0CB110EB69DD1001A0D06 /* btConvexConcaveCollisionAlgorithm.h */, + 95B0CB120EB69DD1001A0D06 /* btConvexConvexAlgorithm.cpp */, + 95B0CB130EB69DD1001A0D06 /* btConvexConvexAlgorithm.h */, + 95B0CB140EB69DD1001A0D06 /* btConvexPlaneCollisionAlgorithm.cpp */, + 95B0CB150EB69DD1001A0D06 /* btConvexPlaneCollisionAlgorithm.h */, + 95B0CB160EB69DD1001A0D06 /* btDefaultCollisionConfiguration.cpp */, + 95B0CB170EB69DD1001A0D06 /* btDefaultCollisionConfiguration.h */, + 95B0CB180EB69DD1001A0D06 /* btEmptyCollisionAlgorithm.cpp */, + 95B0CB190EB69DD1001A0D06 /* btEmptyCollisionAlgorithm.h */, + 95B0CB1A0EB69DD1001A0D06 /* btManifoldResult.cpp */, + 95B0CB1B0EB69DD1001A0D06 /* btManifoldResult.h */, + 95B0CB1C0EB69DD1001A0D06 /* btSimulationIslandManager.cpp */, + 95B0CB1D0EB69DD1001A0D06 /* btSimulationIslandManager.h */, + 95B0CB1E0EB69DD1001A0D06 /* btSphereBoxCollisionAlgorithm.cpp */, + 95B0CB1F0EB69DD1001A0D06 /* btSphereBoxCollisionAlgorithm.h */, + 95B0CB200EB69DD1001A0D06 /* btSphereSphereCollisionAlgorithm.cpp */, + 95B0CB210EB69DD1001A0D06 /* btSphereSphereCollisionAlgorithm.h */, + 95B0CB220EB69DD1001A0D06 /* btSphereTriangleCollisionAlgorithm.cpp */, + 95B0CB230EB69DD1001A0D06 /* btSphereTriangleCollisionAlgorithm.h */, + 95B0CB240EB69DD1001A0D06 /* btUnionFind.cpp */, + 95B0CB250EB69DD1001A0D06 /* btUnionFind.h */, + 95B0CB260EB69DD1001A0D06 /* SphereTriangleDetector.cpp */, + 95B0CB270EB69DD1001A0D06 /* SphereTriangleDetector.h */, + ); + path = CollisionDispatch; + sourceTree = ""; + }; + 95B0CB280EB69DD1001A0D06 /* CollisionShapes */ = { + isa = PBXGroup; + children = ( + 95B0CB290EB69DD1001A0D06 /* btBoxShape.cpp */, + 95B0CB2A0EB69DD1001A0D06 /* btBoxShape.h */, + 95B0CB2B0EB69DD1001A0D06 /* btBvhTriangleMeshShape.cpp */, + 95B0CB2C0EB69DD1001A0D06 /* btBvhTriangleMeshShape.h */, + 95B0CB2D0EB69DD1001A0D06 /* btCapsuleShape.cpp */, + 95B0CB2E0EB69DD1001A0D06 /* btCapsuleShape.h */, + 95B0CB2F0EB69DD1001A0D06 /* btCollisionMargin.h */, + 95B0CB300EB69DD1001A0D06 /* btCollisionShape.cpp */, + 95B0CB310EB69DD1001A0D06 /* btCollisionShape.h */, + 95B0CB320EB69DD1001A0D06 /* btCompoundShape.cpp */, + 95B0CB330EB69DD1001A0D06 /* btCompoundShape.h */, + 95B0CB340EB69DD1001A0D06 /* btConcaveShape.cpp */, + 95B0CB350EB69DD1001A0D06 /* btConcaveShape.h */, + 95B0CB360EB69DD1001A0D06 /* btConeShape.cpp */, + 95B0CB370EB69DD1001A0D06 /* btConeShape.h */, + 95B0CB380EB69DD1001A0D06 /* btConvexHullShape.cpp */, + 95B0CB390EB69DD1001A0D06 /* btConvexHullShape.h */, + 95B0CB3A0EB69DD1001A0D06 /* btConvexInternalShape.cpp */, + 95B0CB3B0EB69DD1001A0D06 /* btConvexInternalShape.h */, + 95B0CB3C0EB69DD1001A0D06 /* btConvexShape.cpp */, + 95B0CB3D0EB69DD1001A0D06 /* btConvexShape.h */, + 95B0CB3E0EB69DD1001A0D06 /* btConvexTriangleMeshShape.cpp */, + 95B0CB3F0EB69DD1001A0D06 /* btConvexTriangleMeshShape.h */, + 95B0CB400EB69DD1001A0D06 /* btCylinderShape.cpp */, + 95B0CB410EB69DD1001A0D06 /* btCylinderShape.h */, + 95B0CB420EB69DD1001A0D06 /* btEmptyShape.cpp */, + 95B0CB430EB69DD1001A0D06 /* btEmptyShape.h */, + 95B0CB440EB69DD1001A0D06 /* btHeightfieldTerrainShape.cpp */, + 95B0CB450EB69DD1001A0D06 /* btHeightfieldTerrainShape.h */, + 95B0CB460EB69DD1001A0D06 /* btMinkowskiSumShape.cpp */, + 95B0CB470EB69DD1001A0D06 /* btMinkowskiSumShape.h */, + 95B0CB480EB69DD1001A0D06 /* btMultiSphereShape.cpp */, + 95B0CB490EB69DD1001A0D06 /* btMultiSphereShape.h */, + 95B0CB4A0EB69DD1001A0D06 /* btOptimizedBvh.cpp */, + 95B0CB4B0EB69DD1001A0D06 /* btOptimizedBvh.h */, + 95B0CB4C0EB69DD1001A0D06 /* btPolyhedralConvexShape.cpp */, + 95B0CB4D0EB69DD1001A0D06 /* btPolyhedralConvexShape.h */, + 95B0CB4E0EB69DD1001A0D06 /* btShapeHull.cpp */, + 95B0CB4F0EB69DD1001A0D06 /* btShapeHull.h */, + 95B0CB500EB69DD1001A0D06 /* btSphereShape.cpp */, + 95B0CB510EB69DD1001A0D06 /* btSphereShape.h */, + 95B0CB520EB69DD1001A0D06 /* btStaticPlaneShape.cpp */, + 95B0CB530EB69DD1001A0D06 /* btStaticPlaneShape.h */, + 95B0CB540EB69DD1001A0D06 /* btStridingMeshInterface.cpp */, + 95B0CB550EB69DD1001A0D06 /* btStridingMeshInterface.h */, + 95B0CB560EB69DD1001A0D06 /* btTetrahedronShape.cpp */, + 95B0CB570EB69DD1001A0D06 /* btTetrahedronShape.h */, + 95B0CB580EB69DD1001A0D06 /* btTriangleBuffer.cpp */, + 95B0CB590EB69DD1001A0D06 /* btTriangleBuffer.h */, + 95B0CB5A0EB69DD1001A0D06 /* btTriangleCallback.cpp */, + 95B0CB5B0EB69DD1001A0D06 /* btTriangleCallback.h */, + 95B0CB5C0EB69DD1001A0D06 /* btTriangleIndexVertexArray.cpp */, + 95B0CB5D0EB69DD1001A0D06 /* btTriangleIndexVertexArray.h */, + 95B0CB5E0EB69DD1001A0D06 /* btTriangleMesh.cpp */, + 95B0CB5F0EB69DD1001A0D06 /* btTriangleMesh.h */, + 95B0CB600EB69DD1001A0D06 /* btTriangleMeshShape.cpp */, + 95B0CB610EB69DD1001A0D06 /* btTriangleMeshShape.h */, + 95B0CB620EB69DD1001A0D06 /* btTriangleShape.h */, + 95B0CB630EB69DD1001A0D06 /* btUniformScalingShape.cpp */, + 95B0CB640EB69DD1001A0D06 /* btUniformScalingShape.h */, + ); + path = CollisionShapes; + sourceTree = ""; + }; + 95B0CB650EB69DD1001A0D06 /* NarrowPhaseCollision */ = { + isa = PBXGroup; + children = ( + 95B0CB660EB69DD1001A0D06 /* btContinuousConvexCollision.cpp */, + 95B0CB670EB69DD1001A0D06 /* btContinuousConvexCollision.h */, + 95B0CB680EB69DD1001A0D06 /* btConvexCast.cpp */, + 95B0CB690EB69DD1001A0D06 /* btConvexCast.h */, + 95B0CB6A0EB69DD1001A0D06 /* btConvexPenetrationDepthSolver.h */, + 95B0CB6B0EB69DD1001A0D06 /* btDiscreteCollisionDetectorInterface.h */, + 95B0CB6C0EB69DD1001A0D06 /* btGjkConvexCast.cpp */, + 95B0CB6D0EB69DD1001A0D06 /* btGjkConvexCast.h */, + 95B0CB6E0EB69DD1001A0D06 /* btGjkEpa.cpp */, + 95B0CB6F0EB69DD1001A0D06 /* btGjkEpa.h */, + 95B0CB700EB69DD1001A0D06 /* btGjkEpa2.cpp */, + 95B0CB710EB69DD1001A0D06 /* btGjkEpa2.h */, + 95B0CB720EB69DD1001A0D06 /* btGjkEpaPenetrationDepthSolver.cpp */, + 95B0CB730EB69DD1001A0D06 /* btGjkEpaPenetrationDepthSolver.h */, + 95B0CB740EB69DD1001A0D06 /* btGjkPairDetector.cpp */, + 95B0CB750EB69DD1001A0D06 /* btGjkPairDetector.h */, + 95B0CB760EB69DD1001A0D06 /* btManifoldPoint.h */, + 95B0CB770EB69DD1001A0D06 /* btMinkowskiPenetrationDepthSolver.cpp */, + 95B0CB780EB69DD1001A0D06 /* btMinkowskiPenetrationDepthSolver.h */, + 95B0CB790EB69DD1001A0D06 /* btPersistentManifold.cpp */, + 95B0CB7A0EB69DD1001A0D06 /* btPersistentManifold.h */, + 95B0CB7B0EB69DD1001A0D06 /* btPointCollector.h */, + 95B0CB7C0EB69DD1001A0D06 /* btRaycastCallback.cpp */, + 95B0CB7D0EB69DD1001A0D06 /* btRaycastCallback.h */, + 95B0CB7E0EB69DD1001A0D06 /* btSimplexSolverInterface.h */, + 95B0CB7F0EB69DD1001A0D06 /* btSubSimplexConvexCast.cpp */, + 95B0CB800EB69DD1001A0D06 /* btSubSimplexConvexCast.h */, + 95B0CB810EB69DD1001A0D06 /* btVoronoiSimplexSolver.cpp */, + 95B0CB820EB69DD1001A0D06 /* btVoronoiSimplexSolver.h */, + ); + path = NarrowPhaseCollision; + sourceTree = ""; + }; + 95B0CB830EB69DD1001A0D06 /* BulletDynamics */ = { + isa = PBXGroup; + children = ( + 95B0CB840EB69DD1001A0D06 /* ConstraintSolver */, + 95B0CBAA0EB69DD1001A0D06 /* Dynamics */, + 95B0CBB50EB69DD1001A0D06 /* Vehicle */, + ); + path = BulletDynamics; + sourceTree = ""; + }; + 95B0CB840EB69DD1001A0D06 /* ConstraintSolver */ = { + isa = PBXGroup; + children = ( + 95B0CB850EB69DD1001A0D06 /* btConeTwistConstraint.cpp */, + 95B0CB860EB69DD1001A0D06 /* btConeTwistConstraint.h */, + 95B0CB870EB69DD1001A0D06 /* btConstraintSolver.h */, + 95B0CB880EB69DD1001A0D06 /* btContactConstraint.cpp */, + 95B0CB890EB69DD1001A0D06 /* btContactConstraint.h */, + 95B0CB8A0EB69DD1001A0D06 /* btContactSolverInfo.h */, + 95B0CB8B0EB69DD1001A0D06 /* btGeneric6DofConstraint.cpp */, + 95B0CB8C0EB69DD1001A0D06 /* btGeneric6DofConstraint.h */, + 95B0CB8D0EB69DD1001A0D06 /* btHingeConstraint.cpp */, + 95B0CB8E0EB69DD1001A0D06 /* btHingeConstraint.h */, + 95B0CB8F0EB69DD1001A0D06 /* btJacobianEntry.h */, + 95B0CB900EB69DD1001A0D06 /* btOdeContactJoint.cpp */, + 95B0CB910EB69DD1001A0D06 /* btOdeContactJoint.h */, + 95B0CB920EB69DD1001A0D06 /* btOdeJoint.cpp */, + 95B0CB930EB69DD1001A0D06 /* btOdeJoint.h */, + 95B0CB940EB69DD1001A0D06 /* btOdeMacros.h */, + 95B0CB950EB69DD1001A0D06 /* btOdeQuickstepConstraintSolver.cpp */, + 95B0CB960EB69DD1001A0D06 /* btOdeQuickstepConstraintSolver.h */, + 95B0CB970EB69DD1001A0D06 /* btOdeSolverBody.h */, + 95B0CB980EB69DD1001A0D06 /* btOdeTypedJoint.cpp */, + 95B0CB990EB69DD1001A0D06 /* btOdeTypedJoint.h */, + 95B0CB9A0EB69DD1001A0D06 /* btPoint2PointConstraint.cpp */, + 95B0CB9B0EB69DD1001A0D06 /* btPoint2PointConstraint.h */, + 95B0CB9C0EB69DD1001A0D06 /* btSequentialImpulseConstraintSolver.cpp */, + 95B0CB9D0EB69DD1001A0D06 /* btSequentialImpulseConstraintSolver.h */, + 95B0CB9E0EB69DD1001A0D06 /* btSliderConstraint.cpp */, + 95B0CB9F0EB69DD1001A0D06 /* btSliderConstraint.h */, + 95B0CBA00EB69DD1001A0D06 /* btSolve2LinearConstraint.cpp */, + 95B0CBA10EB69DD1001A0D06 /* btSolve2LinearConstraint.h */, + 95B0CBA20EB69DD1001A0D06 /* btSolverBody.h */, + 95B0CBA30EB69DD1001A0D06 /* btSolverConstraint.h */, + 95B0CBA40EB69DD1001A0D06 /* btSorLcp.cpp */, + 95B0CBA50EB69DD1001A0D06 /* btSorLcp.h */, + 95B0CBA60EB69DD1001A0D06 /* btTypedConstraint.cpp */, + 95B0CBA70EB69DD1001A0D06 /* btTypedConstraint.h */, + 95B0CBA80EB69DD1001A0D06 /* btUprightConstraint.cpp */, + 95B0CBA90EB69DD1001A0D06 /* btUprightConstraint.h */, + ); + path = ConstraintSolver; + sourceTree = ""; + }; + 95B0CBAA0EB69DD1001A0D06 /* Dynamics */ = { + isa = PBXGroup; + children = ( + 95B0CBAB0EB69DD1001A0D06 /* btContinuousDynamicsWorld.cpp */, + 95B0CBAC0EB69DD1001A0D06 /* btContinuousDynamicsWorld.h */, + 95B0CBAD0EB69DD1001A0D06 /* btDiscreteDynamicsWorld.cpp */, + 95B0CBAE0EB69DD1001A0D06 /* btDiscreteDynamicsWorld.h */, + 95B0CBAF0EB69DD1001A0D06 /* btDynamicsWorld.h */, + 95B0CBB00EB69DD1001A0D06 /* btRigidBody.cpp */, + 95B0CBB10EB69DD1001A0D06 /* btRigidBody.h */, + 95B0CBB20EB69DD1001A0D06 /* btSimpleDynamicsWorld.cpp */, + 95B0CBB30EB69DD1001A0D06 /* btSimpleDynamicsWorld.h */, + 95B0CBB40EB69DD1001A0D06 /* Bullet-C-API.cpp */, + ); + path = Dynamics; + sourceTree = ""; + }; + 95B0CBB50EB69DD1001A0D06 /* Vehicle */ = { + isa = PBXGroup; + children = ( + 95B0CBB60EB69DD1001A0D06 /* btKart.cpp */, + 95B0CBB70EB69DD1001A0D06 /* btKart.h */, + 95B0CBB80EB69DD1001A0D06 /* btRaycastVehicle.cpp */, + 95B0CBB90EB69DD1001A0D06 /* btRaycastVehicle.h */, + 95B0CBBA0EB69DD1001A0D06 /* btVehicleRaycaster.h */, + 95B0CBBB0EB69DD1001A0D06 /* btWheelInfo.cpp */, + 95B0CBBC0EB69DD1001A0D06 /* btWheelInfo.h */, + ); + path = Vehicle; + sourceTree = ""; + }; + 95B0CBC00EB69DD1001A0D06 /* LinearMath */ = { + isa = PBXGroup; + children = ( + 95B0CBC10EB69DD1001A0D06 /* btAabbUtil2.h */, + 95B0CBC20EB69DD1001A0D06 /* btAlignedAllocator.cpp */, + 95B0CBC30EB69DD1001A0D06 /* btAlignedAllocator.h */, + 95B0CBC40EB69DD1001A0D06 /* btAlignedObjectArray.h */, + 95B0CBC50EB69DD1001A0D06 /* btConvexHull.cpp */, + 95B0CBC60EB69DD1001A0D06 /* btConvexHull.h */, + 95B0CBC70EB69DD1001A0D06 /* btDefaultMotionState.h */, + 95B0CBC80EB69DD1001A0D06 /* btGeometryUtil.cpp */, + 95B0CBC90EB69DD1001A0D06 /* btGeometryUtil.h */, + 95B0CBCA0EB69DD1001A0D06 /* btHashMap.h */, + 95B0CBCB0EB69DD1001A0D06 /* btIDebugDraw.h */, + 95B0CBCC0EB69DD1001A0D06 /* btList.h */, + 95B0CBCD0EB69DD1001A0D06 /* btMatrix3x3.h */, + 95B0CBCE0EB69DD1001A0D06 /* btMinMax.h */, + 95B0CBCF0EB69DD1001A0D06 /* btMotionState.h */, + 95B0CBD00EB69DD1001A0D06 /* btPoint3.h */, + 95B0CBD10EB69DD1001A0D06 /* btPoolAllocator.h */, + 95B0CBD20EB69DD1001A0D06 /* btQuadWord.h */, + 95B0CBD30EB69DD1001A0D06 /* btQuaternion.h */, + 95B0CBD40EB69DD1001A0D06 /* btQuickprof.cpp */, + 95B0CBD50EB69DD1001A0D06 /* btQuickprof.h */, + 95B0CBD60EB69DD1001A0D06 /* btRandom.h */, + 95B0CBD70EB69DD1001A0D06 /* btScalar.h */, + 95B0CBD80EB69DD1001A0D06 /* btStackAlloc.h */, + 95B0CBD90EB69DD1001A0D06 /* btTransform.h */, + 95B0CBDA0EB69DD1001A0D06 /* btTransformUtil.h */, + 95B0CBDB0EB69DD1001A0D06 /* btTypedUserInfo.h */, + 95B0CBDC0EB69DD1001A0D06 /* btVector3.h */, + ); + path = LinearMath; + sourceTree = ""; + }; + 95B0CBE70EB69DD2001A0D06 /* challenges */ = { + isa = PBXGroup; + children = ( + 95B0CBE80EB69DD2001A0D06 /* challenge.cpp */, + 95B0CBE90EB69DD2001A0D06 /* challenge.hpp */, + 95B0CBEA0EB69DD2001A0D06 /* challenge_data.cpp */, + 95B0CBEB0EB69DD2001A0D06 /* challenge_data.hpp */, + ); + path = challenges; + sourceTree = ""; + }; + 95B0CBEF0EB69DD2001A0D06 /* enet */ = { + isa = PBXGroup; + children = ( + 95B0CBF00EB69DD2001A0D06 /* .deps */, + 95B0CBFA0EB69DD2001A0D06 /* callbacks.c */, + 95B0CC010EB69DD2001A0D06 /* docs */, + 95B0CC0A0EB69DD2001A0D06 /* host.c */, + 95B0CC0C0EB69DD2001A0D06 /* include */, + 95B0CC1A0EB69DD2001A0D06 /* list.c */, + 95B0CC200EB69DD2001A0D06 /* packet.c */, + 95B0CC220EB69DD2001A0D06 /* peer.c */, + 95B0CC240EB69DD2001A0D06 /* protocol.c */, + 95B0CC280EB69DD2001A0D06 /* unix.c */, + 95B0CC2A0EB69DD2001A0D06 /* win32.c */, + ); + path = enet; + sourceTree = ""; + }; + 95B0CBF00EB69DD2001A0D06 /* .deps */ = { + isa = PBXGroup; + children = ( + ); + path = .deps; + sourceTree = ""; + }; + 95B0CC010EB69DD2001A0D06 /* docs */ = { + isa = PBXGroup; + children = ( + ); + path = docs; + sourceTree = ""; + }; + 95B0CC0C0EB69DD2001A0D06 /* include */ = { + isa = PBXGroup; + children = ( + 95B0CC0D0EB69DD2001A0D06 /* enet */, + ); + path = include; + sourceTree = ""; + }; + 95B0CC0D0EB69DD2001A0D06 /* enet */ = { + isa = PBXGroup; + children = ( + 95B0CC0E0EB69DD2001A0D06 /* callbacks.h */, + 95B0CC0F0EB69DD2001A0D06 /* enet.h */, + 95B0CC100EB69DD2001A0D06 /* list.h */, + 95B0CC110EB69DD2001A0D06 /* protocol.h */, + 95B0CC130EB69DD2001A0D06 /* types.h */, + 95B0CC140EB69DD2001A0D06 /* unix.h */, + 95B0CC150EB69DD2001A0D06 /* utility.h */, + 95B0CC160EB69DD2001A0D06 /* win32.h */, + ); + path = enet; + sourceTree = ""; + }; + 95B0CC360EB69DD2001A0D06 /* gui */ = { + isa = PBXGroup; + children = ( + 95B0CC370EB69DD2001A0D06 /* base_gui.cpp */, + 95B0CC380EB69DD2001A0D06 /* base_gui.hpp */, + 95B0CC390EB69DD2001A0D06 /* challenges_menu.cpp */, + 95B0CC3A0EB69DD2001A0D06 /* challenges_menu.hpp */, + 95B0CC3B0EB69DD2001A0D06 /* char_sel.cpp */, + 95B0CC3C0EB69DD2001A0D06 /* char_sel.hpp */, + 95B0CC3D0EB69DD2001A0D06 /* config_controls.cpp */, + 95B0CC3E0EB69DD2001A0D06 /* config_controls.hpp */, + 95B0CC3F0EB69DD2001A0D06 /* config_display.cpp */, + 95B0CC400EB69DD2001A0D06 /* config_display.hpp */, + 95B0CC410EB69DD2001A0D06 /* config_sound.cpp */, + 95B0CC420EB69DD2001A0D06 /* config_sound.hpp */, + 95B0CC430EB69DD2001A0D06 /* credits_menu.cpp */, + 95B0CC440EB69DD2001A0D06 /* credits_menu.hpp */, + 95B0CC450EB69DD2001A0D06 /* display_res_confirm.cpp */, + 95B0CC460EB69DD2001A0D06 /* display_res_confirm.hpp */, + 95B0CC470EB69DD2001A0D06 /* feature_unlocked.cpp */, + 95B0CC480EB69DD2001A0D06 /* feature_unlocked.hpp */, + 95B0CC490EB69DD2001A0D06 /* font.cpp */, + 95B0CC4A0EB69DD2001A0D06 /* font.hpp */, + 95B0CC4B0EB69DD2001A0D06 /* game_mode.cpp */, + 95B0CC4C0EB69DD2001A0D06 /* game_mode.hpp */, + 95B0CC4D0EB69DD2001A0D06 /* grand_prix_ending.cpp */, + 95B0CC4E0EB69DD2001A0D06 /* grand_prix_ending.hpp */, + 95B0CC4F0EB69DD2001A0D06 /* grand_prix_select.cpp */, + 95B0CC500EB69DD2001A0D06 /* grand_prix_select.hpp */, + 95B0CC510EB69DD2001A0D06 /* help_page_one.cpp */, + 95B0CC520EB69DD2001A0D06 /* help_page_one.hpp */, + 95B0CC530EB69DD2001A0D06 /* help_page_three.cpp */, + 95B0CC540EB69DD2001A0D06 /* help_page_three.hpp */, + 95B0CC550EB69DD2001A0D06 /* help_page_two.cpp */, + 95B0CC560EB69DD2001A0D06 /* help_page_two.hpp */, + 95B0CC570EB69DD2001A0D06 /* main_menu.cpp */, + 95B0CC580EB69DD2001A0D06 /* main_menu.hpp */, + 95B0CC590EB69DD2001A0D06 /* menu_manager.cpp */, + 95B0CC5A0EB69DD2001A0D06 /* menu_manager.hpp */, + 95B0CC5B0EB69DD2001A0D06 /* network_gui.cpp */, + 95B0CC5C0EB69DD2001A0D06 /* network_gui.hpp */, + 95B0CC5D0EB69DD2001A0D06 /* num_players.cpp */, + 95B0CC5E0EB69DD2001A0D06 /* num_players.hpp */, + 95B0CC5F0EB69DD2001A0D06 /* options.cpp */, + 95B0CC600EB69DD2001A0D06 /* options.hpp */, + 95B0CC610EB69DD2001A0D06 /* player_controls.cpp */, + 95B0CC620EB69DD2001A0D06 /* player_controls.hpp */, + 95B0CC630EB69DD2001A0D06 /* race_gui.cpp */, + 95B0CC640EB69DD2001A0D06 /* race_gui.hpp */, + 95B0CC650EB69DD2001A0D06 /* race_menu.cpp */, + 95B0CC660EB69DD2001A0D06 /* race_menu.hpp */, + 95B0CC670EB69DD2001A0D06 /* race_options.cpp */, + 95B0CC680EB69DD2001A0D06 /* race_options.hpp */, + 95B0CC690EB69DD2001A0D06 /* race_results_gui.cpp */, + 95B0CC6A0EB69DD2001A0D06 /* race_results_gui.hpp */, + 95B0CC6B0EB69DD2001A0D06 /* start_race_feedback.cpp */, + 95B0CC6C0EB69DD2001A0D06 /* start_race_feedback.hpp */, + 95B0CC6D0EB69DD2001A0D06 /* track_sel.cpp */, + 95B0CC6E0EB69DD2001A0D06 /* track_sel.hpp */, + 95B0CC6F0EB69DD2001A0D06 /* widget.cpp */, + 95B0CC700EB69DD2001A0D06 /* widget.hpp */, + 95B0CC710EB69DD2001A0D06 /* widget_manager.cpp */, + 95B0CC720EB69DD2001A0D06 /* widget_manager.hpp */, + ); + path = gui; + sourceTree = ""; + }; + 95B0CE260EB69DD9001A0D06 /* items */ = { + isa = PBXGroup; + children = ( + 95B0CE270EB69DD9001A0D06 /* attachment.cpp */, + 95B0CE280EB69DD9001A0D06 /* attachment.hpp */, + 95B0CE290EB69DD9001A0D06 /* attachment_manager.cpp */, + 95B0CE2A0EB69DD9001A0D06 /* attachment_manager.hpp */, + 95B0CE2B0EB69DD9001A0D06 /* bowling.cpp */, + 95B0CE2C0EB69DD9001A0D06 /* bowling.hpp */, + 95B0CE2D0EB69DD9001A0D06 /* collectable.cpp */, + 95B0CE2E0EB69DD9001A0D06 /* collectable.hpp */, + 95B0CE2F0EB69DD9001A0D06 /* collectable_manager.cpp */, + 95B0CE300EB69DD9001A0D06 /* collectable_manager.hpp */, + 95B0CE310EB69DD9001A0D06 /* herring.cpp */, + 95B0CE320EB69DD9001A0D06 /* herring.hpp */, + 95B0CE330EB69DD9001A0D06 /* herring_manager.cpp */, + 95B0CE340EB69DD9001A0D06 /* herring_manager.hpp */, + 95B0CE350EB69DD9001A0D06 /* homing.cpp */, + 95B0CE360EB69DD9001A0D06 /* homing.hpp */, + 95B0CE370EB69DD9001A0D06 /* missile.cpp */, + 95B0CE380EB69DD9001A0D06 /* missile.hpp */, + 95B0CE390EB69DD9001A0D06 /* projectile_manager.cpp */, + 95B0CE3A0EB69DD9001A0D06 /* projectile_manager.hpp */, + ); + path = items; + sourceTree = ""; + }; + 95B0CE430EB69DD9001A0D06 /* lisp */ = { + isa = PBXGroup; + children = ( + 95B0CE440EB69DD9001A0D06 /* lexer.cpp */, + 95B0CE450EB69DD9001A0D06 /* lexer.hpp */, + 95B0CE460EB69DD9001A0D06 /* lisp.cpp */, + 95B0CE470EB69DD9001A0D06 /* lisp.hpp */, + 95B0CE480EB69DD9001A0D06 /* parser.cpp */, + 95B0CE490EB69DD9001A0D06 /* parser.hpp */, + 95B0CE4A0EB69DD9001A0D06 /* writer.cpp */, + 95B0CE4B0EB69DD9001A0D06 /* writer.hpp */, + ); + path = lisp; + sourceTree = ""; + }; + 95B0CE580EB69DD9001A0D06 /* modes */ = { + isa = PBXGroup; + children = ( + 95B0CE590EB69DD9001A0D06 /* clock.cpp */, + 95B0CE5A0EB69DD9001A0D06 /* clock.hpp */, + 95B0CE5B0EB69DD9001A0D06 /* follow_the_leader.cpp */, + 95B0CE5C0EB69DD9001A0D06 /* follow_the_leader.hpp */, + 95B0CE5D0EB69DD9001A0D06 /* linear_world.cpp */, + 95B0CE5E0EB69DD9001A0D06 /* linear_world.hpp */, + 95B0CE5F0EB69DD9001A0D06 /* standard_race.cpp */, + 95B0CE600EB69DD9001A0D06 /* standard_race.hpp */, + 95B0CE610EB69DD9001A0D06 /* three_strikes_battle.cpp */, + 95B0CE620EB69DD9001A0D06 /* three_strikes_battle.hpp */, + 95B0CE630EB69DD9001A0D06 /* world.cpp */, + 95B0CE640EB69DD9001A0D06 /* world.hpp */, + ); + path = modes; + sourceTree = ""; + }; + 95B0CE6B0EB69DD9001A0D06 /* network */ = { + isa = PBXGroup; + children = ( + 95B0CE6C0EB69DD9001A0D06 /* character_confirm_message.hpp */, + 95B0CE6D0EB69DD9001A0D06 /* character_info_message.hpp */, + 95B0CE6E0EB69DD9001A0D06 /* character_selected_message.hpp */, + 95B0CE6F0EB69DD9001A0D06 /* connect_message.cpp */, + 95B0CE700EB69DD9001A0D06 /* connect_message.hpp */, + 95B0CE710EB69DD9001A0D06 /* flyable_info.hpp */, + 95B0CE720EB69DD9001A0D06 /* herring_info.hpp */, + 95B0CE730EB69DD9001A0D06 /* kart_control_message.cpp */, + 95B0CE740EB69DD9001A0D06 /* kart_control_message.hpp */, + 95B0CE750EB69DD9001A0D06 /* kart_update_message.cpp */, + 95B0CE760EB69DD9001A0D06 /* kart_update_message.hpp */, + 95B0CE770EB69DD9001A0D06 /* message.cpp */, + 95B0CE780EB69DD9001A0D06 /* message.hpp */, + 95B0CE790EB69DD9001A0D06 /* network_kart.cpp */, + 95B0CE7A0EB69DD9001A0D06 /* network_kart.hpp */, + 95B0CE7B0EB69DD9001A0D06 /* network_manager.cpp */, + 95B0CE7C0EB69DD9001A0D06 /* network_manager.hpp */, + 95B0CE7D0EB69DD9001A0D06 /* num_players_message.hpp */, + 95B0CE7E0EB69DD9001A0D06 /* race_info_message.cpp */, + 95B0CE7F0EB69DD9001A0D06 /* race_info_message.hpp */, + 95B0CE800EB69DD9001A0D06 /* race_result_ack_message.hpp */, + 95B0CE810EB69DD9001A0D06 /* race_result_message.cpp */, + 95B0CE820EB69DDA001A0D06 /* race_result_message.hpp */, + 95B0CE830EB69DDA001A0D06 /* race_start_message.hpp */, + 95B0CE840EB69DDA001A0D06 /* race_state.cpp */, + 95B0CE850EB69DDA001A0D06 /* race_state.hpp */, + 95B0CE860EB69DDA001A0D06 /* remote_kart_info.hpp */, + 95B0CE870EB69DDA001A0D06 /* world_loaded_message.hpp */, + ); + path = network; + sourceTree = ""; + }; + 95B0CE9B0EB69DDA001A0D06 /* robots */ = { + isa = PBXGroup; + children = ( + 95B0CE9C0EB69DDA001A0D06 /* default_robot.cpp */, + 95B0CE9D0EB69DDA001A0D06 /* default_robot.hpp */, + 95B0CE9E0EB69DDA001A0D06 /* empty_robot.cpp */, + 95B0CE9F0EB69DDA001A0D06 /* empty_robot.hpp */, + ); + path = robots; + sourceTree = ""; + }; + 95B0CEC40EB69DDA001A0D06 /* utils */ = { + isa = PBXGroup; + children = ( + 95B0CEC50EB69DDA001A0D06 /* random_generator.cpp */, + 95B0CEC60EB69DDA001A0D06 /* random_generator.hpp */, + 95B0CEC70EB69DDA001A0D06 /* ssg_help.cpp */, + 95B0CEC80EB69DDA001A0D06 /* ssg_help.hpp */, + ); + path = utils; + sourceTree = ""; + }; + 95B0CECB0EB69DDA001A0D06 /* windows_installer */ = { + isa = PBXGroup; + children = ( + 95B0CECE0EB69DDA001A0D06 /* prerequisites */, + ); + path = windows_installer; + sourceTree = ""; + }; + 95B0CECE0EB69DDA001A0D06 /* prerequisites */ = { + isa = PBXGroup; + children = ( + ); + path = prerequisites; + sourceTree = ""; + }; 95E104FE0E28F65D00503124 /* bullet */ = { isa = PBXGroup; children = ( @@ -2065,25 +2754,6 @@ path = LinearMath; sourceTree = ""; }; - 95F0F3710E85C6D3005F6693 /* modes */ = { - isa = PBXGroup; - children = ( - 95F0F3810E85C76B005F6693 /* world.hpp */, - 95F0F3820E85C76B005F6693 /* world.cpp */, - 95F0F36C0E85C6A6005F6693 /* clock.hpp */, - 95F0F36D0E85C6A6005F6693 /* clock.cpp */, - 957B11D70E8320CD002A69EA /* follow_the_leader.hpp */, - 957B11D80E8320CD002A69EA /* follow_the_leader.cpp */, - 957B11B30E831DA8002A69EA /* standard_race.hpp */, - 9519653B0E8C592F001BB888 /* linear_world.hpp */, - 9519653C0E8C592F001BB888 /* linear_world.cpp */, - 957B11B40E831DA8002A69EA /* standard_race.cpp */, - 957A12BC0EA4271500E46BFD /* three_strikes_battle.hpp */, - 957A12BD0EA4271500E46BFD /* three_strikes_battle.cpp */, - ); - name = modes; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -2102,7 +2772,7 @@ name = STK_XCode; productInstallPath = "$(HOME)/bin"; productName = STK_XCode; - productReference = 95F4221E0E26DF0A00692113 /* SuperTuxKart */; + productReference = 95B0D4090EB6A160001A0D06 /* SuperTuxKart */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -2125,232 +2795,234 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 95F0F25A0E85C054005F6693 /* callbacks.c in Sources */, - 95F0F25B0E85C054005F6693 /* list.c in Sources */, - 95F0F25C0E85C054005F6693 /* host.c in Sources */, - 95F0F25D0E85C054005F6693 /* packet.c in Sources */, - 95F0F25E0E85C054005F6693 /* win32.c in Sources */, - 95F0F25F0E85C054005F6693 /* unix.c in Sources */, - 95F0F2600E85C054005F6693 /* protocol.c in Sources */, - 95F0F2610E85C054005F6693 /* peer.c in Sources */, - 95F0F2620E85C054005F6693 /* btGjkEpa.cpp in Sources */, - 95F0F2630E85C054005F6693 /* loader.cpp in Sources */, - 95F0F2650E85C054005F6693 /* btGeneric6DofConstraint.cpp in Sources */, - 95F0F2660E85C054005F6693 /* user_config.cpp in Sources */, - 95F0F2670E85C054005F6693 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */, - 95F0F2680E85C054005F6693 /* bowling.cpp in Sources */, - 95F0F2690E85C054005F6693 /* terrain_info.cpp in Sources */, - 95F0F26A0E85C054005F6693 /* challenges_menu.cpp in Sources */, - 95F0F26B0E85C054005F6693 /* btQuickprof.cpp in Sources */, - 95F0F26C0E85C054005F6693 /* btSubSimplexConvexCast.cpp in Sources */, - 95F0F26D0E85C054005F6693 /* flyable.cpp in Sources */, - 95F0F26E0E85C054005F6693 /* highscores.cpp in Sources */, - 95F0F26F0E85C054005F6693 /* btRigidBody.cpp in Sources */, - 95F0F2700E85C054005F6693 /* btWheelInfo.cpp in Sources */, - 95F0F2710E85C054005F6693 /* btTriangleIndexVertexArray.cpp in Sources */, - 95F0F2720E85C054005F6693 /* projectile_manager.cpp in Sources */, - 95F0F2730E85C054005F6693 /* btSphereBoxCollisionAlgorithm.cpp in Sources */, - 95F0F2740E85C054005F6693 /* music_information.cpp in Sources */, - 95F0F2750E85C054005F6693 /* smoke.cpp in Sources */, - 95F0F2760E85C054005F6693 /* feature_unlocked.cpp in Sources */, - 95F0F2770E85C054005F6693 /* btCollisionDispatcher.cpp in Sources */, - 95F0F2780E85C054005F6693 /* main_menu.cpp in Sources */, - 95F0F2790E85C054005F6693 /* SphereTriangleDetector.cpp in Sources */, - 95F0F27A0E85C054005F6693 /* num_players.cpp in Sources */, - 95F0F27B0E85C054005F6693 /* highscore_manager.cpp in Sources */, - 95F0F27C0E85C054005F6693 /* start_race_feedback.cpp in Sources */, - 95F0F27D0E85C054005F6693 /* menu_manager.cpp in Sources */, - 95F0F27E0E85C054005F6693 /* btOptimizedBvh.cpp in Sources */, - 95F0F27F0E85C054005F6693 /* btBoxShape.cpp in Sources */, - 95F0F2800E85C054005F6693 /* race_menu.cpp in Sources */, - 95F0F2810E85C054005F6693 /* btCollisionObject.cpp in Sources */, - 95F0F2820E85C054005F6693 /* moving_texture.cpp in Sources */, - 95F0F2830E85C054005F6693 /* btTriangleBuffer.cpp in Sources */, - 95F0F2840E85C054005F6693 /* btGjkEpa2.cpp in Sources */, - 95F0F2850E85C054005F6693 /* race_options.cpp in Sources */, - 95F0F2860E85C054005F6693 /* btRaycastCallback.cpp in Sources */, - 95F0F2870E85C054005F6693 /* race_state.cpp in Sources */, - 95F0F2880E85C054005F6693 /* BMF_font_helv10.cpp in Sources */, - 95F0F2890E85C054005F6693 /* btTriangleCallback.cpp in Sources */, - 95F0F28A0E85C054005F6693 /* btVoronoiSimplexSolver.cpp in Sources */, - 95F0F28B0E85C054005F6693 /* GlutStuff.cpp in Sources */, - 95F0F28C0E85C054005F6693 /* btConvexShape.cpp in Sources */, - 95F0F28D0E85C054005F6693 /* btManifoldResult.cpp in Sources */, - 95F0F28E0E85C054005F6693 /* btDispatcher.cpp in Sources */, - 95F0F28F0E85C054005F6693 /* btConvexHullShape.cpp in Sources */, - 95F0F2900E85C054005F6693 /* btSliderConstraint.cpp in Sources */, - 95F0F2910E85C054005F6693 /* btAlignedAllocator.cpp in Sources */, - 95F0F2920E85C054005F6693 /* network_gui.cpp in Sources */, - 95F0F2930E85C054005F6693 /* replay_buffers.cpp in Sources */, - 95F0F2940E85C054005F6693 /* btContinuousDynamicsWorld.cpp in Sources */, - 95F0F2950E85C054005F6693 /* btConvexInternalShape.cpp in Sources */, - 95F0F2960E85C054005F6693 /* btBoxBoxDetector.cpp in Sources */, - 95F0F2970E85C054005F6693 /* options.cpp in Sources */, - 95F0F2980E85C054005F6693 /* btUniformScalingShape.cpp in Sources */, - 95F0F2990E85C054005F6693 /* lisp.cpp in Sources */, - 95F0F29A0E85C054005F6693 /* btSphereSphereCollisionAlgorithm.cpp in Sources */, - 95F0F29B0E85C054005F6693 /* btBroadphaseProxy.cpp in Sources */, - 95F0F29C0E85C054005F6693 /* char_sel.cpp in Sources */, - 95F0F29D0E85C054005F6693 /* config_sound.cpp in Sources */, - 95F0F29E0E85C054005F6693 /* btCompoundCollisionAlgorithm.cpp in Sources */, - 95F0F29F0E85C054005F6693 /* help_page_three.cpp in Sources */, - 95F0F2A00E85C054005F6693 /* btCylinderShape.cpp in Sources */, - 95F0F2A10E85C054005F6693 /* connect_message.cpp in Sources */, - 95F0F2A20E85C054005F6693 /* sdldrv.cpp in Sources */, - 95F0F2A30E85C054005F6693 /* game_mode.cpp in Sources */, - 95F0F2A40E85C054005F6693 /* display_res_confirm.cpp in Sources */, - 95F0F2A50E85C054005F6693 /* DemoApplication.cpp in Sources */, - 95F0F2A60E85C054005F6693 /* follow_the_leader.cpp in Sources */, - 95F0F2A70E85C054005F6693 /* btConvexConvexAlgorithm.cpp in Sources */, - 95F0F2A80E85C054005F6693 /* GLDebugDrawer.cpp in Sources */, - 95F0F2A90E85C054005F6693 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */, - 95F0F2AA0E85C054005F6693 /* default_robot.cpp in Sources */, - 95F0F2AB0E85C054005F6693 /* main_loop.cpp in Sources */, - 95F0F2AC0E85C054005F6693 /* btConcaveShape.cpp in Sources */, - 95F0F2AD0E85C054005F6693 /* challenge_data.cpp in Sources */, - 95F0F2AE0E85C054005F6693 /* skid_mark.cpp in Sources */, - 95F0F2AF0E85C054005F6693 /* kart_properties.cpp in Sources */, - 95F0F2B00E85C054005F6693 /* btPoint2PointConstraint.cpp in Sources */, - 95F0F2B10E85C054005F6693 /* player_kart.cpp in Sources */, - 95F0F2B20E85C054005F6693 /* btEmptyCollisionAlgorithm.cpp in Sources */, - 95F0F2B30E85C054005F6693 /* shadow.cpp in Sources */, - 95F0F2B40E85C054005F6693 /* static_ssg.cpp in Sources */, - 95F0F2B50E85C054005F6693 /* grand_prix_manager.cpp in Sources */, - 95F0F2B60E85C054005F6693 /* btShapeHull.cpp in Sources */, - 95F0F2B70E85C054005F6693 /* btConeShape.cpp in Sources */, - 95F0F2B80E85C054005F6693 /* btRaycastVehicle.cpp in Sources */, - 95F0F2B90E85C054005F6693 /* config_controls.cpp in Sources */, - 95F0F2BA0E85C054005F6693 /* collectable.cpp in Sources */, - 95F0F2BB0E85C054005F6693 /* vec3.cpp in Sources */, - 95F0F2BC0E85C054005F6693 /* btDefaultCollisionConfiguration.cpp in Sources */, - 95F0F2BD0E85C054005F6693 /* font.cpp in Sources */, - 95F0F2BE0E85C054005F6693 /* GL_Simplex1to4.cpp in Sources */, - 95F0F2BF0E85C054005F6693 /* herring_manager.cpp in Sources */, - 95F0F2C00E85C054005F6693 /* btBvhTriangleMeshShape.cpp in Sources */, - 95F0F2C10E85C054005F6693 /* actionmap.cpp in Sources */, - 95F0F2C20E85C054005F6693 /* btOdeQuickstepConstraintSolver.cpp in Sources */, - 95F0F2C30E85C054005F6693 /* btSequentialImpulseConstraintSolver.cpp in Sources */, - 95F0F2C50E85C054005F6693 /* particle_system.cpp in Sources */, - 95F0F2C60E85C054005F6693 /* network_manager.cpp in Sources */, - 95F0F2C70E85C054005F6693 /* btPersistentManifold.cpp in Sources */, - 95F0F2C80E85C054005F6693 /* btAxisSweep3.cpp in Sources */, - 95F0F2C90E85C054005F6693 /* btConeTwistConstraint.cpp in Sources */, - 95F0F2CA0E85C054005F6693 /* btSimulationIslandManager.cpp in Sources */, - 95F0F2CB0E85C054005F6693 /* race_gui.cpp in Sources */, - 95F0F2CC0E85C054005F6693 /* explosion.cpp in Sources */, - 95F0F2CD0E85C054005F6693 /* btContinuousConvexCollision.cpp in Sources */, - 95F0F2CE0E85C054005F6693 /* btStaticPlaneShape.cpp in Sources */, - 95F0F2CF0E85C054005F6693 /* btCollisionWorld.cpp in Sources */, - 95F0F2D00E85C054005F6693 /* btGeometryUtil.cpp in Sources */, - 95F0F2D10E85C054005F6693 /* sfx_openal.cpp in Sources */, - 95F0F2D20E85C054005F6693 /* kart.cpp in Sources */, - 95F0F2D30E85C054005F6693 /* sfx_manager.cpp in Sources */, - 95F0F2D40E85C054005F6693 /* attachment_manager.cpp in Sources */, - 95F0F2D50E85C054005F6693 /* lexer.cpp in Sources */, - 95F0F2D60E85C054005F6693 /* btOdeContactJoint.cpp in Sources */, - 95F0F2D70E85C054005F6693 /* credits_menu.cpp in Sources */, - 95F0F2D80E85C054005F6693 /* missile.cpp in Sources */, - 95F0F2D90E85C054005F6693 /* btStridingMeshInterface.cpp in Sources */, - 95F0F2DA0E85C054005F6693 /* btPolyhedralConvexShape.cpp in Sources */, - 95F0F2DB0E85C054005F6693 /* btOdeJoint.cpp in Sources */, - 95F0F2DC0E85C054005F6693 /* RenderTexture.cpp in Sources */, - 95F0F2DD0E85C054005F6693 /* btBoxBoxCollisionAlgorithm.cpp in Sources */, - 95F0F2DE0E85C054005F6693 /* config_display.cpp in Sources */, - 95F0F2E00E85C054005F6693 /* btUnionFind.cpp in Sources */, - 95F0F2E10E85C054005F6693 /* GL_ShapeDrawer.cpp in Sources */, - 95F0F2E20E85C054005F6693 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */, - 95F0F2E30E85C054005F6693 /* btSolve2LinearConstraint.cpp in Sources */, - 95F0F2E40E85C054005F6693 /* help_page_two.cpp in Sources */, - 95F0F2E50E85C054005F6693 /* history.cpp in Sources */, - 95F0F2E60E85C054005F6693 /* camera.cpp in Sources */, - 95F0F2E70E85C054005F6693 /* btSphereShape.cpp in Sources */, - 95F0F2E80E85C054005F6693 /* widget_manager.cpp in Sources */, - 95F0F2E90E85C054005F6693 /* music_ogg.cpp in Sources */, - 95F0F2EA0E85C054005F6693 /* btOdeTypedJoint.cpp in Sources */, - 95F0F2EB0E85C054005F6693 /* help_page_one.cpp in Sources */, - 95F0F2EC0E85C054005F6693 /* btCompoundShape.cpp in Sources */, - 95F0F2ED0E85C054005F6693 /* translation.cpp in Sources */, - 95F0F2EE0E85C054005F6693 /* btMultiSapBroadphase.cpp in Sources */, - 95F0F2EF0E85C054005F6693 /* replay_player.cpp in Sources */, - 95F0F2F00E85C054005F6693 /* grand_prix_select.cpp in Sources */, - 95F0F2F10E85C054005F6693 /* btMinkowskiSumShape.cpp in Sources */, - 95F0F2F20E85C054005F6693 /* moving_physics.cpp in Sources */, - 95F0F2F30E85C054005F6693 /* stk_config.cpp in Sources */, - 95F0F2F40E85C054005F6693 /* sound_manager.cpp in Sources */, - 95F0F2F50E85C054005F6693 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */, - 95F0F2F60E85C054005F6693 /* kart_update_message.cpp in Sources */, - 95F0F2F70E85C054005F6693 /* callback_manager.cpp in Sources */, - 95F0F2F80E85C054005F6693 /* btSimpleDynamicsWorld.cpp in Sources */, - 95F0F2F90E85C054005F6693 /* btTypedConstraint.cpp in Sources */, - 95F0F2FA0E85C054005F6693 /* grand_prix_data.cpp in Sources */, - 95F0F2FB0E85C054005F6693 /* file_manager.cpp in Sources */, - 95F0F2FC0E85C054005F6693 /* collectable_manager.cpp in Sources */, - 95F0F2FD0E85C054005F6693 /* main.cpp in Sources */, - 95F0F2FE0E85C054005F6693 /* BMF_Api.cpp in Sources */, - 95F0F2FF0E85C054005F6693 /* unlock_manager.cpp in Sources */, - 95F0F3000E85C054005F6693 /* base_gui.cpp in Sources */, - 95F0F3010E85C054005F6693 /* material_manager.cpp in Sources */, - 95F0F3020E85C054005F6693 /* BMF_BitmapFont.cpp in Sources */, - 95F0F3030E85C054005F6693 /* btGjkPairDetector.cpp in Sources */, - 95F0F3040E85C054005F6693 /* grand_prix_ending.cpp in Sources */, - 95F0F3050E85C054005F6693 /* race_results_gui.cpp in Sources */, - 95F0F3060E85C054005F6693 /* kart_control_message.cpp in Sources */, - 95F0F3070E85C054005F6693 /* track_manager.cpp in Sources */, - 95F0F3080E85C054005F6693 /* btConvexHull.cpp in Sources */, - 95F0F3090E85C054005F6693 /* btGjkConvexCast.cpp in Sources */, - 95F0F30A0E85C054005F6693 /* btSorLcp.cpp in Sources */, - 95F0F30B0E85C054005F6693 /* btHeightfieldTerrainShape.cpp in Sources */, - 95F0F30C0E85C054005F6693 /* race_manager.cpp in Sources */, - 95F0F30D0E85C054005F6693 /* moveable.cpp in Sources */, - 95F0F30E0E85C054005F6693 /* btHingeConstraint.cpp in Sources */, - 95F0F30F0E85C054005F6693 /* btTetrahedronShape.cpp in Sources */, - 95F0F3100E85C054005F6693 /* btMultiSphereShape.cpp in Sources */, - 95F0F3110E85C054005F6693 /* btOverlappingPairCache.cpp in Sources */, - 95F0F3120E85C054005F6693 /* race_info_message.cpp in Sources */, - 95F0F3130E85C054005F6693 /* attachment.cpp in Sources */, - 95F0F3140E85C054005F6693 /* btCollisionShape.cpp in Sources */, - 95F0F3150E85C054005F6693 /* standard_race.cpp in Sources */, - 95F0F3160E85C054005F6693 /* scene.cpp in Sources */, - 95F0F3170E85C054005F6693 /* btContactConstraint.cpp in Sources */, - 95F0F3180E85C054005F6693 /* physics.cpp in Sources */, - 95F0F3190E85C054005F6693 /* btTriangleMesh.cpp in Sources */, - 95F0F31A0E85C054005F6693 /* isect.cpp in Sources */, - 95F0F31B0E85C054005F6693 /* message.cpp in Sources */, - 95F0F31C0E85C054005F6693 /* kart_properties_manager.cpp in Sources */, - 95F0F31D0E85C054005F6693 /* btCollisionAlgorithm.cpp in Sources */, - 95F0F31E0E85C054005F6693 /* widget.cpp in Sources */, - 95F0F31F0E85C054005F6693 /* network_kart.cpp in Sources */, - 95F0F3200E85C054005F6693 /* track.cpp in Sources */, - 95F0F3210E85C054005F6693 /* btSimpleBroadphase.cpp in Sources */, - 95F0F3220E85C054005F6693 /* writer.cpp in Sources */, - 95F0F3230E85C054005F6693 /* track_sel.cpp in Sources */, - 95F0F3240E85C054005F6693 /* Bullet-C-API.cpp in Sources */, - 95F0F3250E85C054005F6693 /* string_utils.cpp in Sources */, - 95F0F3260E85C054005F6693 /* replay_base.cpp in Sources */, - 95F0F3270E85C054005F6693 /* btConvexCast.cpp in Sources */, - 95F0F3280E85C054005F6693 /* replay_recorder.cpp in Sources */, - 95F0F3290E85C054005F6693 /* triangle_mesh.cpp in Sources */, - 95F0F32A0E85C054005F6693 /* btDiscreteDynamicsWorld.cpp in Sources */, - 95F0F32B0E85C054005F6693 /* homing.cpp in Sources */, - 95F0F32C0E85C054005F6693 /* btConvexTriangleMeshShape.cpp in Sources */, - 95F0F32D0E85C054005F6693 /* herring.cpp in Sources */, - 95F0F32E0E85C054005F6693 /* ssg_help.cpp in Sources */, - 95F0F32F0E85C054005F6693 /* btUprightConstraint.cpp in Sources */, - 95F0F3300E85C054005F6693 /* btCapsuleShape.cpp in Sources */, - 95F0F3310E85C054005F6693 /* player_controls.cpp in Sources */, - 95F0F3320E85C054005F6693 /* btTriangleMeshShape.cpp in Sources */, - 95F0F3330E85C054005F6693 /* btEmptyShape.cpp in Sources */, - 95F0F3340E85C054005F6693 /* material.cpp in Sources */, - 95F0F3350E85C054005F6693 /* challenge.cpp in Sources */, - 95F0F3360E85C054005F6693 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */, - 95F0F3380E85C054005F6693 /* parser.cpp in Sources */, - 95F0F35D0E85C140005F6693 /* random_generator.cpp in Sources */, - 95F0F36F0E85C6A6005F6693 /* clock.cpp in Sources */, - 95F0F3840E85C76B005F6693 /* world.cpp in Sources */, - 9519653E0E8C592F001BB888 /* linear_world.cpp in Sources */, - 95065F6A0E9127B800B2C509 /* race_result_message.cpp in Sources */, - 957A12BF0EA4271500E46BFD /* three_strikes_battle.cpp in Sources */, - 952A48450EA6C3690022262C /* btKart.cpp in Sources */, + 95B0CF470EB69DDA001A0D06 /* actionmap.cpp in Sources */, + 95B0CF4A0EB69DDA001A0D06 /* music_information.cpp in Sources */, + 95B0CF4C0EB69DDA001A0D06 /* music_ogg.cpp in Sources */, + 95B0CF4F0EB69DDA001A0D06 /* sfx_manager.cpp in Sources */, + 95B0CF510EB69DDA001A0D06 /* sfx_openal.cpp in Sources */, + 95B0CF530EB69DDA001A0D06 /* sound_manager.cpp in Sources */, + 95B0CF630EB69DDA001A0D06 /* BMF_Api.cpp in Sources */, + 95B0CF660EB69DDA001A0D06 /* BMF_BitmapFont.cpp in Sources */, + 95B0CF690EB69DDA001A0D06 /* BMF_font_helv10.cpp in Sources */, + 95B0CF6F0EB69DDA001A0D06 /* DemoApplication.cpp in Sources */, + 95B0CF720EB69DDA001A0D06 /* GL_ShapeDrawer.cpp in Sources */, + 95B0CF750EB69DDA001A0D06 /* GL_Simplex1to4.cpp in Sources */, + 95B0CF780EB69DDA001A0D06 /* GLDebugDrawer.cpp in Sources */, + 95B0CF7B0EB69DDA001A0D06 /* GlutStuff.cpp in Sources */, + 95B0CF820EB69DDA001A0D06 /* RenderTexture.cpp in Sources */, + 95B0D0460EB69DDB001A0D06 /* btAxisSweep3.cpp in Sources */, + 95B0D0490EB69DDB001A0D06 /* btBroadphaseProxy.cpp in Sources */, + 95B0D04B0EB69DDB001A0D06 /* btCollisionAlgorithm.cpp in Sources */, + 95B0D04D0EB69DDB001A0D06 /* btDispatcher.cpp in Sources */, + 95B0D04F0EB69DDB001A0D06 /* btMultiSapBroadphase.cpp in Sources */, + 95B0D0510EB69DDB001A0D06 /* btOverlappingPairCache.cpp in Sources */, + 95B0D0540EB69DDB001A0D06 /* btSimpleBroadphase.cpp in Sources */, + 95B0D0560EB69DDB001A0D06 /* btBoxBoxCollisionAlgorithm.cpp in Sources */, + 95B0D0580EB69DDB001A0D06 /* btBoxBoxDetector.cpp in Sources */, + 95B0D05C0EB69DDB001A0D06 /* btCollisionDispatcher.cpp in Sources */, + 95B0D05E0EB69DDB001A0D06 /* btCollisionObject.cpp in Sources */, + 95B0D0600EB69DDB001A0D06 /* btCollisionWorld.cpp in Sources */, + 95B0D0620EB69DDB001A0D06 /* btCompoundCollisionAlgorithm.cpp in Sources */, + 95B0D0640EB69DDB001A0D06 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */, + 95B0D0660EB69DDB001A0D06 /* btConvexConvexAlgorithm.cpp in Sources */, + 95B0D0680EB69DDB001A0D06 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */, + 95B0D06A0EB69DDB001A0D06 /* btDefaultCollisionConfiguration.cpp in Sources */, + 95B0D06C0EB69DDB001A0D06 /* btEmptyCollisionAlgorithm.cpp in Sources */, + 95B0D06E0EB69DDB001A0D06 /* btManifoldResult.cpp in Sources */, + 95B0D0700EB69DDB001A0D06 /* btSimulationIslandManager.cpp in Sources */, + 95B0D0720EB69DDB001A0D06 /* btSphereBoxCollisionAlgorithm.cpp in Sources */, + 95B0D0740EB69DDB001A0D06 /* btSphereSphereCollisionAlgorithm.cpp in Sources */, + 95B0D0760EB69DDB001A0D06 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */, + 95B0D0780EB69DDB001A0D06 /* btUnionFind.cpp in Sources */, + 95B0D07A0EB69DDB001A0D06 /* SphereTriangleDetector.cpp in Sources */, + 95B0D07C0EB69DDB001A0D06 /* btBoxShape.cpp in Sources */, + 95B0D07E0EB69DDB001A0D06 /* btBvhTriangleMeshShape.cpp in Sources */, + 95B0D0800EB69DDB001A0D06 /* btCapsuleShape.cpp in Sources */, + 95B0D0830EB69DDB001A0D06 /* btCollisionShape.cpp in Sources */, + 95B0D0850EB69DDB001A0D06 /* btCompoundShape.cpp in Sources */, + 95B0D0870EB69DDB001A0D06 /* btConcaveShape.cpp in Sources */, + 95B0D0890EB69DDB001A0D06 /* btConeShape.cpp in Sources */, + 95B0D08B0EB69DDB001A0D06 /* btConvexHullShape.cpp in Sources */, + 95B0D08D0EB69DDB001A0D06 /* btConvexInternalShape.cpp in Sources */, + 95B0D08F0EB69DDB001A0D06 /* btConvexShape.cpp in Sources */, + 95B0D0910EB69DDB001A0D06 /* btConvexTriangleMeshShape.cpp in Sources */, + 95B0D0930EB69DDB001A0D06 /* btCylinderShape.cpp in Sources */, + 95B0D0950EB69DDB001A0D06 /* btEmptyShape.cpp in Sources */, + 95B0D0970EB69DDB001A0D06 /* btHeightfieldTerrainShape.cpp in Sources */, + 95B0D0990EB69DDB001A0D06 /* btMinkowskiSumShape.cpp in Sources */, + 95B0D09B0EB69DDB001A0D06 /* btMultiSphereShape.cpp in Sources */, + 95B0D09D0EB69DDB001A0D06 /* btOptimizedBvh.cpp in Sources */, + 95B0D09F0EB69DDB001A0D06 /* btPolyhedralConvexShape.cpp in Sources */, + 95B0D0A10EB69DDB001A0D06 /* btShapeHull.cpp in Sources */, + 95B0D0A30EB69DDB001A0D06 /* btSphereShape.cpp in Sources */, + 95B0D0A50EB69DDB001A0D06 /* btStaticPlaneShape.cpp in Sources */, + 95B0D0A70EB69DDB001A0D06 /* btStridingMeshInterface.cpp in Sources */, + 95B0D0A90EB69DDB001A0D06 /* btTetrahedronShape.cpp in Sources */, + 95B0D0AB0EB69DDB001A0D06 /* btTriangleBuffer.cpp in Sources */, + 95B0D0AD0EB69DDB001A0D06 /* btTriangleCallback.cpp in Sources */, + 95B0D0AF0EB69DDB001A0D06 /* btTriangleIndexVertexArray.cpp in Sources */, + 95B0D0B10EB69DDB001A0D06 /* btTriangleMesh.cpp in Sources */, + 95B0D0B30EB69DDB001A0D06 /* btTriangleMeshShape.cpp in Sources */, + 95B0D0B60EB69DDB001A0D06 /* btUniformScalingShape.cpp in Sources */, + 95B0D0B80EB69DDB001A0D06 /* btContinuousConvexCollision.cpp in Sources */, + 95B0D0BA0EB69DDB001A0D06 /* btConvexCast.cpp in Sources */, + 95B0D0BE0EB69DDB001A0D06 /* btGjkConvexCast.cpp in Sources */, + 95B0D0C00EB69DDB001A0D06 /* btGjkEpa.cpp in Sources */, + 95B0D0C20EB69DDB001A0D06 /* btGjkEpa2.cpp in Sources */, + 95B0D0C40EB69DDB001A0D06 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */, + 95B0D0C60EB69DDB001A0D06 /* btGjkPairDetector.cpp in Sources */, + 95B0D0C90EB69DDB001A0D06 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */, + 95B0D0CB0EB69DDB001A0D06 /* btPersistentManifold.cpp in Sources */, + 95B0D0CE0EB69DDB001A0D06 /* btRaycastCallback.cpp in Sources */, + 95B0D0D10EB69DDB001A0D06 /* btSubSimplexConvexCast.cpp in Sources */, + 95B0D0D30EB69DDB001A0D06 /* btVoronoiSimplexSolver.cpp in Sources */, + 95B0D0D50EB69DDB001A0D06 /* btConeTwistConstraint.cpp in Sources */, + 95B0D0D80EB69DDB001A0D06 /* btContactConstraint.cpp in Sources */, + 95B0D0DB0EB69DDB001A0D06 /* btGeneric6DofConstraint.cpp in Sources */, + 95B0D0DD0EB69DDB001A0D06 /* btHingeConstraint.cpp in Sources */, + 95B0D0E00EB69DDB001A0D06 /* btOdeContactJoint.cpp in Sources */, + 95B0D0E20EB69DDB001A0D06 /* btOdeJoint.cpp in Sources */, + 95B0D0E50EB69DDB001A0D06 /* btOdeQuickstepConstraintSolver.cpp in Sources */, + 95B0D0E80EB69DDB001A0D06 /* btOdeTypedJoint.cpp in Sources */, + 95B0D0EA0EB69DDB001A0D06 /* btPoint2PointConstraint.cpp in Sources */, + 95B0D0EC0EB69DDB001A0D06 /* btSequentialImpulseConstraintSolver.cpp in Sources */, + 95B0D0EE0EB69DDB001A0D06 /* btSliderConstraint.cpp in Sources */, + 95B0D0F00EB69DDB001A0D06 /* btSolve2LinearConstraint.cpp in Sources */, + 95B0D0F40EB69DDC001A0D06 /* btSorLcp.cpp in Sources */, + 95B0D0F60EB69DDC001A0D06 /* btTypedConstraint.cpp in Sources */, + 95B0D0F80EB69DDC001A0D06 /* btUprightConstraint.cpp in Sources */, + 95B0D0FA0EB69DDC001A0D06 /* btContinuousDynamicsWorld.cpp in Sources */, + 95B0D0FC0EB69DDC001A0D06 /* btDiscreteDynamicsWorld.cpp in Sources */, + 95B0D0FF0EB69DDC001A0D06 /* btRigidBody.cpp in Sources */, + 95B0D1010EB69DDC001A0D06 /* btSimpleDynamicsWorld.cpp in Sources */, + 95B0D1030EB69DDC001A0D06 /* Bullet-C-API.cpp in Sources */, + 95B0D1040EB69DDC001A0D06 /* btKart.cpp in Sources */, + 95B0D1060EB69DDC001A0D06 /* btRaycastVehicle.cpp in Sources */, + 95B0D1090EB69DDC001A0D06 /* btWheelInfo.cpp in Sources */, + 95B0D10F0EB69DDC001A0D06 /* btAlignedAllocator.cpp in Sources */, + 95B0D1120EB69DDC001A0D06 /* btConvexHull.cpp in Sources */, + 95B0D1150EB69DDC001A0D06 /* btGeometryUtil.cpp in Sources */, + 95B0D1210EB69DDC001A0D06 /* btQuickprof.cpp in Sources */, + 95B0D1300EB69DDC001A0D06 /* callback_manager.cpp in Sources */, + 95B0D1320EB69DDC001A0D06 /* camera.cpp in Sources */, + 95B0D1340EB69DDC001A0D06 /* challenge.cpp in Sources */, + 95B0D1360EB69DDC001A0D06 /* challenge_data.cpp in Sources */, + 95B0D1440EB69DDC001A0D06 /* callbacks.c in Sources */, + 95B0D1530EB69DDC001A0D06 /* host.c in Sources */, + 95B0D1610EB69DDC001A0D06 /* list.c in Sources */, + 95B0D1670EB69DDC001A0D06 /* packet.c in Sources */, + 95B0D1690EB69DDC001A0D06 /* peer.c in Sources */, + 95B0D16B0EB69DDC001A0D06 /* protocol.c in Sources */, + 95B0D16F0EB69DDC001A0D06 /* unix.c in Sources */, + 95B0D1710EB69DDC001A0D06 /* win32.c in Sources */, + 95B0D1730EB69DDC001A0D06 /* explosion.cpp in Sources */, + 95B0D1750EB69DDC001A0D06 /* file_manager.cpp in Sources */, + 95B0D1770EB69DDC001A0D06 /* flyable.cpp in Sources */, + 95B0D1790EB69DDC001A0D06 /* grand_prix_data.cpp in Sources */, + 95B0D17B0EB69DDC001A0D06 /* grand_prix_manager.cpp in Sources */, + 95B0D17D0EB69DDC001A0D06 /* base_gui.cpp in Sources */, + 95B0D17F0EB69DDC001A0D06 /* challenges_menu.cpp in Sources */, + 95B0D1810EB69DDC001A0D06 /* char_sel.cpp in Sources */, + 95B0D1830EB69DDC001A0D06 /* config_controls.cpp in Sources */, + 95B0D1850EB69DDC001A0D06 /* config_display.cpp in Sources */, + 95B0D1870EB69DDC001A0D06 /* config_sound.cpp in Sources */, + 95B0D1890EB69DDC001A0D06 /* credits_menu.cpp in Sources */, + 95B0D18B0EB69DDC001A0D06 /* display_res_confirm.cpp in Sources */, + 95B0D18D0EB69DDD001A0D06 /* feature_unlocked.cpp in Sources */, + 95B0D18F0EB69DDD001A0D06 /* font.cpp in Sources */, + 95B0D1910EB69DDD001A0D06 /* game_mode.cpp in Sources */, + 95B0D1930EB69DDD001A0D06 /* grand_prix_ending.cpp in Sources */, + 95B0D1950EB69DDD001A0D06 /* grand_prix_select.cpp in Sources */, + 95B0D1970EB69DDD001A0D06 /* help_page_one.cpp in Sources */, + 95B0D1990EB69DDD001A0D06 /* help_page_three.cpp in Sources */, + 95B0D19B0EB69DDD001A0D06 /* help_page_two.cpp in Sources */, + 95B0D19D0EB69DDD001A0D06 /* main_menu.cpp in Sources */, + 95B0D19F0EB69DDD001A0D06 /* menu_manager.cpp in Sources */, + 95B0D1A10EB69DDD001A0D06 /* network_gui.cpp in Sources */, + 95B0D1A30EB69DDD001A0D06 /* num_players.cpp in Sources */, + 95B0D1A50EB69DDD001A0D06 /* options.cpp in Sources */, + 95B0D1A70EB69DDD001A0D06 /* player_controls.cpp in Sources */, + 95B0D1A90EB69DDD001A0D06 /* race_gui.cpp in Sources */, + 95B0D1AB0EB69DDD001A0D06 /* race_menu.cpp in Sources */, + 95B0D1AD0EB69DDD001A0D06 /* race_options.cpp in Sources */, + 95B0D1AF0EB69DDD001A0D06 /* race_results_gui.cpp in Sources */, + 95B0D1B10EB69DDD001A0D06 /* start_race_feedback.cpp in Sources */, + 95B0D1B30EB69DDD001A0D06 /* track_sel.cpp in Sources */, + 95B0D1B50EB69DDD001A0D06 /* widget.cpp in Sources */, + 95B0D1B70EB69DDD001A0D06 /* widget_manager.cpp in Sources */, + 95B0D1B90EB69DDD001A0D06 /* highscore_manager.cpp in Sources */, + 95B0D1BB0EB69DDD001A0D06 /* highscores.cpp in Sources */, + 95B0D1BD0EB69DDD001A0D06 /* history.cpp in Sources */, + 95B0D3560EB69DDF001A0D06 /* isect.cpp in Sources */, + 95B0D3580EB69DDF001A0D06 /* attachment.cpp in Sources */, + 95B0D35A0EB69DDF001A0D06 /* attachment_manager.cpp in Sources */, + 95B0D35C0EB69DDF001A0D06 /* bowling.cpp in Sources */, + 95B0D35E0EB69DDF001A0D06 /* collectable.cpp in Sources */, + 95B0D3600EB69DDF001A0D06 /* collectable_manager.cpp in Sources */, + 95B0D3620EB69DDF001A0D06 /* herring.cpp in Sources */, + 95B0D3640EB69DDF001A0D06 /* herring_manager.cpp in Sources */, + 95B0D3660EB69DDF001A0D06 /* homing.cpp in Sources */, + 95B0D3680EB69DDF001A0D06 /* missile.cpp in Sources */, + 95B0D36A0EB69DDF001A0D06 /* projectile_manager.cpp in Sources */, + 95B0D36C0EB69DDF001A0D06 /* kart.cpp in Sources */, + 95B0D3700EB69DDF001A0D06 /* kart_properties.cpp in Sources */, + 95B0D3720EB69DDF001A0D06 /* kart_properties_manager.cpp in Sources */, + 95B0D3740EB69DDF001A0D06 /* lexer.cpp in Sources */, + 95B0D3760EB69DDF001A0D06 /* lisp.cpp in Sources */, + 95B0D3780EB69DDF001A0D06 /* parser.cpp in Sources */, + 95B0D37A0EB69DDF001A0D06 /* writer.cpp in Sources */, + 95B0D37C0EB69DDF001A0D06 /* loader.cpp in Sources */, + 95B0D37E0EB69DDF001A0D06 /* main.cpp in Sources */, + 95B0D37F0EB69DDF001A0D06 /* main_loop.cpp in Sources */, + 95B0D3840EB69DDF001A0D06 /* material.cpp in Sources */, + 95B0D3860EB69DDF001A0D06 /* material_manager.cpp in Sources */, + 95B0D3880EB69DDF001A0D06 /* clock.cpp in Sources */, + 95B0D38A0EB69DDF001A0D06 /* follow_the_leader.cpp in Sources */, + 95B0D38C0EB69DDF001A0D06 /* linear_world.cpp in Sources */, + 95B0D38E0EB69DDF001A0D06 /* standard_race.cpp in Sources */, + 95B0D3900EB69DDF001A0D06 /* three_strikes_battle.cpp in Sources */, + 95B0D3920EB69DDF001A0D06 /* world.cpp in Sources */, + 95B0D3940EB69DDF001A0D06 /* moveable.cpp in Sources */, + 95B0D3960EB69DDF001A0D06 /* moving_physics.cpp in Sources */, + 95B0D3980EB69DDF001A0D06 /* moving_texture.cpp in Sources */, + 95B0D39D0EB69DDF001A0D06 /* connect_message.cpp in Sources */, + 95B0D3A10EB69DDF001A0D06 /* kart_control_message.cpp in Sources */, + 95B0D3A30EB69DDF001A0D06 /* kart_update_message.cpp in Sources */, + 95B0D3A50EB69DDF001A0D06 /* message.cpp in Sources */, + 95B0D3A70EB69DDF001A0D06 /* network_kart.cpp in Sources */, + 95B0D3A90EB69DDF001A0D06 /* network_manager.cpp in Sources */, + 95B0D3AC0EB69DDF001A0D06 /* race_info_message.cpp in Sources */, + 95B0D3AF0EB69DDF001A0D06 /* race_result_message.cpp in Sources */, + 95B0D3B20EB69DDF001A0D06 /* race_state.cpp in Sources */, + 95B0D3B70EB69DE0001A0D06 /* particle_system.cpp in Sources */, + 95B0D3B90EB69DE0001A0D06 /* physics.cpp in Sources */, + 95B0D3BC0EB69DE0001A0D06 /* player_kart.cpp in Sources */, + 95B0D3BE0EB69DE0001A0D06 /* race_manager.cpp in Sources */, + 95B0D3C00EB69DE0001A0D06 /* replay_base.cpp in Sources */, + 95B0D3C30EB69DE0001A0D06 /* replay_buffers.cpp in Sources */, + 95B0D3C50EB69DE0001A0D06 /* replay_player.cpp in Sources */, + 95B0D3C70EB69DE0001A0D06 /* replay_recorder.cpp in Sources */, + 95B0D3C90EB69DE0001A0D06 /* default_robot.cpp in Sources */, + 95B0D3CB0EB69DE0001A0D06 /* empty_robot.cpp in Sources */, + 95B0D3D00EB69DE0001A0D06 /* scene.cpp in Sources */, + 95B0D3D20EB69DE0001A0D06 /* sdldrv.cpp in Sources */, + 95B0D3D40EB69DE0001A0D06 /* shadow.cpp in Sources */, + 95B0D3D60EB69DE0001A0D06 /* skid_mark.cpp in Sources */, + 95B0D3D90EB69DE0001A0D06 /* smoke.cpp in Sources */, + 95B0D3DB0EB69DE0001A0D06 /* static_ssg.cpp in Sources */, + 95B0D3DD0EB69DE0001A0D06 /* stk_config.cpp in Sources */, + 95B0D3DF0EB69DE0001A0D06 /* string_utils.cpp in Sources */, + 95B0D3E10EB69DE0001A0D06 /* terrain_info.cpp in Sources */, + 95B0D3E30EB69DE0001A0D06 /* track.cpp in Sources */, + 95B0D3E50EB69DE0001A0D06 /* track_manager.cpp in Sources */, + 95B0D3E70EB69DE0001A0D06 /* traffic.cpp in Sources */, + 95B0D3E80EB69DE0001A0D06 /* translation.cpp in Sources */, + 95B0D3EA0EB69DE0001A0D06 /* triangle_mesh.cpp in Sources */, + 95B0D3EC0EB69DE0001A0D06 /* unlock_manager.cpp in Sources */, + 95B0D3EE0EB69DE0001A0D06 /* user_config.cpp in Sources */, + 95B0D3F10EB69DE0001A0D06 /* random_generator.cpp in Sources */, + 95B0D3F30EB69DE0001A0D06 /* ssg_help.cpp in Sources */, + 95B0D3F50EB69DE0001A0D06 /* vec3.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2375,6 +3047,9 @@ "$(LIBRARY_SEARCH_PATHS_QUOTED_4)", "$(LIBRARY_SEARCH_PATHS_QUOTED_5)", "$(LIBRARY_SEARCH_PATHS_QUOTED_6)", + "$(LIBRARY_SEARCH_PATHS_QUOTED_7)", + "$(LIBRARY_SEARCH_PATHS_QUOTED_8)", + "$(LIBRARY_SEARCH_PATHS_QUOTED_9)", ); LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/Demos/OpenGL\""; LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/src\""; @@ -2382,7 +3057,11 @@ LIBRARY_SEARCH_PATHS_QUOTED_4 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src\""; LIBRARY_SEARCH_PATHS_QUOTED_5 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/Demos/OpenGL\""; LIBRARY_SEARCH_PATHS_QUOTED_6 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src\""; + LIBRARY_SEARCH_PATHS_QUOTED_7 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/Demos/OpenGL\""; + LIBRARY_SEARCH_PATHS_QUOTED_8 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/src\""; + LIBRARY_SEARCH_PATHS_QUOTED_9 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/enet\""; OTHER_CFLAGS = ( + "-Wall", "-DHAVE_OGGVORBIS", "-I$(PROJECT_DIR)/../../", "-I$(PROJECT_DIR)/../../bullet/src", @@ -2442,6 +3121,9 @@ "$(LIBRARY_SEARCH_PATHS_QUOTED_4)", "$(LIBRARY_SEARCH_PATHS_QUOTED_5)", "$(LIBRARY_SEARCH_PATHS_QUOTED_6)", + "$(LIBRARY_SEARCH_PATHS_QUOTED_7)", + "$(LIBRARY_SEARCH_PATHS_QUOTED_8)", + "$(LIBRARY_SEARCH_PATHS_QUOTED_9)", ); LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/Demos/OpenGL\""; LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/src\""; @@ -2449,7 +3131,11 @@ LIBRARY_SEARCH_PATHS_QUOTED_4 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src\""; LIBRARY_SEARCH_PATHS_QUOTED_5 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/Demos/OpenGL\""; LIBRARY_SEARCH_PATHS_QUOTED_6 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src\""; + LIBRARY_SEARCH_PATHS_QUOTED_7 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/Demos/OpenGL\""; + LIBRARY_SEARCH_PATHS_QUOTED_8 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/bullet/src\""; + LIBRARY_SEARCH_PATHS_QUOTED_9 = "\"$(SYSTEM_DEVELOPER_DIR)/games/supertuxkart2/src/enet\""; OTHER_CFLAGS = ( + "-Wall", "-DHAVE_OGGVORBIS", "-I$(PROJECT_DIR)/../../", "-I$(PROJECT_DIR)/../../bullet/src", diff --git a/src/attachment.cpp b/src/items/attachment.cpp similarity index 98% rename from src/attachment.cpp rename to src/items/attachment.cpp index c1a71b7be..d833d8be0 100644 --- a/src/attachment.cpp +++ b/src/items/attachment.cpp @@ -20,9 +20,9 @@ #define _WINSOCKAPI_ #include -#include "attachment.hpp" -#include "attachment_manager.hpp" -#include "projectile_manager.hpp" +#include "items/attachment.hpp" +#include "items/attachment_manager.hpp" +#include "items/projectile_manager.hpp" #include "kart.hpp" #include "constants.hpp" #include "stk_config.hpp" diff --git a/src/attachment.hpp b/src/items/attachment.hpp similarity index 99% rename from src/attachment.hpp rename to src/items/attachment.hpp index 0e979fdd5..7a2fd0fcb 100644 --- a/src/attachment.hpp +++ b/src/items/attachment.hpp @@ -21,7 +21,7 @@ #define HEADER_ATTACHMENT_H #include "stk_config.hpp" -#include "herring.hpp" +#include "items/herring.hpp" #include "utils/random_generator.hpp" class Kart; diff --git a/src/attachment_manager.cpp b/src/items/attachment_manager.cpp similarity index 98% rename from src/attachment_manager.cpp rename to src/items/attachment_manager.cpp index 79d822bea..453942195 100644 --- a/src/attachment_manager.cpp +++ b/src/items/attachment_manager.cpp @@ -17,7 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "attachment_manager.hpp" +#include "items/attachment_manager.hpp" #include "file_manager.hpp" #include "loader.hpp" diff --git a/src/attachment_manager.hpp b/src/items/attachment_manager.hpp similarity index 97% rename from src/attachment_manager.hpp rename to src/items/attachment_manager.hpp index 5497ff952..397bd11ed 100644 --- a/src/attachment_manager.hpp +++ b/src/items/attachment_manager.hpp @@ -20,7 +20,7 @@ #define HEADER_ATTACHMENT_MANAGER_H #include -#include "attachment.hpp" +#include "items/attachment.hpp" class AttachmentManager { diff --git a/src/bowling.cpp b/src/items/bowling.cpp similarity index 99% rename from src/bowling.cpp rename to src/items/bowling.cpp index e36278928..0cf8fb014 100644 --- a/src/bowling.cpp +++ b/src/items/bowling.cpp @@ -17,7 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "bowling.hpp" +#include "items/bowling.hpp" #include "player_kart.hpp" #include "camera.hpp" diff --git a/src/bowling.hpp b/src/items/bowling.hpp similarity index 100% rename from src/bowling.hpp rename to src/items/bowling.hpp diff --git a/src/collectable.cpp b/src/items/collectable.cpp similarity index 99% rename from src/collectable.cpp rename to src/items/collectable.cpp index aa04aa732..b76e40eb3 100644 --- a/src/collectable.cpp +++ b/src/items/collectable.cpp @@ -17,13 +17,13 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "collectable.hpp" +#include "items/collectable.hpp" #include "network/network_manager.hpp" #include "network/race_state.hpp" #include "user_config.hpp" #include "race_manager.hpp" -#include "projectile_manager.hpp" +#include "items/projectile_manager.hpp" #include "kart.hpp" #include "audio/sfx_manager.hpp" #include "audio/sfx_base.hpp" diff --git a/src/collectable.hpp b/src/items/collectable.hpp similarity index 96% rename from src/collectable.hpp rename to src/items/collectable.hpp index 5184e383f..73b5166b0 100644 --- a/src/collectable.hpp +++ b/src/items/collectable.hpp @@ -22,7 +22,7 @@ #define MAX_COLLECTABLES 5 -#include "collectable_manager.hpp" // needed for collectable_type +#include "items/collectable_manager.hpp" // needed for collectable_type #include "utils/random_generator.hpp" class Kart; diff --git a/src/collectable_manager.cpp b/src/items/collectable_manager.cpp similarity index 97% rename from src/collectable_manager.cpp rename to src/items/collectable_manager.cpp index 5c3b3bcb1..6dc7eb581 100644 --- a/src/collectable_manager.cpp +++ b/src/items/collectable_manager.cpp @@ -19,14 +19,14 @@ #include #include -#include "collectable_manager.hpp" +#include "items/collectable_manager.hpp" #include "file_manager.hpp" #include "material_manager.hpp" #include "material.hpp" #include "translation.hpp" -#include "bowling.hpp" +#include "items/bowling.hpp" #include "missile.hpp" -#include "homing.hpp" +#include "items/homing.hpp" #include "loader.hpp" #if defined(WIN32) && !defined(__CYGWIN__) diff --git a/src/collectable_manager.hpp b/src/items/collectable_manager.hpp similarity index 100% rename from src/collectable_manager.hpp rename to src/items/collectable_manager.hpp diff --git a/src/herring.cpp b/src/items/herring.cpp similarity index 99% rename from src/herring.cpp rename to src/items/herring.cpp index 38f316d40..8182114de 100644 --- a/src/herring.cpp +++ b/src/items/herring.cpp @@ -18,7 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "vec3.hpp" -#include "herring.hpp" +#include "items/herring.hpp" #include "kart.hpp" #include "scene.hpp" #include "coord.hpp" diff --git a/src/herring.hpp b/src/items/herring.hpp similarity index 100% rename from src/herring.hpp rename to src/items/herring.hpp diff --git a/src/herring_manager.cpp b/src/items/herring_manager.cpp similarity index 99% rename from src/herring_manager.cpp rename to src/items/herring_manager.cpp index 0fe054e55..e62b26c1e 100644 --- a/src/herring_manager.cpp +++ b/src/items/herring_manager.cpp @@ -23,7 +23,7 @@ #include "network/network_manager.hpp" #include "user_config.hpp" -#include "herring_manager.hpp" +#include "items/herring_manager.hpp" #include "file_manager.hpp" #include "loader.hpp" #include "material_manager.hpp" diff --git a/src/herring_manager.hpp b/src/items/herring_manager.hpp similarity index 98% rename from src/herring_manager.hpp rename to src/items/herring_manager.hpp index 81bfd8229..27938e6de 100644 --- a/src/herring_manager.hpp +++ b/src/items/herring_manager.hpp @@ -23,7 +23,7 @@ #include #include -#include "herring.hpp" +#include "items/herring.hpp" #include "lisp/lisp.hpp" class Kart; diff --git a/src/homing.cpp b/src/items/homing.cpp similarity index 99% rename from src/homing.cpp rename to src/items/homing.cpp index c1e21c1f6..eb7c8c5e3 100644 --- a/src/homing.cpp +++ b/src/items/homing.cpp @@ -17,7 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "homing.hpp" +#include "items/homing.hpp" #include "constants.hpp" #include diff --git a/src/homing.hpp b/src/items/homing.hpp similarity index 100% rename from src/homing.hpp rename to src/items/homing.hpp diff --git a/src/missile.cpp b/src/items/missile.cpp similarity index 100% rename from src/missile.cpp rename to src/items/missile.cpp diff --git a/src/missile.hpp b/src/items/missile.hpp similarity index 100% rename from src/missile.hpp rename to src/items/missile.hpp diff --git a/src/projectile_manager.cpp b/src/items/projectile_manager.cpp similarity index 97% rename from src/projectile_manager.cpp rename to src/items/projectile_manager.cpp index 848f21a40..2f7f9f74d 100644 --- a/src/projectile_manager.cpp +++ b/src/items/projectile_manager.cpp @@ -20,13 +20,13 @@ #include "network/network_manager.hpp" #include "network/race_state.hpp" #include "loader.hpp" -#include "projectile_manager.hpp" -#include "bowling.hpp" +#include "items/projectile_manager.hpp" +#include "items/bowling.hpp" #include "missile.hpp" -#include "homing.hpp" +#include "items/homing.hpp" #include "explosion.hpp" -#include "collectable_manager.hpp" -#include "collectable.hpp" +#include "items/collectable_manager.hpp" +#include "items/collectable.hpp" #include "scene.hpp" static ssgSelector *find_selector ( ssgBranch *b ); diff --git a/src/projectile_manager.hpp b/src/items/projectile_manager.hpp similarity index 98% rename from src/projectile_manager.hpp rename to src/items/projectile_manager.hpp index 2a0db0ccd..d49d30b93 100644 --- a/src/projectile_manager.hpp +++ b/src/items/projectile_manager.hpp @@ -23,7 +23,7 @@ #include #include #include "vec3.hpp" -#include "collectable_manager.hpp" +#include "items/collectable_manager.hpp" class Kart; class Explosion; diff --git a/src/kart.cpp b/src/kart.cpp index ce2df141e..739c9e4e2 100644 --- a/src/kart.cpp +++ b/src/kart.cpp @@ -30,7 +30,7 @@ #include "bullet/Demos/OpenGL/GL_ShapeDrawer.h" #include "loader.hpp" #include "coord.hpp" -#include "herring_manager.hpp" +#include "items/herring_manager.hpp" #include "file_manager.hpp" #include "skid_mark.hpp" #include "user_config.hpp" diff --git a/src/kart.hpp b/src/kart.hpp index 6139b882c..d2489edf5 100644 --- a/src/kart.hpp +++ b/src/kart.hpp @@ -28,8 +28,8 @@ #include "moveable.hpp" #include "kart_properties.hpp" #include "kart_control.hpp" -#include "attachment.hpp" -#include "collectable.hpp" +#include "items/attachment.hpp" +#include "items/collectable.hpp" #include "terrain_info.hpp" class SkidMark; diff --git a/src/main.cpp b/src/main.cpp index 914da89e4..58e182839 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ #include "track.hpp" #include "kart_properties_manager.hpp" #include "kart.hpp" -#include "projectile_manager.hpp" +#include "items/projectile_manager.hpp" #include "race_manager.hpp" #include "file_manager.hpp" #include "loader.hpp" @@ -60,8 +60,8 @@ #include "sdldrv.hpp" #include "callback_manager.hpp" #include "history.hpp" -#include "herring_manager.hpp" -#include "attachment_manager.hpp" +#include "items/herring_manager.hpp" +#include "items/attachment_manager.hpp" #include "audio/sound_manager.hpp" #include "audio/sfx_manager.hpp" #include "stk_config.hpp" diff --git a/src/modes/world.cpp b/src/modes/world.cpp index fc80365ca..37bb0aa75 100644 --- a/src/modes/world.cpp +++ b/src/modes/world.cpp @@ -24,8 +24,8 @@ #include #include "modes/world.hpp" -#include "herring_manager.hpp" -#include "projectile_manager.hpp" +#include "items/herring_manager.hpp" +#include "items/projectile_manager.hpp" #include "gui/menu_manager.hpp" #include "file_manager.hpp" #include "player_kart.hpp" diff --git a/src/network/race_state.cpp b/src/network/race_state.cpp index 5f709f63e..5c9709295 100644 --- a/src/network/race_state.cpp +++ b/src/network/race_state.cpp @@ -20,7 +20,7 @@ #include "modes/world.hpp" #include "network/network_manager.hpp" #include "network/race_state.hpp" -#include "projectile_manager.hpp" +#include "items/projectile_manager.hpp" RaceState *race_state=NULL; diff --git a/src/network/race_state.hpp b/src/network/race_state.hpp index 69527c00e..61521c933 100644 --- a/src/network/race_state.hpp +++ b/src/network/race_state.hpp @@ -26,7 +26,7 @@ #include "network/herring_info.hpp" #include "network/flyable_info.hpp" #include "kart_control.hpp" -#include "herring.hpp" +#include "items/herring.hpp" #include "flyable.hpp" #include "race_manager.hpp" #include "kart.hpp" diff --git a/src/player_kart.cpp b/src/player_kart.cpp index 3bf39e138..2ea409770 100644 --- a/src/player_kart.cpp +++ b/src/player_kart.cpp @@ -25,7 +25,7 @@ #include "player_kart.hpp" #include "player.hpp" #include "sdldrv.hpp" -#include "herring.hpp" +#include "items/herring.hpp" #include "modes/world.hpp" #include "gui/menu_manager.hpp" #include "gui/race_gui.hpp" diff --git a/src/sdldrv.cpp b/src/sdldrv.cpp index 7ba04b1fc..8b8e0599a 100755 --- a/src/sdldrv.cpp +++ b/src/sdldrv.cpp @@ -34,10 +34,10 @@ #include "material_manager.hpp" #include "kart_properties_manager.hpp" #include "main_loop.hpp" -#include "herring_manager.hpp" -#include "collectable_manager.hpp" -#include "attachment_manager.hpp" -#include "projectile_manager.hpp" +#include "items/herring_manager.hpp" +#include "items/collectable_manager.hpp" +#include "items/attachment_manager.hpp" +#include "items/projectile_manager.hpp" #include "loader.hpp" #include "player.hpp" #include "user_config.hpp" diff --git a/src/track.cpp b/src/track.cpp index c83c9813b..f4fa99adb 100644 --- a/src/track.cpp +++ b/src/track.cpp @@ -38,8 +38,8 @@ #include "material_manager.hpp" #include "isect.hpp" #include "user_config.hpp" -#include "herring.hpp" -#include "herring_manager.hpp" +#include "items/herring.hpp" +#include "items/herring_manager.hpp" #include "race_manager.hpp" #include "audio/sound_manager.hpp" #include "utils/ssg_help.hpp"