Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r7167 r7193  
    3333
    3434#include "parser/ini_parser/ini_parser.h"
    35 #include "game_loader.h"
     35#include "util/loading/game_loader.h"
    3636
    3737//ENGINES
    3838#include "graphics_engine.h"
    3939#include "sound_engine.h"
    40 #include "resource_manager.h"
     40#include "util/loading/resource_manager.h"
    4141#include "cd_engine.h"
    4242#include "text_engine.h"
    4343#include "event_handler.h"
    4444
    45 #include "factory.h"
     45#include "util/loading/factory.h"
    4646#include "fast_factory.h"
    4747
     
    5353#include "shell_buffer.h"
    5454
    55 #include "load_param_description.h"
     55#include "util/loading/load_param_description.h"
    5656
    5757#include "network_manager.h"
     
    289289}
    290290
    291 #include "dynamic_loader.h"
     291#include "util/loading/dynamic_loader.h"
    292292
    293293/**
Note: See TracChangeset for help on using the changeset viewer.