Changeset 9357 in orxonox.OLD for branches/proxy/src/world_entities/npcs
- Timestamp:
- Jul 20, 2006, 2:33:37 PM (18 years ago)
- Location:
- branches/proxy/src/world_entities/npcs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/npcs/door.cc
r9110 r9357 28 28 29 29 30 using namespace std; 30 31 31 32 32 -
branches/proxy/src/world_entities/npcs/gate.cc
r9298 r9357 31 31 32 32 33 using namespace std; 33 34 34 35 35 -
branches/proxy/src/world_entities/npcs/ground_turret.cc
r9235 r9357 31 31 CREATE_FACTORY(GroundTurret, CL_GROUND_TURRET); 32 32 33 using namespace std; 33 34 34 35 35 -
branches/proxy/src/world_entities/npcs/repair_station.cc
r9003 r9357 28 28 29 29 30 using namespace std; 30 31 31 32 32
Note: See TracChangeset
for help on using the changeset viewer.