diff options
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r-- | engines/pegasus/pegasus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h index 4bd81f4a1a..6a5913d3a5 100644 --- a/engines/pegasus/pegasus.h +++ b/engines/pegasus/pegasus.h @@ -124,11 +124,13 @@ public: InventoryItem *getCurrentInventoryItem(); bool itemInInventory(InventoryItem *); bool itemInInventory(tItemID); + Inventory *getItemsInventory() { return &_items; } // Biochips BiochipItem *getCurrentBiochip(); bool itemInBiochips(BiochipItem *); bool itemInBiochips(tItemID); + Inventory *getBiochipsInventory() { return &_biochips; } // AI Common::String getBriefingMovie(); |