aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inventory.h b/include/inventory.h
index e71e76a..33a113c 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -71,6 +71,9 @@ public:
bool invOpen = false;
bool invOpening = false;
bool invHover = false;
+ bool selected = false;
+ bool mouseSel = false;
+
Inventory(unsigned int s); // Creates an inventory of size 's'
~Inventory(void); // Free's allocated memory