Last change
on this file since 748 was
742,
checked in by landauf, 17 years ago
|
moved all files from misc and the tinyxml folder into the new util folder
|
File size:
495 bytes
|
Rev | Line | |
---|
[708] | 1 | #include <OgreMath.h> |
---|
[716] | 2 | #include <OgreVector2.h> |
---|
| 3 | #include <OgreVector3.h> |
---|
| 4 | #include <OgreVector4.h> |
---|
| 5 | #include <OgreMatrix3.h> |
---|
| 6 | #include <OgreQuaternion.h> |
---|
| 7 | #include <OgreColourValue.h> |
---|
[708] | 8 | |
---|
| 9 | namespace orxonox |
---|
| 10 | { |
---|
| 11 | typedef Ogre::Radian Radian; |
---|
| 12 | typedef Ogre::Degree Degree; |
---|
[716] | 13 | typedef Ogre::Vector2 Vector2; |
---|
| 14 | typedef Ogre::Vector3 Vector3; |
---|
| 15 | typedef Ogre::Vector4 Vector4; |
---|
| 16 | typedef Ogre::Matrix3 Matrix3; |
---|
| 17 | typedef Ogre::Quaternion Quaternion; |
---|
| 18 | typedef Ogre::ColourValue ColourValue; |
---|
[708] | 19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.