From 8a2f08dc35632a9a8e5272a629e0b4770d567c3a Mon Sep 17 00:00:00 2001
From: drumsetmonkey <abelleisle@roadrunner.com>
Date: Thu, 3 Dec 2015 09:29:34 -0500
Subject: New inventory highlight system

---
 include/inventory.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'include/inventory.h')

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
-- 
cgit v1.2.3