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:
Diffstat (limited to 'source/gameengine/Ketsji/KX_IPhysicsController.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_IPhysicsController.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_IPhysicsController.cpp b/source/gameengine/Ketsji/KX_IPhysicsController.cpp
index 9cc7764227b..c2328e45435 100644
--- a/source/gameengine/Ketsji/KX_IPhysicsController.cpp
+++ b/source/gameengine/Ketsji/KX_IPhysicsController.cpp
@@ -36,14 +36,18 @@
#include <config.h>
#endif
+#include "PHY_DynamicTypes.h"
+
KX_IPhysicsController::KX_IPhysicsController(bool dyna,void* userdata)
: m_bDyna(dyna),
m_suspendDynamics(false),
m_userdata(userdata)
{
-};
+}
KX_IPhysicsController::~KX_IPhysicsController()
{
}
+
+