mod_base_events.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 MOD_BASE_EVENTS_HH
00014 #define MOD_BASE_EVENTS_HH 1
00015 
00016 namespace mod_base {
00017 
00028 class Events
00029 {
00030 public:
00031     Event<Void>                     mAnimate;           
00032     Event<inp::Joystick::eButton>   mJoystickButton;
00033 };
00034 
00035 } // namespace mod_base
00036 
00037 #endif // MOD_BASE_EVENTS_HH
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:12 2007