Changeset 1553 for code/trunk/src/orxonox/objects
- Timestamp:
- Jun 6, 2008, 5:37:56 PM (17 years ago)
- Location:
- code/trunk/src/orxonox/objects
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/ParticleProjectile.h
r1552 r1553 33 33 34 34 #include "BillboardProjectile.h" 35 #include " particle/ParticleInterface.h"35 #include "tools/ParticleInterface.h" 36 36 #include "util/Math.h" 37 37 -
code/trunk/src/orxonox/objects/ParticleSpawner.cc
r1552 r1553 32 32 #include "core/CoreIncludes.h" 33 33 #include "core/Executor.h" 34 #include " particle/ParticleInterface.h"34 #include "tools/ParticleInterface.h" 35 35 36 36 namespace orxonox -
code/trunk/src/orxonox/objects/Projectile.cc
r1552 r1553 35 35 #include "core/Executor.h" 36 36 #include "core/ConfigValueIncludes.h" 37 #include " particle/ParticleInterface.h"37 #include "tools/ParticleInterface.h" 38 38 39 39 #include "SpaceShipAI.h" -
code/trunk/src/orxonox/objects/SpaceShip.cc
r1552 r1553 43 43 #include "GraphicsEngine.h" 44 44 #include "core/input/InputManager.h" 45 #include " particle/ParticleInterface.h"45 #include "tools/ParticleInterface.h" 46 46 #include "RotatingProjectile.h" 47 47 #include "ParticleProjectile.h" -
code/trunk/src/orxonox/objects/SpaceShipAI.cc
r1552 r1553 38 38 #include "core/ConsoleCommand.h" 39 39 #include "core/XMLPort.h" 40 #include " particle/ParticleInterface.h"40 #include "tools/ParticleInterface.h" 41 41 42 42 #define ACTION_INTERVAL 1.0f
Note: See TracChangeset
for help on using the changeset viewer.