Changeset 7193 in orxonox.OLD for trunk/src/story_entities/multi_player_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/multi_player_world_data.cc
r7097 r7193 18 18 #include "multi_player_world_data.h" 19 19 20 #include " resource_manager.h"20 #include "util/loading/resource_manager.h" 21 21 #include "state.h" 22 22 #include "class_list.h" 23 23 #include "substring.h" 24 24 25 #include " game_loader.h"25 #include "util/loading/game_loader.h" 26 26 #include "cd_engine.h" 27 27 … … 39 39 #include "playable.h" 40 40 41 #include " factory.h"41 #include "util/loading/factory.h" 42 42 #include "fast_factory.h" 43 #include " load_param.h"43 #include "util/loading/load_param.h" 44 44 45 45 #include "network_manager.h"
Note: See TracChangeset
for help on using the changeset viewer.