Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KX_PythonInit.h

Go to the documentation of this file.
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

Generated at Thu Feb 1 13:03:06 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000