Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6152 in orxonox.OLD for trunk/src/util/loading/game_loader.cc


Ignore:
Timestamp:
Dec 17, 2005, 6:52:57 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some work in the loading process of worlds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/game_loader.cc

    r6151 r6152  
    1919
    2020#include "game_loader.h"
     21#include "load_param.h"
    2122
    2223#include "shell_command.h"
    2324#include "campaign.h"
    24 #include "world.h"
    25 #include "orxonox.h"
    26 #include "camera.h"
    27 #include "vector.h"
     25
    2826#include "resource_manager.h"
    29 #include "factory.h"
    30 #include "event.h"
     27
    3128#include "event_handler.h"
    32 #include <string.h>
    3329
    3430
Note: See TracChangeset for help on using the changeset viewer.