Changeset 8362 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (18 years ago)
- Location:
- trunk/src/world_entities/projectiles
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/bomb.cc
r8316 r8362 23 23 #include "particle_system.h" 24 24 25 using namespace std; 25 #include "debug.h" 26 26 27 27 CREATE_FAST_FACTORY_STATIC(Bomb, CL_BOMB); -
trunk/src/world_entities/projectiles/guided_missile.cc
r8316 r8362 24 24 #include "sprite_particles.h" 25 25 26 using namespace std; 26 #include "debug.h" 27 27 28 28 CREATE_FAST_FACTORY_STATIC(GuidedMissile, CL_GUIDED_MISSILE); -
trunk/src/world_entities/projectiles/hyperblast.cc
r8316 r8362 24 24 #include "spark_particles.h" 25 25 26 27 using namespace std; 26 #include "debug.h" 28 27 29 28 CREATE_FAST_FACTORY_STATIC(Hyperblast, CL_HYPERBLAST); -
trunk/src/world_entities/projectiles/laser.cc
r7193 r8362 17 17 18 18 #include "laser.h" 19 #include <cassert>20 19 21 20 #include "state.h" … … 27 26 28 27 #include <cassert> 28 #include "debug.h" 29 29 30 30 using namespace std; -
trunk/src/world_entities/projectiles/projectile.cc
r8190 r8362 24 24 #include "util/loading/resource_manager.h" 25 25 26 using namespace std; 26 #include "debug.h" 27 27 28 28 -
trunk/src/world_entities/projectiles/rocket.cc
r8316 r8362 24 24 #include "sprite_particles.h" 25 25 26 27 using namespace std; 26 #include "debug.h" 28 27 29 28 CREATE_FAST_FACTORY_STATIC(Rocket, CL_ROCKET); -
trunk/src/world_entities/projectiles/test_bullet.cc
r8316 r8362 23 23 #include "dot_emitter.h" 24 24 #include "sprite_particles.h" 25 26 using namespace std; 25 #include "debug.h" 27 26 28 27 CREATE_FAST_FACTORY_STATIC(TestBullet, CL_TEST_BULLET);
Note: See TracChangeset
for help on using the changeset viewer.