aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-25 14:59:42 +0000
committerEugene Sandulenko2006-04-25 14:59:42 +0000
commit58462fa682fc0c6a408cacd5879491503ddff812 (patch)
tree4d27fa49a91d25ee8fe1cdb96434ca49bd604648 /gui/theme.h
parent869622cf005e7989ae6ad8b95acbefac9ada436e (diff)
downloadscummvm-rg350-58462fa682fc0c6a408cacd5879491503ddff812.tar.gz
scummvm-rg350-58462fa682fc0c6a408cacd5879491503ddff812.tar.bz2
scummvm-rg350-58462fa682fc0c6a408cacd5879491503ddff812.zip
- minor cleanup in modern.ini
- implement skipFor theme section keyword svn-id: r22151
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index b1defc17cf..5d75e73a9f 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -181,6 +181,7 @@ public:
void setSpecialAlias(const String alias, const String &name);
bool isThemeLoadingRequired();
+ bool sectionIsSkipped(Common::ConfigFile &config, const char *name, int w, int h);
void loadTheme(Common::ConfigFile &config, bool reset = true);
Eval *_evaluator;