Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2008, 10:07:50 PM (16 years ago)
Author:
rgrieder
Message:

Cleaned up the heavy mess with header file includes in OgreOde. It should now compile a lot faster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/ogreode/OgreOdeWorld.cpp

    r1922 r1923  
    1 
    21#include "OgreOdePrecompiledHeaders.h"
    3 
    42#include "OgreOdeWorld.h"
     3
     4#include <OgreSceneNode.h>
     5#include <OgreMovableObject.h>
     6
    57#include "OgreOdeBody.h"
    6 #include "OgreOdeJoint.h"
    78#include "OgreOdeGeometry.h"
    89#include "OgreOdeSpace.h"
    9 #include "OgreOdeDebugObject.h"
    1010
    1111using namespace OgreOde;
Note: See TracChangeset for help on using the changeset viewer.