aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/font.h')
-rw-r--r--engines/xeen/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/font.h b/engines/xeen/font.h
index 6b362d7bf5..db61e3ea59 100644
--- a/engines/xeen/font.h
+++ b/engines/xeen/font.h
@@ -48,7 +48,7 @@ private:
void setTextColor(int idx);
- void writeChar(char c);
+ void writeChar(char c, const Common::Rect &clipRect);
public:
const byte *_fontData;
Common::Point _writePos;
@@ -63,7 +63,7 @@ public:
void writeSymbol(int symbolId);
- Common::String writeString(const Common::String &s, const Common::Rect &bounds);
+ Common::String writeString(const Common::String &s, const Common::Rect &clipRect);
};
} // End of namespace Xeen