added Geometry as a BGE module, removed its dependency on gen_utils.c

This commit is contained in:
2009-04-30 12:45:13 +00:00
parent b14dc8f3d9
commit fdf6ea916d
9 changed files with 96 additions and 51 deletions

View File

@@ -34,6 +34,6 @@
#include <Python.h>
#include "Mathutils.h"
PyObject *Geometry_Init( void );
PyObject *Geometry_Init( const char *from );
#endif /* EXPP_Geometry_H */