aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index abb62ee8b2..b7fd3dc410 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -196,6 +196,10 @@ protected:
void showRoom();
void takeItem(byte noun);
void dropItem(byte noun);
+ Room &room(uint i);
+ Room &curRoom();
+ Item &item(uint i);
+ byte &var(uint i);
Display *_display;
Parser *_parser;