aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-06-18 12:24:53 +0300
committerFilippos Karapetis2015-06-18 12:24:53 +0300
commit5ece075b582418b38f194c1f39a06c8c7343aeeb (patch)
tree7c465ad800cfa8c227ac33cb5d25f0559c112354 /engines/sherlock/surface.h
parent6cd17ca9dd3b94da81869c147e82c496243204b1 (diff)
downloadscummvm-rg350-5ece075b582418b38f194c1f39a06c8c7343aeeb.tar.gz
scummvm-rg350-5ece075b582418b38f194c1f39a06c8c7343aeeb.tar.bz2
scummvm-rg350-5ece075b582418b38f194c1f39a06c8c7343aeeb.zip
SHERLOCK: RT: Reduce code duplication when writing fancy strings
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index 150796ef9a..adda03dcc6 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -168,6 +168,7 @@ public:
* Draws the given string into the back buffer using the images stored in _font
*/
virtual void writeString(const Common::String &str, const Common::Point &pt, byte overrideColor);
+ void writeFancyString(const Common::String &str, const Common::Point &pt, byte overrideColor1, byte overrideColor2);
inline uint16 w() const { return _surface.w; }
inline uint16 h() const { return _surface.h; }