aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorVicent Marti2008-06-12 23:13:58 +0000
committerVicent Marti2008-06-12 23:13:58 +0000
commitace171e22f98f9f9195447893b12fcf4ea79561c (patch)
tree436f6321dfdb43940c1ffc489745c035841ae87c /base
parent7a9a74691fef580467d93c713c03be613a6d289b (diff)
downloadscummvm-rg350-ace171e22f98f9f9195447893b12fcf4ea79561c.tar.gz
scummvm-rg350-ace171e22f98f9f9195447893b12fcf4ea79561c.tar.bz2
scummvm-rg350-ace171e22f98f9f9195447893b12fcf4ea79561c.zip
Parser update.
svn-id: r32686
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 45e0aef728..d0da338e2a 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -43,6 +43,7 @@
#include "gui/newgui.h"
#include "gui/message.h"
#include "gui/InterfaceManager.h"
+#include "gui/ThemeParser.h"
#if defined(_WIN32_WCE)
#include "backends/platform/wince/CELauncherDialog.h"
@@ -70,6 +71,8 @@ static bool launcherDialog(OSystem &system) {
#if 1
+ GUI::ThemeParser parser;
+ parser.debug_testEval();
g_InterfaceManager.runGUI();
return true;