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:
authorInes Almeida <britalmeida@gmail.com>2015-01-12 22:10:07 +0300
committerInes Almeida <britalmeida@gmail.com>2015-02-03 18:32:55 +0300
commit0e0af4f77222002ddf029095ca36fea71c9ab049 (patch)
tree76fa7a0f267e0c7379d3cd2d1635db5627553d58 /source/gameengine/Ketsji/KX_PythonInitTypes.h
parente67bd30bdf9282f01f5bc3c44503aa496127c582 (diff)
BGE: python API cleanup - adding proper initialization to GameTypes
Diffstat (limited to 'source/gameengine/Ketsji/KX_PythonInitTypes.h')
-rw-r--r--source/gameengine/Ketsji/KX_PythonInitTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.h b/source/gameengine/Ketsji/KX_PythonInitTypes.h
index d8ee4f75fdd..4d7d26f7fb2 100644
--- a/source/gameengine/Ketsji/KX_PythonInitTypes.h
+++ b/source/gameengine/Ketsji/KX_PythonInitTypes.h
@@ -33,7 +33,9 @@
#define __KX_PYTHON_INIT_TYPES__
#ifdef WITH_PYTHON
+#include <Python.h>
void initPyTypes(void);
+PyMODINIT_FUNC initGameTypesPythonBinding(void);
#endif
#endif /* __KX_PYTHON_INIT_TYPES__ */