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>2009-04-30 16:45:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-30 16:45:13 +0400
commitfdf6ea916db3225e2cee437cdb19b3fbee84db41 (patch)
treeef343448ff7e1d1909889590757527b29e0193b3 /source/blender/python/api2_2x/Geometry.h
parentb14dc8f3d97d6010c842e9137034d3ff3747e68a (diff)
added Geometry as a BGE module, removed its dependency on gen_utils.c
Diffstat (limited to 'source/blender/python/api2_2x/Geometry.h')
-rw-r--r--source/blender/python/api2_2x/Geometry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Geometry.h b/source/blender/python/api2_2x/Geometry.h
index e9e365cc9ae..ebfb054c54a 100644
--- a/source/blender/python/api2_2x/Geometry.h
+++ b/source/blender/python/api2_2x/Geometry.h
@@ -34,6 +34,6 @@
#include <Python.h>
#include "Mathutils.h"
-PyObject *Geometry_Init( void );
+PyObject *Geometry_Init( const char *from );
#endif /* EXPP_Geometry_H */