Changeset 6187 in orxonox.OLD for branches/christmas_branche/src/world_entities/npcs
- Timestamp:
- Dec 20, 2005, 2:20:43 PM (19 years ago)
- Location:
- branches/christmas_branche/src/world_entities/npcs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/npcs/npc.cc
r6142 r6187 22 22 23 23 #include "state.h" 24 #include "list.h"25 24 #include "stdlibincl.h" 26 25 #include "power_ups/turret_power_up.h" -
branches/christmas_branche/src/world_entities/npcs/npc_test.cc
r6054 r6187 23 23 #include "shader.h" 24 24 #include "state.h" 25 #include "list.h"26 25 #include "stdlibincl.h" 27 26 #include "debug.h" -
branches/christmas_branche/src/world_entities/npcs/npc_test1.cc
r6054 r6187 22 22 23 23 #include "state.h" 24 #include "list.h"25 #include "stdlibincl.h"26 24 #include "power_ups/turret_power_up.h" 27 25 #include "power_ups/laser_power_up.h"
Note: See TracChangeset
for help on using the changeset viewer.