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 copied

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/core/GUIManager.h

    r3339 r3346  
    3737#define _GUIManager_H__
    3838
    39 #include "OrxonoxPrereqs.h"
     39#include "CorePrereqs.h"
    4040
    4141#include <map>
     
    4545
    4646#include "util/OgreForwardRefs.h"
    47 #include "core/input/InputHandler.h"
     47#include "input/InputHandler.h"
    4848
    4949namespace orxonox
     
    6060        Those input events are then injected into CEGUI in Lua.
    6161    */
    62     class _OrxonoxExport GUIManager : public InputHandler
     62    class _CoreExport GUIManager : public InputHandler
    6363    {
    6464    public:
Note: See TracChangeset for help on using the changeset viewer.