Changes between Version 6 and Version 7 of Documentation/Configuration
- Timestamp:
- Feb 4, 2010, 5:04:49 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Configuration
v6 v7 16 16 If you want to read information from a settings file, you can use the built-in {{{Configuration}}} class. To define the filename, use the 17 17 {{{ 18 #! c++18 #!C++ 19 19 StartupWrapper::initConfig( config ); 20 20 }}}