Changeset 7625 in orxonox.OLD for branches/qt_gui/src/lib/parser
- Timestamp:
- May 16, 2006, 9:17:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/parser/ini_parser/ini_parser.h
r7624 r7625 18 18 * This class can be used to load an initializer file and parse it's contents for variablename=value pairs. 19 19 */ 20 class IniParser 20 class IniParser : public File 21 21 { 22 22 private:
Note: See TracChangeset
for help on using the changeset viewer.