aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEval.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-01 15:45:02 +0000
committerVicent Marti2008-08-01 15:45:02 +0000
commita15ebfb73a1863636ed2ab6aba000118cfb6af54 (patch)
tree92ebc04db82d809677f748f1f2c18f0e5d0281f1 /gui/ThemeEval.h
parent262cc33dc7c883e8071e6913f71d02eab443d63c (diff)
downloadscummvm-rg350-a15ebfb73a1863636ed2ab6aba000118cfb6af54.tar.gz
scummvm-rg350-a15ebfb73a1863636ed2ab6aba000118cfb6af54.tar.bz2
scummvm-rg350-a15ebfb73a1863636ed2ab6aba000118cfb6af54.zip
Theme Layout parsing, WIP.
svn-id: r33494
Diffstat (limited to 'gui/ThemeEval.h')
-rw-r--r--gui/ThemeEval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ThemeEval.h b/gui/ThemeEval.h
index 4f08148c7b..c5471bb10d 100644
--- a/gui/ThemeEval.h
+++ b/gui/ThemeEval.h
@@ -62,6 +62,8 @@ public:
void setVar(const String &name, int val) { _vars[name] = val; }
+ bool hasVar(const Common::String &name) { return _vars.contains(name); }
+
void debugPrint() {
printf("Debug variable list:\n");