Last change
on this file since 2143 was
2119,
checked in by rgrieder, 16 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.