antiglobals.h

Go to the documentation of this file.
00001 #ifndef _ANTI_GLOBALS_
00002 #define _ANTI_GLOBALS_
00003 
00004 #include "antistd.h"
00005 #include "camera.h"
00006 
00007 aeCamera* __aeCurrentCamera;
00008 byte aeExitMainLoopFlag;
00009 uint __aePrevTicks;
00010 uint aeDeltaTicks;
00011 float aeDeltaTime;
00012 
00013 #ifdef _ANTI_DEBUG
00014 FILE* __aeLogPtr;
00015 aeProfiler* __aeProfiler;
00016 #endif
00017 
00018 #endif

Generated on Fri Jun 1 09:08:52 2007 for Antigone by  doxygen 1.4.7