aboutsummaryrefslogtreecommitdiffstats
path: root/include/UIClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/UIClass.h')
-rw-r--r--include/UIClass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/UIClass.h b/include/UIClass.h
index 9aafbd3..62d3e7e 100644
--- a/include/UIClass.h
+++ b/include/UIClass.h
@@ -14,6 +14,8 @@ public:
void putText(const float x,const float y,const char *s,...);
void putString(const float x,const float y,const char *s);
void handleEvents();
+
+ float mousex, mousey;
};
#endif // UICLASS_H