aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-30 01:46:24 +0200
committerSven Hesse2012-07-30 01:24:18 +0200
commit00fa997039525eeeacc34734e9a12e53f7b847dd (patch)
tree982fe2588bed0934e18cd04c57fb1f63755633c6 /engines/gob/video.h
parentb5fa752b78c63bedcb53d38fb11244b7e99f9941 (diff)
downloadscummvm-rg350-00fa997039525eeeacc34734e9a12e53f7b847dd.tar.gz
scummvm-rg350-00fa997039525eeeacc34734e9a12e53f7b847dd.tar.bz2
scummvm-rg350-00fa997039525eeeacc34734e9a12e53f7b847dd.zip
GOB: Move drawString into Font
Diffstat (limited to 'engines/gob/video.h')
-rw-r--r--engines/gob/video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index ecbb579c5f..a8c1480a6b 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -46,6 +46,9 @@ public:
void drawLetter(Surface &surf, uint8 c, uint16 x, uint16 y,
uint32 color1, uint32 color2, bool transp) const;
+ void drawString(const Common::String &str, int16 x, int16 y, int16 color1, int16 color2,
+ bool transp, Surface &dest) const;
+
private:
const byte *_dataPtr;
const byte *_data;