Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2006, 5:05:50 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new style for resources (prework/movement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/multi_player_world_data.cc

    r7097 r7193  
    1818#include "multi_player_world_data.h"
    1919
    20 #include "resource_manager.h"
     20#include "util/loading/resource_manager.h"
    2121#include "state.h"
    2222#include "class_list.h"
    2323#include "substring.h"
    2424
    25 #include "game_loader.h"
     25#include "util/loading/game_loader.h"
    2626#include "cd_engine.h"
    2727
     
    3939#include "playable.h"
    4040
    41 #include "factory.h"
     41#include "util/loading/factory.h"
    4242#include "fast_factory.h"
    43 #include "load_param.h"
     43#include "util/loading/load_param.h"
    4444
    4545#include "network_manager.h"
Note: See TracChangeset for help on using the changeset viewer.