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:
authorMichel Selten <michel@mselten.demon.nl>2003-03-15 22:14:16 +0300
committerMichel Selten <michel@mselten.demon.nl>2003-03-15 22:14:16 +0300
commitb6b9c648bcf6fb9950773aada8785f675ce65e9e (patch)
tree3fd662054dbd5a339d1ba68eaf9425823c83bb2f /source/blender/python/api2_2x/gen_utils.h
parenta0c1e2bd3d3cf51cfab25db9d586da431d77b8e1 (diff)
* Removed datablock.[ch]
* Object.Get("") should work. * Many variables from module Object are implemented. * Updated build environment to generate more warnings (-Wall) Michel
Diffstat (limited to 'source/blender/python/api2_2x/gen_utils.h')
-rw-r--r--source/blender/python/api2_2x/gen_utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.h b/source/blender/python/api2_2x/gen_utils.h
index 4fd4071c62e..ab41cf9d617 100644
--- a/source/blender/python/api2_2x/gen_utils.h
+++ b/source/blender/python/api2_2x/gen_utils.h
@@ -29,7 +29,12 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#include <Python.h>
+
+#include <DNA_ID.h>
+
int StringEqual (char * string1, char * string2);
+char * GetIdName (ID *id);
PyObject * PythonReturnErrorObject (PyObject * type, char * error_msg);
PyObject * PythonIncRef (PyObject *object);
char * event_to_name(short event);