- Timestamp:
- Dec 12, 2007, 1:18:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h
r457 r460 22 22 #include "OgreVector3.h" 23 23 #include "OgreColourValue.h" 24 #include "OgreQuaternion.h" 25 #include "OgreMatrix3.h" 24 26 25 27 … … 30 32 typedef Ogre::Vector3 Vector3; 31 33 typedef Ogre::ColourValue ColourValue; 34 typedef Ogre::Radian Radian; 35 typedef Ogre::Real Real; 36 typedef Ogre::Quaternion Quaternion; 37 typedef Ogre::Matrix3 Matrix3; 32 38 } 33 39
Note: See TracChangeset
for help on using the changeset viewer.