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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/xeen/font.h b/engines/xeen/font.h
index d4f10d64b9..ca2cf87ad4 100644
--- a/engines/xeen/font.h
+++ b/engines/xeen/font.h
@@ -96,6 +96,13 @@ public:
* justification is set, the message will be written at _writePos
*/
const char *writeString(const Common::String &s, const Common::Rect &clipRect);
+
+ /**
+ * Write a charcter to the window
+ * @param c Character
+ * @param clipRect Window bounds to display string within
+ */
+ void writeCharacter(char c, const Common::Rect &clipRect);
};
} // End of namespace Xeen