Changeset 9357 in orxonox.OLD for branches/proxy/src/world_entities/power_ups
- Timestamp:
- Jul 20, 2006, 2:33:37 PM (19 years ago)
- Location:
- branches/proxy/src/world_entities/power_ups
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/power_ups/laser_power_up.cc
r7954 r9357 23 23 #include "primitive_model.h" 24 24 25 using namespace std; 25 26 26 27 27 CREATE_FACTORY(LaserPowerUp, CL_LASER_POWER_UP); -
branches/proxy/src/world_entities/power_ups/param_power_up.cc
r7954 r9357 26 26 #include "network_game_manager.h" 27 27 28 using namespace std; 28 29 29 30 30 CREATE_FACTORY(ParamPowerUp, CL_PARAM_POWER_UP); -
branches/proxy/src/world_entities/power_ups/power_up.cc
r8350 r9357 24 24 #include "util/loading/load_param.h" 25 25 26 using namespace std; 26 27 27 28 28 PowerUp::PowerUp(float r, float g, float b) -
branches/proxy/src/world_entities/power_ups/turret_power_up.cc
r7954 r9357 23 23 #include "primitive_model.h" 24 24 25 using namespace std; 25 26 26 27 27 CREATE_FACTORY(TurretPowerUp, CL_TURRET_POWER_UP); -
branches/proxy/src/world_entities/power_ups/weapon_power_up.cc
r7954 r9357 26 26 #include "util/loading/load_param.h" 27 27 28 using namespace std; 28 29 29 30 30 CREATE_FACTORY(WeaponPowerUp, CL_WEAPON_POWER_UP);
Note: See TracChangeset
for help on using the changeset viewer.