diff options
Diffstat (limited to 'gui/ThemeEval.h')
-rw-r--r-- | gui/ThemeEval.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ThemeEval.h b/gui/ThemeEval.h index 2e15f604ed..c484a49564 100644 --- a/gui/ThemeEval.h +++ b/gui/ThemeEval.h @@ -88,6 +88,8 @@ public: bool getWidgetData(const Common::String &widget, int16 &x, int16 &y, uint16 &w, uint16 &h); + Graphics::TextAlign getWidgetTextHAlign(const Common::String &widget); + #ifdef LAYOUT_DEBUG_DIALOG void debugDraw(Graphics::Surface *screen, const Graphics::Font *font) { _layouts[LAYOUT_DEBUG_DIALOG]->debugDraw(screen, font); |