aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-16 14:06:26 +0000
committerVicent Marti2008-08-16 14:06:26 +0000
commit5201a46054a1390739b21532c45e0e9926b857bc (patch)
tree12c2981126b18c16a5acb430cb951ba6ef554621 /gui/theme.h
parent146be8e16b0abd43f87274a305d9d65b594d1d7f (diff)
downloadscummvm-rg350-5201a46054a1390739b21532c45e0e9926b857bc.tar.gz
scummvm-rg350-5201a46054a1390739b21532c45e0e9926b857bc.tar.bz2
scummvm-rg350-5201a46054a1390739b21532c45e0e9926b857bc.zip
Added support for loading uncompressed/unpackaged themes.
svn-id: r33941
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h
index f4709067ef..50b2951ae5 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -305,7 +305,7 @@ public:
bool isThemeLoadingRequired();
virtual ThemeEval *evaluator() = 0;
- static bool themeConfigUseable(const Common::String &file, Common::String &themeName);
+ static bool themeConfigUseable(const FilesystemNode &node, Common::String &themeName);
static bool themeConfigParseHeader(Common::String header, Common::String &themeName);
virtual const Common::String &getThemeFileName() const = 0;