Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics_new/src/ogreode/OgreOde_Core.h @ 2119

Last change on this file since 2119 was 2119, checked in by rgrieder, 15 years ago

Merged physics branch into physics_new branch.

  • Property svn:eol-style set to native
File size: 397 bytes
Line 
1#ifndef _OGREODE_CORE_H_
2#define _OGREODE_CORE_H_
3
4#include "OgreOdePreReqs.h"
5#include "OgreOdeUtility.h"
6#include "OgreOdeWorld.h"
7#include "OgreOdeBody.h"
8#include "OgreOdeMass.h"
9#include "OgreOdeJoint.h"
10#include "OgreOdeSpace.h"
11#include "OgreOdeGeometry.h"
12#include "OgreOdeCollision.h"
13#include "OgreOdeStepper.h"
14#include "OgreOdeEntityInformer.h"
15#include "OgreOdeDebugObject.h"
16
17#endif
Note: See TracBrowser for help on using the repository browser.