Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added ogreode and Colladaplugin

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.