aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v3.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl_v3.h')
-rw-r--r--engines/adl/adl_v3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/adl/adl_v3.h b/engines/adl/adl_v3.h
index 759b17cc6f..b0d40f3993 100644
--- a/engines/adl/adl_v3.h
+++ b/engines/adl/adl_v3.h
@@ -38,6 +38,8 @@ protected:
virtual void setupOpcodeTables();
Common::String getItemDescription(const Item &item) const;
+ void loadItemDescriptions(Common::SeekableReadStream &stream, byte count);
+
int o3_isNounNotInRoom(ScriptEnv &e);
int o3_listInv(ScriptEnv &e);