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:
authorCampbell Barton <ideasman42@gmail.com>2011-07-22 15:21:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-22 15:21:01 +0400
commit382050501dc0036dc28434b205215ebc21a0cf1b (patch)
tree4303afd605a8aaddf8145f161c52e606ee647113 /source/gameengine/Expressions/PyObjectPlus.h
parent0e933d089df3a17327caf8700c19df9f419a2973 (diff)
remove duplicate function for printing the current file:line of a python script in the BGE.
Diffstat (limited to 'source/gameengine/Expressions/PyObjectPlus.h')
-rw-r--r--source/gameengine/Expressions/PyObjectPlus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Expressions/PyObjectPlus.h b/source/gameengine/Expressions/PyObjectPlus.h
index 587f3e4ef35..51cfb5471c0 100644
--- a/source/gameengine/Expressions/PyObjectPlus.h
+++ b/source/gameengine/Expressions/PyObjectPlus.h
@@ -55,6 +55,7 @@
#ifdef USE_MATHUTILS
extern "C" {
#include "../../blender/python/mathutils/mathutils.h" /* so we can have mathutils callbacks */
+#include "../../blender/python/generic/py_capi_utils.h" /* for PyC_LineSpit only */
}
#endif