#include #include #include #include #include #include #include namespace orxonox { typedef Ogre::Radian Radian; typedef Ogre::Degree Degree; typedef Ogre::Vector2 Vector2; typedef Ogre::Vector3 Vector3; typedef Ogre::Vector4 Vector4; typedef Ogre::Matrix3 Matrix3; typedef Ogre::Quaternion Quaternion; typedef Ogre::ColourValue ColourValue; }