aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/fonttext.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/fonttext.h')
-rw-r--r--engines/sludge/fonttext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sludge/fonttext.h b/engines/sludge/fonttext.h
index 9628db632d..26b12d9f11 100644
--- a/engines/sludge/fonttext.h
+++ b/engines/sludge/fonttext.h
@@ -38,6 +38,9 @@ public:
TextManager();
virtual ~TextManager();
+ void init();
+ void kill();
+
int stringWidth(const Common::String &theText);
int stringLength(const Common::String &theText);