aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/parser.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-18 16:44:12 +0000
committerArnaud Boutonné2010-08-18 16:44:12 +0000
commit844b4665738b7946b072c55ad257ed535f8399ca (patch)
tree3a448b02db55d430da68029aac1bbc4e25cb0d86 /engines/hugo/parser.h
parentfa41f9ffd05a97c90a59fb629a7b6e61abf231fa (diff)
downloadscummvm-rg350-844b4665738b7946b072c55ad257ed535f8399ca.tar.gz
scummvm-rg350-844b4665738b7946b072c55ad257ed535f8399ca.tar.bz2
scummvm-rg350-844b4665738b7946b072c55ad257ed535f8399ca.zip
Hugo - Add F6 Inventory. This is a DOS only feature, but quite convenient as the iconic inventory is not available atm.
svn-id: r52190
Diffstat (limited to 'engines/hugo/parser.h')
-rw-r--r--engines/hugo/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hugo/parser.h b/engines/hugo/parser.h
index 692f293e36..82ba5a4bc6 100644
--- a/engines/hugo/parser.h
+++ b/engines/hugo/parser.h
@@ -88,6 +88,7 @@ private:
char *strlwr(char *buffer);
void dropObject(object_t *obj);
+ void showDosInventory();
void showTakeables();
void takeObject(object_t *obj);
};