diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-03 09:29:34 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-03 09:29:34 -0500 |
commit | 8a2f08dc35632a9a8e5272a629e0b4770d567c3a (patch) | |
tree | a58dd9f26094d7cac7710180f3848d393ac507c5 /include/inventory.h | |
parent | bf91141782766f3648b62c6d96528fddb9ae7447 (diff) |
New inventory highlight system
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 3 |
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 |