aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-02-12 21:08:12 +1100
committerStrangerke2012-04-06 08:21:05 +0200
commit5448664f8bcae2d8aca4bdfb85f0d51563a76428 (patch)
tree62cca44214d80772882a6b0259da5a395545fefd /engines/mortevielle/graphics.h
parent855fed35d0c7548c43ceb9a77f811c15c60ea325 (diff)
downloadscummvm-rg350-5448664f8bcae2d8aca4bdfb85f0d51563a76428.tar.gz
scummvm-rg350-5448664f8bcae2d8aca4bdfb85f0d51563a76428.tar.bz2
scummvm-rg350-5448664f8bcae2d8aca4bdfb85f0d51563a76428.zip
MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text size
Diffstat (limited to 'engines/mortevielle/graphics.h')
-rw-r--r--engines/mortevielle/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h
index 258f4cfacc..b196fce7f9 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -91,6 +91,7 @@ public:
void clearScreen();
void putxy(int x, int y) { _textPos = Common::Point(x, y); }
void writeg(const Common::String &l, int c);
+ int getStringWidth(const Common::String &s);
// TODO: Refactor code to remove this method, for increased performance
void setPixel(const Common::Point &pt, int palIndex);