Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2007, 3:40:55 AM (17 years ago)
Author:
landauf
Message:

added Ogre::Vector2 as configurable type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h

    r447 r450  
    1818#include "ConfigValueContainer.h"
    1919
     20#include "OgreVector2.h"
    2021#include "OgreVector3.h"
    2122#include "OgreColourValue.h"
     
    2526namespace orxonox
    2627{
     28    typedef Ogre::Vector2 Vector2;
    2729    typedef Ogre::Vector3 Vector3;
    2830    typedef Ogre::ColourValue ColourValue;
     
    109111        this->getIdentifier()->setConfigValueContainer(#varname, container##varname); \
    110112    } \
    111     this->varname = container##varname->getValue(varname)
     113    varname = container##varname->getValue(varname)
Note: See TracChangeset for help on using the changeset viewer.