mod_base_config.hh

Go to the documentation of this file.
00001 /*
00008  * LEGAL:   COPYRIGHT (C) 2004 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 #if COMPILING_MODULE
00014 #ifndef MOD_BASE_CONFIG_HH
00015 #define MOD_BASE_CONFIG_HH 1
00016 
00017 #include "base_config_file.hh"
00018 
00019 namespace mod_base {
00020 
00021 // Key common to all modules but values are specific.
00022 const string cfgkey_module = "module";
00023 
00024 extern string cfgkey_joystick;
00025 extern string cfgkey_joystick_axis3;
00026 extern string cfgkey_joy_left_min;
00027 extern string cfgkey_joy_left_max;
00028 extern string cfgkey_joy_right_min;
00029 extern string cfgkey_joy_right_max;
00030 extern string cfgkey_joy_up_min;
00031 extern string cfgkey_joy_up_max;
00032 extern string cfgkey_joy_down_min;
00033 extern string cfgkey_joy_down_max;
00034 extern string cfgkey_joy_slow_min;
00035 extern string cfgkey_joy_slow_max;
00036 extern string cfgkey_joy_fast_min;
00037 extern string cfgkey_joy_fast_max;
00038 extern string cfgkey_response;
00039 
00040 } // namespace mod_base
00041 
00042 #endif // MOD_BASE_CONFIG_HH
00043 #endif // COMPILING_MODULE
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:11 2007