aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-18 14:38:33 -0500
committerPaul Gilbert2014-01-18 14:38:33 -0500
commitf084539957e461cd74179008f81791fd29f0d311 (patch)
treef50f3d4127519e8234178a8461160f8a54fc9d13 /engines/voyeur/graphics.h
parente387b016c02fcec0e5f4446f1a1064e6b0171e08 (diff)
downloadscummvm-rg350-f084539957e461cd74179008f81791fd29f0d311.tar.gz
scummvm-rg350-f084539957e461cd74179008f81791fd29f0d311.tar.bz2
scummvm-rg350-f084539957e461cd74179008f81791fd29f0d311.zip
VOYEUR: Converted drawText and textWidth to work on PictureResource
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index ccc20e5df9..6205499ea7 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -81,6 +81,7 @@ public:
Graphics::Surface _screenSurface;
CMapResource *_backColors;
FontInfoResource *_fontPtr;
+ PictureResource *_fontChar;
DrawInfo *_drawPtr;
DrawInfo _defaultDrawInfo;
bool _drawTextPermFlag;