aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-03 15:50:23 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-03 15:50:23 -0500
commit32595e12b9568bb4554e7665c917f770cce17344 (patch)
treed553a18dece2e0c2bb315dab4c392d694a9839eb /include/inventory.h
parentdd6d1e79df7d48e93ba22551b8858d77d041c197 (diff)
parent8a342f76c838b8240d6d5fa99c624726e5d589a8 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
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