aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-16 23:16:30 -0400
committerPaul Gilbert2016-07-10 16:11:18 -0400
commitd971edf02ea8074b71be852fdcee48e095ff49a9 (patch)
tree79bc95e4864a5c014c92f8c559986cf84bf70101 /engines/titanic/pet_control/pet_inventory.h
parent066dd4f5cd1b0f5408cd0da5ef9050a738edc4b0 (diff)
downloadscummvm-rg350-d971edf02ea8074b71be852fdcee48e095ff49a9.tar.gz
scummvm-rg350-d971edf02ea8074b71be852fdcee48e095ff49a9.tar.bz2
scummvm-rg350-d971edf02ea8074b71be852fdcee48e095ff49a9.zip
TITANIC: Stubs for selecting highlighted PET glyph
Diffstat (limited to 'engines/titanic/pet_control/pet_inventory.h')
-rw-r--r--engines/titanic/pet_control/pet_inventory.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_inventory.h b/engines/titanic/pet_control/pet_inventory.h
index 4a08c1c0b2..f228840857 100644
--- a/engines/titanic/pet_control/pet_inventory.h
+++ b/engines/titanic/pet_control/pet_inventory.h
@@ -48,6 +48,11 @@ private:
* Handles initial setup
*/
bool setPetControl(CPetControl *petControl);
+
+ /**
+ * Get the index of an item added to the PET
+ */
+ int getItemIndex(CGameObject *item) const;
public:
CPetInventory();
@@ -111,7 +116,7 @@ public:
/**
* Called when the inventory can't be shown after adding an item
*/
- void couldntShowInventory(CCarry *item);
+ void highlightItem(CGameObject *item);
};
} // End of namespace Titanic