aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-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;