Changeset 5737 for code/branches/libraries2/src/orxonox/graphics
- Timestamp:
- Sep 1, 2009, 1:13:50 AM (15 years ago)
- Location:
- code/branches/libraries2/src/orxonox/graphics
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/graphics/Billboard.h
r5736 r5737 35 35 #include "tools/BillboardSet.h" 36 36 #include "interfaces/TeamColourable.h" 37 #include " StaticEntity.h"37 #include "worldentities/StaticEntity.h" 38 38 39 39 namespace orxonox -
code/branches/libraries2/src/orxonox/graphics/Light.h
r5736 r5737 35 35 #include "util/Math.h" 36 36 #include "interfaces/TeamColourable.h" 37 #include " StaticEntity.h"37 #include "worldentities/StaticEntity.h" 38 38 39 39 namespace orxonox -
code/branches/libraries2/src/orxonox/graphics/Model.h
r5736 r5737 34 34 #include <string> 35 35 #include "tools/Mesh.h" 36 #include " StaticEntity.h"36 #include "worldentities/StaticEntity.h" 37 37 38 38 namespace orxonox -
code/branches/libraries2/src/orxonox/graphics/ParticleEmitter.h
r5736 r5737 33 33 34 34 #include <string> 35 #include " StaticEntity.h"35 #include "worldentities/StaticEntity.h" 36 36 37 37 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.