added Geometry as a BGE module, removed its dependency on gen_utils.c
This commit is contained in:
@@ -45,6 +45,7 @@ PyObject* initGameKeys();
|
||||
PyObject* initRasterizer(class RAS_IRasterizer* rasty,class RAS_ICanvas* canvas);
|
||||
PyObject* initGamePlayerPythonScripting(const STR_String& progname, TPythonSecurityLevel level, struct Main *maggie, int argc, char** argv);
|
||||
PyObject* initMathutils();
|
||||
PyObject* initGeometry();
|
||||
PyObject* initBGL();
|
||||
PyObject* initVideoTexture(void);
|
||||
void exitGamePlayerPythonScripting();
|
||||
|
||||
Reference in New Issue
Block a user