aboutsummaryrefslogtreecommitdiff
path: root/engines/access/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/inventory.cpp')
-rw-r--r--engines/access/inventory.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/access/inventory.cpp b/engines/access/inventory.cpp
index 5d2957bd30..e784b873c9 100644
--- a/engines/access/inventory.cpp
+++ b/engines/access/inventory.cpp
@@ -58,4 +58,13 @@ void InventoryManager::setUseItem(int itemId) {
_vm->_useItem = itemId;
}
+void InventoryManager::refreshInventory() {
+ error("TODO: refreshInventory");
+}
+
+int InventoryManager::newDisplayInv() {
+ error("TODO: newDisplayInv");
+}
+
+
} // End of namespace Access