aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/resource.h')
-rw-r--r--engines/lab/resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/lab/resource.h b/engines/lab/resource.h
index 841aa09564..b9bdbbba8d 100644
--- a/engines/lab/resource.h
+++ b/engines/lab/resource.h
@@ -102,7 +102,8 @@ public:
bool readRoomData(const char *fileName);
bool readInventory(const char *fileName);
bool readViews(uint16 roomNum);
- TextFont *getFont(const char *filename);
+ TextFont *getFont(const char *fileName);
+ char *getText(const char *fileName);
Common::String getStaticText(byte index) const { return _staticText[index]; }
private: