00001 #ifndef __KX_PYTHON_INIT 00002 #define __KX_PYTHON_INIT 00003 00004 #include "Python.h" 00005 #include "StdString.h" 00006 00007 PyObject* initGameLogic(); 00008 PyObject* initGameKeys(); 00009 PyObject* initRasterizer(class RAS_ICanvas* canvas); 00010 PyObject* initGamePythonScripting(const CCString& progname); 00011 00012 void exitGamePythonScripting(); 00013 extern bool gUseVisibilityTemp; 00014 00015 #endif //__KX_PYTHON_INIT