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