aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-03 09:29:34 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-03 09:29:34 -0500
commit8a2f08dc35632a9a8e5272a629e0b4770d567c3a (patch)
treea58dd9f26094d7cac7710180f3848d393ac507c5 /include/inventory.h
parentbf91141782766f3648b62c6d96528fddb9ae7447 (diff)
New inventory highlight system
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 18ef6c4..d28a930 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -74,6 +74,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