Changeset 6187 in orxonox.OLD for branches/christmas_branche/src/world_entities
- Timestamp:
- Dec 20, 2005, 2:20:43 PM (19 years ago)
- Location:
- branches/christmas_branche/src/world_entities
- Files:
-
- 18 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" -
branches/christmas_branche/src/world_entities/power_ups/laser_power_up.cc
r6142 r6187 19 19 #include "factory.h" 20 20 #include "state.h" 21 #include "list.h"22 21 23 22 #include "primitive_model.h" -
branches/christmas_branche/src/world_entities/power_ups/param_power_up.cc
r6113 r6187 19 19 #include "factory.h" 20 20 #include "state.h" 21 #include "list.h"22 21 23 22 #include "primitive_model.h" -
branches/christmas_branche/src/world_entities/power_ups/turret_power_up.cc
r6142 r6187 19 19 #include "factory.h" 20 20 #include "state.h" 21 #include "list.h"22 21 23 22 #include "primitive_model.h" -
branches/christmas_branche/src/world_entities/power_ups/weapon_power_up.cc
r6113 r6187 19 19 #include "factory.h" 20 20 #include "state.h" 21 #include "list.h"22 21 23 22 #include "primitive_model.h" -
branches/christmas_branche/src/world_entities/satellite.cc
r5994 r6187 21 21 22 22 #include "objModel.h" 23 #include "list.h"24 23 #include "vector.h" 25 24 -
branches/christmas_branche/src/world_entities/test_entity.cc
r6142 r6187 24 24 #include "obb_tree.h" 25 25 #include "state.h" 26 #include "list.h"27 26 28 27 using namespace std; -
branches/christmas_branche/src/world_entities/weapons/aim.cc
r6173 r6187 21 21 #include "graphics_engine.h" 22 22 #include "state.h" 23 #include "list.h"24 23 #include "material.h" 25 24 #include "t_animation.h" -
branches/christmas_branche/src/world_entities/weapons/bomb.cc
r6142 r6187 21 21 22 22 #include "fast_factory.h" 23 #include "list.h" 23 24 24 25 25 #include "object_manager.h" -
branches/christmas_branche/src/world_entities/weapons/guided_missile.cc
r6162 r6187 20 20 #include "fast_factory.h" 21 21 22 #include "model.h"23 22 #include "state.h" 24 #include "list.h"25 23 #include "class_list.h" 26 24 -
branches/christmas_branche/src/world_entities/weapons/laser.cc
r6162 r6187 21 21 22 22 #include "state.h" 23 #include "list.h"24 23 #include "class_list.h" 25 24 #include "model.h" -
branches/christmas_branche/src/world_entities/weapons/rocket.cc
r6142 r6187 20 20 #include "fast_factory.h" 21 21 22 #include "model.h"23 22 #include "state.h" 24 #include "list.h"25 23 #include "class_list.h" 26 24 -
branches/christmas_branche/src/world_entities/weapons/test_bullet.cc
r6142 r6187 20 20 #include "fast_factory.h" 21 21 22 #include "model.h"23 22 #include "state.h" 24 #include "list.h"25 23 #include "class_list.h" 26 24 -
branches/christmas_branche/src/world_entities/weapons/test_gun.cc
r6162 r6187 29 29 #include "factory.h" 30 30 31 #include "vector.h"32 #include "list.h"33 31 #include "animation3d.h" 34 32 -
branches/christmas_branche/src/world_entities/weapons/turret.cc
r6074 r6187 23 23 24 24 #include "state.h" 25 #include "list.h"26 25 #include "animation3d.h" 27 26 -
branches/christmas_branche/src/world_entities/world_entity.cc
r6180 r6187 24 24 #include "resource_manager.h" 25 25 #include "load_param.h" 26 #include "list.h"27 26 #include "vector.h" 28 27 #include "obb_tree.h"
Note: See TracChangeset
for help on using the changeset viewer.