aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-31 18:50:34 +0100
committerEugene Sandulenko2015-12-31 18:50:34 +0100
commitdad200e50eb1096db39a282d5110225da92dbade (patch)
tree2320e76c006dd9a67682fac9dd52576abd126f8b /engines/wage/gui.h
parenta3cc6cdddcd49d95fc377f282a70e4894e1e0d59 (diff)
downloadscummvm-rg350-dad200e50eb1096db39a282d5110225da92dbade.tar.gz
scummvm-rg350-dad200e50eb1096db39a282d5110225da92dbade.tar.bz2
scummvm-rg350-dad200e50eb1096db39a282d5110225da92dbade.zip
WAGE: Load fonts from wage.dat
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h3
1 files changed, 3 insertions, 0 deletions
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