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-27 13:30:53 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-07-27 13:30:53 +0400
commit411123b2502388c9082886be48db93836ceacea8 (patch)
tree2d37fe8fc95b71b603a9e2fdf76580768a134313 /source/gameengine/Ketsji/KX_PythonInit.h
parentb8142515ce762107a186fac501d73a2dbe42047a (diff)
- added debug line drawing in gameengine (handy for debugging physics problems)
- added #ifdef for a visual studio 8 crashing problems - added scaling and tolerances to triangle meshes
Diffstat (limited to 'source/gameengine/Ketsji/KX_PythonInit.h')
-rw-r--r--source/gameengine/Ketsji/KX_PythonInit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_PythonInit.h b/source/gameengine/Ketsji/KX_PythonInit.h
index dc4bad05efb..85616e26b6c 100644
--- a/source/gameengine/Ketsji/KX_PythonInit.h
+++ b/source/gameengine/Ketsji/KX_PythonInit.h
@@ -51,6 +51,9 @@ void exitGamePlayerPythonScripting();
PyObject* initGamePythonScripting(const STR_String& progname, TPythonSecurityLevel level);
void exitGamePythonScripting();
void PHY_SetActiveScene(class KX_Scene* scene);
+#include "MT_Vector3.h"
+
+void KX_RasterizerDrawDebugLine(const MT_Vector3& from,const MT_Vector3& to,const MT_Vector3& color);
#endif //__KX_PYTHON_INIT