Changeset 2425 for code/branches/physics/src/orxonox/tools
- Timestamp:
- Dec 13, 2008, 8:50:32 PM (16 years ago)
- Location:
- code/branches/physics/src/orxonox/tools
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/tools/BillboardSet.cc
r2087 r2425 34 34 35 35 #include <OgreSceneManager.h> 36 #include <OgreBillboardSet.h> 36 37 #include <OgreBillboard.h> 37 38 -
code/branches/physics/src/orxonox/tools/BillboardSet.h
r2087 r2425 33 33 34 34 #include <string> 35 #include <Ogre BillboardSet.h>35 #include <OgrePrerequisites.h> 36 36 37 37 #include "util/Math.h" -
code/branches/physics/src/orxonox/tools/Mesh.cc
r2087 r2425 31 31 32 32 #include <sstream> 33 #include <OgreEntity.h> 33 34 #include <OgreSceneManager.h> 34 35 #include <cassert> -
code/branches/physics/src/orxonox/tools/Mesh.h
r2087 r2425 33 33 34 34 #include <string> 35 #include <Ogre Entity.h>35 #include <OgrePrerequisites.h> 36 36 37 37 namespace orxonox -
code/branches/physics/src/orxonox/tools/ParticleInterface.h
r2296 r2425 33 33 34 34 #include <string> 35 #include <OgreP articleEmitter.h>35 #include <OgrePrerequisites.h> 36 36 37 37 #include "core/OrxonoxClass.h"
Note: See TracChangeset
for help on using the changeset viewer.