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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-05-09 08:34:40 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-05-09 08:34:40 +0400
commit81d2589d6a5af1e59125a7897e70638b420e5dc7 (patch)
treec5cad60a54161f9f8b8426504efd6003e3652bf5 /source/blender/python/api2_2x/modules.h
parentceeb5e75685be981e206a9cf82568d8ac2459f3a (diff)
* Implement Blender_Redraw(), minor changes in other files
* Implemented submodule Text
Diffstat (limited to 'source/blender/python/api2_2x/modules.h')
-rw-r--r--source/blender/python/api2_2x/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h
index 20ea92cf2d7..ecf3cad2fc9 100644
--- a/source/blender/python/api2_2x/modules.h
+++ b/source/blender/python/api2_2x/modules.h
@@ -49,3 +49,4 @@ PyObject *M_Image_Init (void);
PyObject *M_Window_Init (void);
PyObject *M_Draw_Init (void);
PyObject *M_BGL_Init (void);
+PyObject *M_Text_Init (void);