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

KX_BlenderDevice.h

Go to the documentation of this file.
00001 #ifndef __BLENDERDEVICE
00002 #define __BLENDERDEVICE
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif //__cplusplus
00007 
00008 void    BL_UpdateKeyboard(unsigned short &event,short &val);
00009 void    BL_InitTime();
00010 unsigned short BL_qtest();
00011 void    BL_BeginTimeFrame(int dtime);
00012 int             BL_UpdateGdfra();               
00013 void    BL_usleep(int millisec);
00014 
00015 //int   BL_blender_timer();
00016 #ifdef __cplusplus
00017 }
00018 #endif //__cplusplus
00019 
00020 
00021 
00022 
00023 #endif //__BLENDERDEVICE

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