Changeset 5946 in orxonox.OLD for trunk/src/lib/parser/ini_parser/ini_parser.h
- Timestamp:
- Dec 7, 2005, 12:46:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/parser/ini_parser/ini_parser.h
r5945 r5946 90 90 void setFileName(const char* fileName); 91 91 92 void setFileComment(); 93 void setSectionComment(); 94 void setEntryComment(); 95 92 96 std::list<IniSection>::const_iterator getSectionIT(const char* sectionName) const; 93 97 std::list<IniEntry>::const_iterator getEntryIT(const char* entryName, const char* sectionName = NULL) const;
Note: See TracChangeset
for help on using the changeset viewer.