Changeset 10033 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Dec 7, 2006, 3:05:27 PM (18 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/bsp_entity.h
r9869 r10033 8 8 9 9 #include "world_entity.h" 10 #include "bsp _manager.h"10 #include "bsp/bsp_manager.h" 11 11 12 12 #include "util/loading/factory.h" -
trunk/src/world_entities/creatures/md2_creature.cc
r9869 r10033 20 20 #include "md2_creature.h" 21 21 22 #include "obj Model.h"22 #include "obj/objModel.h" 23 23 #include "md2/md2Model.h" 24 24 #include "state.h" -
trunk/src/world_entities/environment.cc
r9869 r10033 20 20 #include "environment.h" 21 21 22 #include "obj Model.h"22 #include "obj/objModel.h" 23 23 #include "obb_tree.h" 24 24 #include "util/loading/factory.h" -
trunk/src/world_entities/satellite.cc
r9869 r10033 20 20 #include "satellite.h" 21 21 22 #include "obj Model.h"22 #include "obj/objModel.h" 23 23 24 24
Note: See TracChangeset
for help on using the changeset viewer.