Changeset 9357 in orxonox.OLD for branches/proxy/src/world_entities/weapons
- Timestamp:
- Jul 20, 2006, 2:33:37 PM (19 years ago)
- Location:
- branches/proxy/src/world_entities/weapons
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/weapons/aim.cc
r7370 r9357 27 27 #include "world_entity.h" 28 28 29 using namespace std; 29 30 30 31 31 -
branches/proxy/src/world_entities/weapons/aiming_system.cc
r9298 r9357 28 28 29 29 30 using namespace std; 30 31 31 32 32 -
branches/proxy/src/world_entities/weapons/aiming_turret.cc
r8777 r9357 29 29 CREATE_FACTORY(AimingTurret, CL_AIMING_TURRET); 30 30 31 using namespace std; 31 32 32 33 33 -
branches/proxy/src/world_entities/weapons/ammo_container.cc
r6846 r9357 22 22 #include <assert.h> 23 23 24 using namespace std; 24 25 25 26 26 /** -
branches/proxy/src/world_entities/weapons/cannon.cc
r8777 r9357 35 35 36 36 37 using namespace std; 37 38 38 39 39 CREATE_FACTORY(Cannon, CL_CANNON); -
branches/proxy/src/world_entities/weapons/crosshair.cc
r7868 r9357 24 24 #include "material.h" 25 25 26 using namespace std; 26 27 27 28 28 -
branches/proxy/src/world_entities/weapons/fps_sniper_rifle.cc
r9235 r9357 36 36 #include "effects/explosion.h" 37 37 38 using namespace std; 38 39 39 40 40 -
branches/proxy/src/world_entities/weapons/hyperblaster.cc
r8777 r9357 34 34 35 35 36 using namespace std; 36 37 37 38 38 CREATE_FACTORY(Hyperblaster, CL_HYPERBLASTER); -
branches/proxy/src/world_entities/weapons/targeting_turret.cc
r8777 r9357 29 29 CREATE_FACTORY(TargetingTurret, CL_TARGETING_TURRET); 30 30 31 using namespace std; 31 32 32 33 33 -
branches/proxy/src/world_entities/weapons/turret.cc
r8777 r9357 29 29 CREATE_FACTORY(Turret, CL_TURRET); 30 30 31 using namespace std; 31 32 32 33 33 /** -
branches/proxy/src/world_entities/weapons/weapon.cc
r8977 r9357 36 36 #include "elements/glgui_energywidget.h" 37 37 38 using namespace std; 38 39 39 40 40 ////////////////////
Note: See TracChangeset
for help on using the changeset viewer.