aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index 988b6a53f0..4856da6258 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -116,12 +116,14 @@ public:
bool playerHasItem(const Item *);
bool playerHasItemID(const tItemID);
void checkFlashlight();
+ bool itemInLocation(const tItemID, const tNeighborhoodID, const tRoomID, const tDirectionConstant);
// Inventory Items
InventoryItem *getCurrentInventoryItem();
bool itemInInventory(InventoryItem *);
bool itemInInventory(tItemID);
Inventory *getItemsInventory() { return &_items; }
+ tInventoryResult addItemToInventory(InventoryItem *);
// Biochips
BiochipItem *getCurrentBiochip();