Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2006-01-31 00:51:11 +0300
committerKent Mein <mein@cs.umn.edu>2006-01-31 00:51:11 +0300
commit1f691ae3cd0e2fe18838f91a8169b714efaf676b (patch)
treef3849de86e02bd00bc701b61dcede8ca2e60a149 /source
parent22c7c71d03b576c8a1b3b844a3c67c1b0f610eb5 (diff)
Added KX_VehicleWrapper.cpp
(Let me know if this doesn't fix it, no time to test it.) Kent
Diffstat (limited to 'source')
-rw-r--r--source/gameengine/Ketsji/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/SConscript b/source/gameengine/Ketsji/SConscript
index 1dc5f0f7170..26c982dc4f9 100644
--- a/source/gameengine/Ketsji/SConscript
+++ b/source/gameengine/Ketsji/SConscript
@@ -64,6 +64,7 @@ source_files = ['BL_Shader.cpp',
'KX_BulletPhysicsController.cpp',
'KX_BlenderMaterial.cpp',
'KX_MaterialIpoController.cpp',
+ 'KX_VehicleWrapper.cpp',
]
if user_options_dict['USE_PHYSICS'] == 'solid':