From c7e178d098f770b6dfaa0e0ca837975ed29e39bd Mon Sep 17 00:00:00 2001 From: lukaslw Date: Thu, 5 Jun 2014 21:09:43 +0200 Subject: PRINCE: Hero inventory beginning, prepareInventoryToView() implementation --- engines/prince/hero.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/prince/hero.h') diff --git a/engines/prince/hero.h b/engines/prince/hero.h index 5b8391c10c..31ffac3b6a 100644 --- a/engines/prince/hero.h +++ b/engines/prince/hero.h @@ -35,6 +35,7 @@ namespace Prince { class Animation; class PrinceEngine; class GraphicsMan; +struct InventoryItem; class Hero { public: @@ -173,8 +174,8 @@ public: uint16 _currHeight; // height of current anim phase - // Inventory array of items - // Inventory2 array of items + Common::Array _inventory; // Inventory array of items + Common::Array _inventory2; // Inventory2 array of items // Font subtitiles font // Color subtitiles color // AnimSet number of animation set -- cgit v1.2.3