Changeset 9406 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Jul 24, 2006, 11:09:47 AM (18 years ago)
- Location:
- trunk/src/world_entities/npcs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/door.cc
r9110 r9406 28 28 29 29 30 using namespace std; 30 31 31 32 32 -
trunk/src/world_entities/npcs/gate.cc
r9298 r9406 31 31 32 32 33 using namespace std; 33 34 34 35 35 -
trunk/src/world_entities/npcs/ground_turret.cc
r9235 r9406 31 31 CREATE_FACTORY(GroundTurret, CL_GROUND_TURRET); 32 32 33 using namespace std; 33 34 34 35 35 -
trunk/src/world_entities/npcs/repair_station.cc
r9003 r9406 28 28 29 29 30 using namespace std; 30 31 31 32 32
Note: See TracChangeset
for help on using the changeset viewer.