aboutsummaryrefslogtreecommitdiffstats
path: root/include/UIClass.h
diff options
context:
space:
mode:
authorAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-16 11:48:48 -0400
committerAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-16 11:48:48 -0400
commit82d5e77a3fa4f3f9cc3145969d99ba8326af9892 (patch)
tree6c6385fced0b42b95e51e7935a4677058442fe5f /include/UIClass.h
parentc5d48afdbfb7451581a8f61fe24a606b15415224 (diff)
Fixed mouse, and debug
Diffstat (limited to 'include/UIClass.h')
-rw-r--r--include/UIClass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/UIClass.h b/include/UIClass.h
index e6f4825..9bf301c 100644
--- a/include/UIClass.h
+++ b/include/UIClass.h
@@ -16,6 +16,7 @@ public:
void msgBox(const char *str,...);
void handleEvents();
int mousex, mousey;
+ bool debug = false;
};
#endif // UICLASS_H