Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2015, 9:45:02 PM (9 years ago)
Author:
landauf
Message:

fixed includes to make it compile without build units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11/src/libraries/tools/OgreBulletUtils.h

    r10262 r10443  
    1010
    1111#include "tools/ToolsPrereqs.h"
     12#include <OgreVector3.h>
     13#include <OgreQuaternion.h>
     14#include <OgreColourValue.h>
     15#include <OgreMatrix3.h>
     16#include <OgreMatrix4.h>
    1217
    1318namespace orxonox
     
    4247    inline Ogre::Matrix3 matrix3(const btMatrix3x3& matrix)
    4348    {
    44         return Matrix3(
     49        return Ogre::Matrix3(
    4550                matrix[0][0], matrix[0][1], matrix[0][2],
    4651                matrix[1][0], matrix[1][1], matrix[1][2],
Note: See TracChangeset for help on using the changeset viewer.