diff options
Diffstat (limited to 'gui/ThemeParser.h')
-rw-r--r-- | gui/ThemeParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeParser.h b/gui/ThemeParser.h index c9483fcc8d..c4e744c44c 100644 --- a/gui/ThemeParser.h +++ b/gui/ThemeParser.h @@ -468,6 +468,7 @@ protected: Graphics::DrawStep *newDrawStep(); Graphics::DrawStep *defaultDrawStep(); bool parseDrawStep(ParserNode *stepNode, Graphics::DrawStep *drawstep, bool functionSpecific); + bool parseCommonLayoutProps(ParserNode *node, const Common::String &var); Graphics::DrawStep *_defaultStepGlobal; Graphics::DrawStep *_defaultStepLocal; |