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
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2005-07-30 22:21:02 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-07-30 22:21:02 +0400
commit6eeaacde0aef77b294e0ac425aa68a14f38dce1b (patch)
tree716123db10af8323a3b8c0e936334628ca526d9b /source/gameengine/Ketsji/KX_OdePhysicsController.cpp
parented997ca8d27b9eeb90c9fba38693a471a312efce (diff)
enable bullet for vc7 too by default (can be switched off easily)
Diffstat (limited to 'source/gameengine/Ketsji/KX_OdePhysicsController.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_OdePhysicsController.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_OdePhysicsController.cpp b/source/gameengine/Ketsji/KX_OdePhysicsController.cpp
index cce2ceb70c2..58c04d34149 100644
--- a/source/gameengine/Ketsji/KX_OdePhysicsController.cpp
+++ b/source/gameengine/Ketsji/KX_OdePhysicsController.cpp
@@ -19,6 +19,10 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#include "KX_ConvertPhysicsObject.h"
+
+#ifdef USE_ODE
+
#include "KX_OdePhysicsController.h"
#include "KX_GameObject.h"
#include "KX_MotionState.h"
@@ -244,3 +248,4 @@ void KX_OdePhysicsController::SetSimulatedTime(double time)
}
+#endif //USE_ODE