Changeset 9925 in orxonox.OLD for branches/network/src/world_entities/power_ups
- Timestamp:
- Nov 9, 2006, 7:20:19 PM (18 years ago)
- Location:
- branches/network/src/world_entities/power_ups
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/power_ups/laser_power_up.cc
r9907 r9925 24 24 25 25 26 #include "class_id_DEPRECATED.h" 27 ObjectListDefinition ID(LaserPowerUp, CL_LASER_POWER_UP);26 27 ObjectListDefinition(LaserPowerUp); 28 28 CREATE_FACTORY(LaserPowerUp); 29 29 -
branches/network/src/world_entities/power_ups/param_power_up.cc
r9869 r9925 27 27 28 28 29 #include "class_id_DEPRECATED.h" 30 ObjectListDefinition ID(ParamPowerUp, CL_PARAM_POWER_UP);29 30 ObjectListDefinition(ParamPowerUp); 31 31 CREATE_FACTORY(ParamPowerUp); 32 32 -
branches/network/src/world_entities/power_ups/turret_power_up.cc
r9907 r9925 24 24 25 25 26 #include "class_id_DEPRECATED.h" 27 ObjectListDefinition ID(TurretPowerUp, CL_TURRET_POWER_UP);26 27 ObjectListDefinition(TurretPowerUp); 28 28 CREATE_FACTORY(TurretPowerUp); 29 29 -
branches/network/src/world_entities/power_ups/weapon_power_up.cc
r9869 r9925 27 27 #include "debug.h" 28 28 29 #include "class_id_DEPRECATED.h" 30 ObjectListDefinition ID(WeaponPowerUp, CL_WEAPON_POWER_UP);29 30 ObjectListDefinition(WeaponPowerUp); 31 31 CREATE_FACTORY(WeaponPowerUp); 32 32
Note: See TracChangeset
for help on using the changeset viewer.