Changeset 9716 in orxonox.OLD for branches/new_class_id/src/world_entities/projectiles
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- Location:
- branches/new_class_id/src/world_entities/projectiles
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/projectiles/bomb.cc
r9715 r9716 25 25 #include "debug.h" 26 26 27 #include "class_id .h"27 #include "class_id_DEPRECATED.h" 28 28 ObjectListDefinitionID(Bomb, CL_BOMB); 29 29 CREATE_FAST_FACTORY_STATIC(Bomb); -
branches/new_class_id/src/world_entities/projectiles/boomerang_projectile.cc
r9715 r9716 26 26 #include "debug.h" 27 27 28 #include "class_id .h"28 #include "class_id_DEPRECATED.h" 29 29 ObjectListDefinitionID(BoomerangProjectile, CL_BOOMERANG_PROJECTILE); 30 30 CREATE_FAST_FACTORY_STATIC(BoomerangProjectile); -
branches/new_class_id/src/world_entities/projectiles/guided_missile.cc
r9715 r9716 25 25 #include "debug.h" 26 26 27 #include "class_id .h"27 #include "class_id_DEPRECATED.h" 28 28 ObjectListDefinitionID(GuidedMissile, CL_GUIDED_MISSILE); 29 29 CREATE_FAST_FACTORY_STATIC(GuidedMissile); -
branches/new_class_id/src/world_entities/projectiles/hyperblast.cc
r9715 r9716 25 25 #include "debug.h" 26 26 27 #include "class_id .h"27 #include "class_id_DEPRECATED.h" 28 28 ObjectListDefinitionID(Hyperblast, CL_HYPERBLAST); 29 29 CREATE_FAST_FACTORY_STATIC(Hyperblast); -
branches/new_class_id/src/world_entities/projectiles/laser.cc
r9715 r9716 28 28 29 29 30 #include "class_id .h"30 #include "class_id_DEPRECATED.h" 31 31 ObjectListDefinition(Laser); 32 32 CREATE_FAST_FACTORY_STATIC(Laser); -
branches/new_class_id/src/world_entities/projectiles/rail_projectile.cc
r9715 r9716 28 28 29 29 30 #include "class_id .h"30 #include "class_id_DEPRECATED.h" 31 31 ObjectListDefinitionID(RailProjectile, CL_RAIL_PROJECTILE); 32 32 CREATE_FAST_FACTORY_STATIC(RailProjectile); -
branches/new_class_id/src/world_entities/projectiles/rocket.cc
r9715 r9716 25 25 #include "debug.h" 26 26 27 #include "class_id .h"27 #include "class_id_DEPRECATED.h" 28 28 ObjectListDefinitionID(Rocket, CL_ROCKET); 29 29 CREATE_FAST_FACTORY_STATIC(Rocket); -
branches/new_class_id/src/world_entities/projectiles/test_bullet.cc
r9715 r9716 24 24 #include "debug.h" 25 25 26 #include "class_id .h"26 #include "class_id_DEPRECATED.h" 27 27 ObjectListDefinitionID(TestBullet, CL_TEST_BULLET); 28 28 CREATE_FAST_FACTORY_STATIC(TestBullet);
Note: See TracChangeset
for help on using the changeset viewer.