- Timestamp:
- Oct 14, 2008, 10:07:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/ogreode/OgreOdeTriangleMeshData.h
r1919 r1923 2 2 #define __OgreOdeTriangleMeshData_H__ 3 3 4 #include <Ogre.h>4 #include "OgreOdePreReqs.h" 5 5 6 #include "OgreOdePreReqs.h" 7 #include "OgreOdeMaintainedList.h" 8 9 using namespace std; 6 #include <OgreSharedPtr.h> 7 #include <OgreVector3.h> 10 8 11 9 namespace OgreOde
Note: See TracChangeset
for help on using the changeset viewer.