diff options
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r-- | gui/ThemeEngine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index a7bec4d9a3..3d056486e0 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -31,6 +31,7 @@ #include "common/fs.h" #include "graphics/surface.h" #include "graphics/fontman.h" +#include "graphics/font.h" #define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.4" @@ -123,6 +124,7 @@ protected: public: //! Vertical alignment of the text. enum TextAlignVertical { + kTextAlignVInvalid, kTextAlignVBottom, kTextAlignVCenter, kTextAlignVTop |