Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2009, 9:37:19 PM (16 years ago)
Author:
rgrieder
Message:

Moved GraphicsManager and GUIManager to the core. Almost no actual code changes though, just moving (here was that Map-hack I had to move to GSGraphics).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/orxonox/gamestates/GSGraphics.cc

    r3343 r3346  
    4545#include "core/Game.h"
    4646#include "core/GameMode.h"
     47#include "core/GraphicsManager.h"
     48#include "core/GUIManager.h"
    4749#include "core/input/InputManager.h"
    4850#include "core/input/KeyBinder.h"
     
    5153#include "core/XMLFile.h"
    5254#include "overlays/console/InGameConsole.h"
    53 #include "gui/GUIManager.h"
    5455#include "sound/SoundManager.h"
    55 #include "GraphicsManager.h"
     56
     57// HACK:
     58#include "overlays/map/Map.h"
    5659
    5760namespace orxonox
     
    169172        this->inputManager_ = 0;
    170173
     174        // HACK:
     175        Map::hackDestroyMap();
     176
    171177        delete graphicsManager_;
    172178
Note: See TracChangeset for help on using the changeset viewer.