aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/window.h')
-rw-r--r--engines/hdb/window.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/hdb/window.h b/engines/hdb/window.h
index 8bfc38c067..32a41ae7fc 100644
--- a/engines/hdb/window.h
+++ b/engines/hdb/window.h
@@ -81,6 +81,15 @@ public:
return _dialogInfo.active;
}
+ // Inventory Functions
+ void drawInventory();
+ void setInvSelect(int status) {
+ _invWinInfo.selection = status;
+ }
+ int getInvSelect() {
+ return _invWinInfo.selection;
+ }
+
private:
DialogInfo _dialogInfo;