Changeset 10591 in orxonox.OLD for branches/cleanup/src/world_entities/npcs
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- Location:
- branches/cleanup/src/world_entities/npcs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/npcs/generic_npc.cc
r10511 r10591 31 31 #include "sound/resource_sound_buffer.h" 32 32 33 #include " bsp_entity.h"33 #include "environments/bsp_entity.h" 34 34 35 35 -
branches/cleanup/src/world_entities/npcs/mover.cc
r10519 r10591 21 21 #include "mover.h" 22 22 #include "state.h" 23 #include " camera.h"23 #include "tools/camera.h" 24 24 25 25 -
branches/cleanup/src/world_entities/npcs/npc.cc
r10588 r10591 52 52 #include "weapons/cannon.h" 53 53 54 #include " mount_point.h"54 #include "tools/mount_point.h" 55 55 #include "weapons/weapon_slot.h" 56 56 -
branches/cleanup/src/world_entities/npcs/npc_test1.cc
r9869 r10591 22 22 23 23 #include "state.h" 24 #include " power_ups/turret_power_up.h"25 #include " power_ups/laser_power_up.h"24 #include "items/power_ups/turret_power_up.h" 25 #include "items/power_ups/laser_power_up.h" 26 26 27 27 ObjectListDefinition(NPCTest1);
Note: See TracChangeset
for help on using the changeset viewer.