Changeset 5737 for code/branches/libraries2/src/orxonox/worldentities
- Timestamp:
- Sep 1, 2009, 1:13:50 AM (15 years ago)
- Location:
- code/branches/libraries2/src/orxonox/worldentities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/worldentities/BigExplosion.cc
r5735 r5737 38 38 #include "tools/ParticleInterface.h" 39 39 #include "Scene.h" 40 #include " worldentities/ParticleSpawner.h"41 #include " Model.h"40 #include "graphics/ParticleSpawner.h" 41 #include "graphics/Model.h" 42 42 43 43 namespace orxonox -
code/branches/libraries2/src/orxonox/worldentities/CameraPosition.cc
r3196 r5737 31 31 #include "core/CoreIncludes.h" 32 32 #include "core/XMLPort.h" 33 #include " Camera.h"33 #include "graphics/Camera.h" 34 34 35 35 namespace orxonox -
code/branches/libraries2/src/orxonox/worldentities/ControllableEntity.cc
r5735 r5737 40 40 #include "infos/PlayerInfo.h" 41 41 #include "controllers/Controller.h" 42 #include " worldentities/Camera.h"42 #include "graphics/Camera.h" 43 43 #include "worldentities/CameraPosition.h" 44 44 #include "overlays/OverlayGroup.h" -
code/branches/libraries2/src/orxonox/worldentities/pawns/Pawn.cc
r5735 r5737 40 40 #include "infos/PlayerInfo.h" 41 41 #include "gametypes/Gametype.h" 42 #include " worldentities/ParticleSpawner.h"42 #include "graphics/ParticleSpawner.h" 43 43 #include "worldentities/ExplosionChunk.h" 44 44 #include "worldentities/BigExplosion.h"
Note: See TracChangeset
for help on using the changeset viewer.