Changeset 10591 in orxonox.OLD for branches/cleanup/src/lib
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- Location:
- branches/cleanup/src/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/collision_detection/cd_engine.cc
r10033 r10591 22 22 #include "model.h" 23 23 #include "world_entity.h" 24 #include " terrain.h"24 #include "environments/terrain.h" 25 25 // #include "player.h" 26 26 … … 30 30 31 31 #include "bsp/bsp_manager.h" 32 #include " bsp_entity.h"32 #include "environments/bsp_entity.h" 33 33 34 34 -
branches/cleanup/src/lib/graphics/importer/bsp/bsp_manager.cc
r10519 r10591 30 30 #include "debug.h" 31 31 #include "material.h" 32 #include " camera.h"32 #include "tools/camera.h" 33 33 #include "vertex_array_model.h" 34 34 #include "world_entities/player.h" -
branches/cleanup/src/lib/graphics/render2D/element_2d.cc
r9869 r10591 24 24 #include "state.h" 25 25 #include "p_node.h" 26 #include " camera.h"26 #include "tools/camera.h" 27 27 /////////////////////////// 28 28 -
branches/cleanup/src/lib/script_engine/script_manager.cc
r9869 r10591 25 25 26 26 #include "script.h" 27 #include " script_trigger.h"27 #include "tools/script_trigger.h" 28 28 #include "luaincl.h" 29 29 #include "loading/load_param_xml.h"
Note: See TracChangeset
for help on using the changeset viewer.