Changeset 796
- Timestamp:
- Feb 10, 2008, 1:25:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/orxonox/core/ConfigValueContainer.h
r795 r796 101 101 void description(const std::string& description); 102 102 103 bool parseString(const std::string& input, MultiTypeMath& defvalue = MultiTypeMath(MT_null));103 bool parseString(const std::string& input, MultiTypeMath& defvalue); 104 104 bool valueToString(std::string* output, MultiTypeMath& input); 105 105 void resetConfigFileEntry();
Note: See TracChangeset
for help on using the changeset viewer.