Changeset 7193 in orxonox.OLD for trunk/src/story_entities/game_world.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.cc
r7132 r7193 20 20 #include "game_world_data.h" 21 21 22 #include " resource_manager.h"22 #include "util/loading/resource_manager.h" 23 23 #include "state.h" 24 24 #include "class_list.h" 25 25 #include "substring.h" 26 26 27 #include " game_loader.h"27 #include "util/loading/game_loader.h" 28 28 29 29 #include "p_node.h" … … 42 42 #include "light.h" 43 43 44 #include " factory.h"44 #include "util/loading/factory.h" 45 45 #include "fast_factory.h" 46 #include " load_param.h"46 #include "util/loading/load_param.h" 47 47 #include "shell_command.h" 48 48
Note: See TracChangeset
for help on using the changeset viewer.