Changeset 7193 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc
- Timestamp:
- Mar 7, 2006, 5:05:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r7126 r7193 21 21 #include "game_world_data.h" 22 22 23 #include " resource_manager.h"23 #include "util/loading/resource_manager.h" 24 24 #include "state.h" 25 25 #include "class_list.h" 26 26 #include "substring.h" 27 27 28 #include " game_loader.h"28 #include "util/loading/game_loader.h" 29 29 30 30 #include "p_node.h" … … 44 44 #include "light.h" 45 45 46 #include " factory.h"46 #include "util/loading/factory.h" 47 47 #include "fast_factory.h" 48 #include " load_param.h"48 #include "util/loading/load_param.h" 49 49 50 50 #include "graphics_engine.h"
Note: See TracChangeset
for help on using the changeset viewer.