aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/objectman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/objectman.h')
-rw-r--r--engines/sword1/objectman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sword1/objectman.h b/engines/sword1/objectman.h
index ca3c7c1526..cce360573a 100644
--- a/engines/sword1/objectman.h
+++ b/engines/sword1/objectman.h
@@ -53,6 +53,9 @@ public:
void saveLiveList(uint16 *dest); // for loading/saving
void loadLiveList(uint16 *src);
private:
+ char *lockText(uint32 textId, uint8 language);
+ void unlockText(uint32 textId, uint8 language);
+
ResMan *_resMan;
static const uint32 _objectList[TOTAL_SECTIONS]; //a table of pointers to object files
static const uint32 _textList[TOTAL_SECTIONS][7]; //a table of pointers to text files