From dad200e50eb1096db39a282d5110225da92dbade Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 31 Dec 2015 18:50:34 +0100 Subject: WAGE: Load fonts from wage.dat --- engines/wage/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 7be81baa54..91acfb3635 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -73,6 +73,7 @@ private: void renderConsole(Graphics::Surface *g, int x, int y, int width, int height); void drawBox(Graphics::Surface *g, int x, int y, int w, int h); void fillRect(Graphics::Surface *g, int x, int y, int w, int h); + void loadFonts(); private: Graphics::Surface _screen; @@ -83,6 +84,8 @@ private: Common::StringArray _out; Common::StringArray _lines; uint _scrollPos; + + bool _builtInFonts; }; } // End of namespace Wage -- cgit v1.2.3