Changeset 1925
- Timestamp:
- Oct 14, 2008, 11:57:57 PM (16 years ago)
- Location:
- code/branches/physics/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/CMakeLists.txt
r1924 r1925 106 106 tinyxml_orxonox 107 107 tolualib_orxonox 108 ogreode_orxonox 108 109 util 109 110 core -
code/branches/physics/src/orxonox/objects/PhysicsTest.cc
r1924 r1925 32 32 #include <OgreStaticGeometry.h> 33 33 #include <OgreSceneManager.h> 34 #include "OgreOde/OgreOde_Core.h" 34 #include <OgreEntity.h> 35 #include "ogreode/OgreOde_Core.h" 35 36 #include "util/Convert.h" 36 37 #include "core/CoreIncludes.h"
Note: See TracChangeset
for help on using the changeset viewer.