Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/include/OgreOdePrecompiledHeaders.h @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 558 bytes
Line 
1#ifndef __OgreOdePrecompiledHeaders_
2#define __OgreOdePrecompiledHeaders_
3 
4#ifdef _PRECOMP
5
6#include "OgreOdePreReqs.h"
7#include "OgreOdeWorld.h"
8#include "OgreOdeBody.h"
9#include "OgreOdeMass.h"
10#include "OgreOdeJoint.h"
11#include "OgreOdeSpace.h"
12#include "OgreOdeGeometry.h"
13#include "OgreOdeCollision.h"
14#include "OgreOdeStepper.h"
15
16#include "OgreOdeEntityInformer.h"
17
18
19#include "OgreOdeEigenSolver.h"
20#include "OgreOdeUtility.h"
21
22#include "OgreOdeDebugObject.h"
23#include "OgreOdeDebugContact.h"
24
25#endif //_PRECOMP
26#endif //__OgreOdePrecompiledHeaders_
Note: See TracBrowser for help on using the repository browser.