00001 //============================================== 00002 // copyright : (C) 2003-2005 by Will Stokes 00003 //============================================== 00004 // This program is free software; you can redistribute it 00005 // and/or modify it under the terms of the GNU General 00006 // Public License as published by the Free Software 00007 // Foundation; either version 2 of the License, or 00008 // (at your option) any later version. 00009 //============================================== 00010 00011 #ifndef CONFIGURATION_MISCSETTINGS_H 00012 #define CONFIGURATION_MISCSETTINGS_H 00013 00014 //forward declarations 00015 class Configuration; 00016 00017 //===================================== 00020 //===================================== 00021 00022 //====================== 00023 class MiscSettings 00024 { 00025 //---------------------- 00026 public: 00027 MiscSettings() { } 00028 static void setDefaults(Configuration* config); 00029 //---------------------- 00030 }; 00031 //====================== 00032 00033 #endif //CONFIGURATION_MISCSETTINGS_H