Changes between Version 5 and Version 6 of Documentation/Configuration
- Timestamp:
- Feb 4, 2010, 5:04:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Configuration
v5 v6 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 19 StartupWrapper::initConfig( config ); 19 20 }}}