aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-14 00:48:44 +0530
committerEugene Sandulenko2019-09-03 17:17:19 +0200
commitde7b30a23cdb90e0ed6e7c1373800f98df675cf1 (patch)
treeb8d2701a2dd2cc58ba54ee2adf3c82d35bf5e58a /engines/hdb/ai.h
parentfe09a9c09c4cd5fc4039ea0c40caa8e814ac179f (diff)
downloadscummvm-rg350-de7b30a23cdb90e0ed6e7c1373800f98df675cf1.tar.gz
scummvm-rg350-de7b30a23cdb90e0ed6e7c1373800f98df675cf1.tar.bz2
scummvm-rg350-de7b30a23cdb90e0ed6e7c1373800f98df675cf1.zip
HDB: Add queryInventoryTypeSlot()
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index fcafdd8fc2..f3802d554f 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -1065,6 +1065,7 @@ public:
int queryInventory(const char *string);
bool removeInvItem(const char *string, int amount);
int queryInventoryType(AIType which);
+ int queryInventoryTypeSlot(AIType which);
bool removeInvItemType(AIType which, int amount);
bool addItemToInventory(AIType type, int amount, const char *funcInit, const char *funcAction, const char *funcUse);
void keepInvItem(AIType type);