From 844b4665738b7946b072c55ad257ed535f8399ca Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 18 Aug 2010 16:44:12 +0000 Subject: Hugo - Add F6 Inventory. This is a DOS only feature, but quite convenient as the iconic inventory is not available atm. svn-id: r52190 --- engines/hugo/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/hugo/parser.h') 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); }; -- cgit v1.2.3