aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
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