gfx_global.hh

Go to the documentation of this file.
00001 /*
00008  * LEGAL:   COPYRIGHT (C) 2007 JIM E. BROOKS
00009  *          THIS SOURCE CODE IS RELEASED UNDER THE TERMS
00010  *          OF THE GNU GENERAL PUBLIC LICENSE VERSION 2 (GPL 2).
00011  *****************************************************************************/
00012 
00013 #ifndef GFX_GLOBAL_HH
00014 #define GFX_GLOBAL_HH 1
00015 
00016 #include "gfx_events.hh"
00017 
00018 namespace gfx {
00019 
00023 class Global
00024 {
00025 public:
00026     Events      mEvents;
00027 };
00028 
00029 GFX_GLOBAL Global global;
00030 
00031 } // namespace gfx
00032 
00033 #endif // GFX_GLOBAL_HH
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:10 2007