aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-10-01 08:36:31 +0000
committerTorbjörn Andersson2006-10-01 08:36:31 +0000
commitf59bc6f4a17d70c2fd704305cf7ead0d983110c6 (patch)
tree85549a9e3d5aebcddd86d18e3845674194e88459 /engines/agos/agos.h
parent2eb61bd1e31d967b46a60a784937743794f42f2d (diff)
downloadscummvm-rg350-f59bc6f4a17d70c2fd704305cf7ead0d983110c6.tar.gz
scummvm-rg350-f59bc6f4a17d70c2fd704305cf7ead0d983110c6.tar.bz2
scummvm-rg350-f59bc6f4a17d70c2fd704305cf7ead0d983110c6.zip
Some Elvira opcodes/stubs
svn-id: r24049
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 109a8e1cac..8689a428d3 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -995,8 +995,16 @@ public:
uint16 getExitOf(Item *item, uint16 d);
// Opcodes, Elvira 1 only
+ void oe1_present();
+ void oe1_notPresent();
+ void oe1_worn();
+ void oe1_notWorn();
+ void oe1_notCarried();
void oe1_setFF();
void oe1_zoneDisk();
+ void oe1_isNotAt();
+ void oe1_sibling();
+ void oe1_notSibling();
void oe1_opcode176();
void oe1_opcode178();