- Timestamp:
- Dec 10, 2007, 3:40:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h
r447 r450 18 18 #include "ConfigValueContainer.h" 19 19 20 #include "OgreVector2.h" 20 21 #include "OgreVector3.h" 21 22 #include "OgreColourValue.h" … … 25 26 namespace orxonox 26 27 { 28 typedef Ogre::Vector2 Vector2; 27 29 typedef Ogre::Vector3 Vector3; 28 30 typedef Ogre::ColourValue ColourValue; … … 109 111 this->getIdentifier()->setConfigValueContainer(#varname, container##varname); \ 110 112 } \ 111 this->varname = container##varname->getValue(varname)113 varname = container##varname->getValue(varname)
Note: See TracChangeset
for help on using the changeset viewer.