Changeset 7243 in orxonox.OLD for branches/preferences/src/lib/util/preferences.h
- Timestamp:
- Mar 24, 2006, 4:28:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/lib/util/preferences.h
r7236 r7243 41 41 void setInt(const std::string& section, const std::string& name, int value, bool dontSetModified = false); 42 42 void setFloat(const std::string& section, const std::string& name, float value, bool dontSetModified = false); 43 void setMultiType(const std::string& section, const std::string& name, MultiType& value, bool dontSetModified = false);43 void setMultiType(const std::string& section, const std::string& name, const MultiType& value, bool dontSetModified = false); 44 44 45 45 const std::string getString(const std::string& section, const std::string& name, const std::string& defaultValue);
Note: See TracChangeset
for help on using the changeset viewer.