- Timestamp:
- Jun 16, 2009, 12:35:20 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/objects/weaponsystem/projectiles
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc
r3110 r3185 30 30 31 31 #include <OgreBillboardSet.h> 32 32 #include "core/CoreIncludes.h" 33 33 #include "core/GameMode.h" 34 #include "core/CoreIncludes.h"35 34 #include "objects/Scene.h" 36 35 -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.h
r3053 r3185 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "util/Math.h" 35 #include "tools/BillboardSet.h" 34 36 #include "Projectile.h" 35 #include "tools/BillboardSet.h"36 #include "util/Math.h"37 37 38 38 namespace orxonox -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc
r3110 r3185 29 29 #include "LightningGunProjectile.h" 30 30 31 #include <OgreBillboardSet.h> 32 33 #include "core/GameMode.h" 31 #include "util/Convert.h" 34 32 #include "core/CoreIncludes.h" 35 #include "objects/Scene.h"36 #include "util/Convert.h"37 33 38 34 namespace orxonox -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.h
r3088 r3185 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string> 34 35 #include "tools/Timer.h" 35 36 36 #include "BillboardProjectile.h" 37 37 -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc
r3110 r3185 32 32 #include <OgreParticleEmitter.h> 33 33 34 #include " core/GameMode.h"34 #include "tools/ParticleInterface.h" 35 35 #include "core/CoreIncludes.h" 36 #include "core/ConfigValueIncludes.h"37 36 #include "objects/Scene.h" 38 37 -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.h
r3053 r3185 31 31 32 32 #include "OrxonoxPrereqs.h" 33 34 33 #include "BillboardProjectile.h" 35 #include "tools/ParticleInterface.h"36 #include "util/Math.h"37 34 38 35 namespace orxonox -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc
r3154 r3185 29 29 #include "Projectile.h" 30 30 31 #include <OgreBillboard.h>32 33 31 #include "core/CoreIncludes.h" 32 #include "core/ConfigValueIncludes.h" 34 33 #include "core/Executor.h" 35 #include "core/ConfigValueIncludes.h" 36 #include "core/ObjectList.h" 37 #include "tools/ParticleInterface.h" 38 39 #include "objects/worldentities/Model.h" 34 #include "core/GameMode.h" 35 #include "objects/collisionshapes/SphereCollisionShape.h" 36 #include "objects/worldentities/pawns/Pawn.h" 40 37 #include "objects/worldentities/ParticleSpawner.h" 41 #include "objects/collisionshapes/SphereCollisionShape.h"42 #include "core/GameMode.h"43 38 44 39 namespace orxonox -
code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.h
r3177 r3185 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "tools/Timer.h" 34 35 #include "interfaces/PawnListener.h" 35 36 #include "objects/worldentities/MovableEntity.h" 36 #include "objects/worldentities/pawns/Pawn.h"37 #include "tools/Timer.h"38 37 39 38 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.