aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-19 14:18:01 +0100
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit3f7d5608a9b3cd967c4ceb6fd9bfb5d2e4c19643 (patch)
treebd79dff454a38f4c00e9fe7336a8da5284dd651c /engines/adl/adl.h
parent8a05a9cbca3c86868e148e09c392c2bd53bc4de0 (diff)
downloadscummvm-rg350-3f7d5608a9b3cd967c4ceb6fd9bfb5d2e4c19643.tar.gz
scummvm-rg350-3f7d5608a9b3cd967c4ceb6fd9bfb5d2e4c19643.tar.bz2
scummvm-rg350-3f7d5608a9b3cd967c4ceb6fd9bfb5d2e4c19643.zip
ADL: Implement a few hires2 opcodes
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index d13e122181..57036b9bb3 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -175,6 +175,7 @@ protected:
virtual void checkInput(byte verb, byte noun);
virtual void setupOpcodeTables();
+ virtual bool matchesCurrentPic(byte pic) const;
// Opcodes
int o1_isItemInRoom(ScriptEnv &e);