Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7193 in orxonox.OLD for trunk/src/story_entities/game_world.cc


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/game_world.cc

    r7132 r7193  
    2020#include "game_world_data.h"
    2121
    22 #include "resource_manager.h"
     22#include "util/loading/resource_manager.h"
    2323#include "state.h"
    2424#include "class_list.h"
    2525#include "substring.h"
    2626
    27 #include "game_loader.h"
     27#include "util/loading/game_loader.h"
    2828
    2929#include "p_node.h"
     
    4242#include "light.h"
    4343
    44 #include "factory.h"
     44#include "util/loading/factory.h"
    4545#include "fast_factory.h"
    46 #include "load_param.h"
     46#include "util/loading/load_param.h"
    4747#include "shell_command.h"
    4848
Note: See TracChangeset for help on using the changeset viewer.