Changeset 8346 in orxonox.OLD for branches/bsp_model/src/world_entities
- Timestamp:
- Jun 13, 2006, 5:03:53 PM (19 years ago)
- Location:
- branches/bsp_model/src/world_entities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/creatures/md2_creature.cc
r7868 r8346 21 21 22 22 #include "objModel.h" 23 #include "md2 Model.h"23 #include "md2/md2Model.h" 24 24 #include "util/loading/resource_manager.h" 25 25 #include "state.h" -
branches/bsp_model/src/world_entities/space_ships/collision_probe.cc
r8343 r8346 21 21 #include "util/loading/load_param.h" 22 22 23 #include "md2 Model.h"23 #include "md2/md2Model.h" 24 24 25 25 -
branches/bsp_model/src/world_entities/test_entity.cc
r7713 r8346 28 28 #include "stdincl.h" 29 29 #include "model.h" 30 #include "md2 Model.h"30 #include "md2/md2Model.h" 31 31 #include "obb_tree.h" 32 32 #include "state.h" -
branches/bsp_model/src/world_entities/world_entity.cc
r8341 r8346 21 21 22 22 #include "model.h" 23 #include "md2 Model.h"23 #include "md2/md2Model.h" 24 24 #include "util/loading/resource_manager.h" 25 25 #include "util/loading/load_param.h"
Note: See TracChangeset
for help on using the changeset viewer.