diff options
author | Vicent Marti | 2008-06-12 23:13:58 +0000 |
---|---|---|
committer | Vicent Marti | 2008-06-12 23:13:58 +0000 |
commit | ace171e22f98f9f9195447893b12fcf4ea79561c (patch) | |
tree | 436f6321dfdb43940c1ffc489745c035841ae87c /base | |
parent | 7a9a74691fef580467d93c713c03be613a6d289b (diff) | |
download | scummvm-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.cpp | 3 |
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; |