Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7193 in orxonox.OLD for trunk/src/story_entities/game_world_data.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_data.cc

    r7126 r7193  
    2121#include "game_world_data.h"
    2222
    23 #include "resource_manager.h"
     23#include "util/loading/resource_manager.h"
    2424#include "state.h"
    2525#include "class_list.h"
    2626#include "substring.h"
    2727
    28 #include "game_loader.h"
     28#include "util/loading/game_loader.h"
    2929
    3030#include "p_node.h"
     
    4444#include "light.h"
    4545
    46 #include "factory.h"
     46#include "util/loading/factory.h"
    4747#include "fast_factory.h"
    48 #include "load_param.h"
     48#include "util/loading/load_param.h"
    4949
    5050#include "graphics_engine.h"
Note: See TracChangeset for help on using the changeset viewer.