svn-id: r35899
This commit is contained in:
Max Horn 2009-01-18 14:48:24 +00:00
parent c9e97bf6f9
commit 2c59a54432

View File

@ -22,8 +22,8 @@
* $Id$
*/
#ifndef NEWGUI_H
#define NEWGUI_H
#ifndef GUIMANAGER_H
#define GUIMANAGER_H
#include "common/scummsys.h"
#include "common/singleton.h"
@ -33,7 +33,6 @@
#include "graphics/fontman.h"
#include "gui/widget.h"
#include "gui/ThemeEngine.h"
class OSystem;
@ -41,7 +40,6 @@ class OSystem;
namespace GUI {
class Dialog;
class Eval;
class ThemeEval;
#define g_gui (GUI::GuiManager::instance())