aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorVicent Marti2008-07-02 18:11:41 +0000
committerVicent Marti2008-07-02 18:11:41 +0000
commitd385c34dd0c52ccc4c7fff50e88361dbb2cd588d (patch)
treece1a73453fb8d76a84bfa9f068c05555c6a47d3e /base
parent6c85e960b202ea8cb3af87c7d3c644690f51e511 (diff)
downloadscummvm-rg350-d385c34dd0c52ccc4c7fff50e88361dbb2cd588d.tar.gz
scummvm-rg350-d385c34dd0c52ccc4c7fff50e88361dbb2cd588d.tar.bz2
scummvm-rg350-d385c34dd0c52ccc4c7fff50e88361dbb2cd588d.zip
InterfaceManager functionality translated into a Theme subclass "ThemeRenderer" to easen integration with the current GUI.
svn-id: r32876
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index f69b8399e6..9b76e0514a 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -43,7 +43,7 @@
#include "common/system.h"
#include "gui/newgui.h"
#include "gui/message.h"
-#include "gui/InterfaceManager.h"
+#include "gui/ThemeRenderer.h"
#include "gui/ThemeParser.h"
#if defined(_WIN32_WCE)
@@ -70,6 +70,8 @@ static bool launcherDialog(OSystem &system) {
// Clear the main screen
system.clearScreen();
+ GUI::ThemeRenderer *test = new GUI::ThemeRenderer;
+
#if defined LOL
// g_InterfaceManager.runGUI();