aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.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/draw.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/draw.h')
-rw-r--r--engines/gob/draw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index e7af1f9af3..b51c6466e0 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -194,8 +194,6 @@ public:
adjustCoords(adjust, (int16 *)coord1, (int16 *)coord2);
}
int stringLength(const char *str, uint16 fontIndex);
- void drawString(const char *str, int16 x, int16 y, int16 color1, int16 color2,
- int16 transp, Surface &dest, const Font &font);
void printTextCentered(int16 id, int16 left, int16 top, int16 right,
int16 bottom, const char *str, int16 fontIndex, int16 color);
void oPlaytoons_sub_F_1B( uint16 id, int16 left, int16 top, int16 right, int16 bottom, char *paramStr, int16 var3, int16 var4, int16 shortId);