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/OgreOdeDebugContact.cpp

    r1922 r1923  
    99
    1010#include "OgreOdePrecompiledHeaders.h"
    11 
    12 #include "Ogre.h"
    13 #include "OgreFontManager.h"
    14 
    1511#include "OgreOdeDebugContact.h"
     12
     13#include <OgreFontManager.h>
     14#include <OgreEntity.h>
     15#include <OgreSceneNode.h>
     16#include <OgreMaterialManager.h>
     17#include <OgreCamera.h>
     18#include <OgreRoot.h>
     19
    1620#include "OgreOdeCollision.h"
    17 #include "OgreOdeGeometry.h"
    18 #include "OgreOdeBody.h"
    1921#include "OgreOdeWorld.h"
    2022
Note: See TracChangeset for help on using the changeset viewer.