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/blender/python/api2_2x/modules.h')
-rw-r--r--source/blender/python/api2_2x/modules.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h
index 08d3061c8d4..40316769e64 100644
--- a/source/blender/python/api2_2x/modules.h
+++ b/source/blender/python/api2_2x/modules.h
@@ -30,6 +30,13 @@
*/
#include <Python.h>
+/*****************************************************************************/
+/* Global variables */
+/*****************************************************************************/
+PyObject *g_blenderdict;
+
+extern struct PyMethodDef Object_methods[];
+
void initBlender (void);
PyObject* initObject (void);