Changeset 663 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 20, 2007, 8:01:43 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc
r592 r663 27 27 28 28 #include <fstream> 29 #include <string>29 // #include <string> 30 30 #include "ConfigValueContainer.h" 31 31 -
code/branches/FICN/src/orxonox/core/ConfigValueContainer.h
r497 r663 74 74 /** @returns the value of the type Vector3. @param value This is only needed to determine the right type. */ 75 75 inline Ogre::Vector3 getValue(const Ogre::Vector3& value) { return this->value_vector3_; } 76 /** @returns the value of the type Colour £Value. @param value This is only needed to determine the right type. */76 /** @returns the value of the type Colour�Value. @param value This is only needed to determine the right type. */ 77 77 inline Ogre::ColourValue getValue(const Ogre::ColourValue& value) { return this->value_colourvalue_; } 78 78
Note: See TracChangeset
for help on using the changeset viewer.