aboutsummaryrefslogtreecommitdiffstats
path: root/include/UIClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/UIClass.h')
-rw-r--r--include/UIClass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/UIClass.h b/include/UIClass.h
index 62d3e7e..e6f4825 100644
--- a/include/UIClass.h
+++ b/include/UIClass.h
@@ -13,9 +13,9 @@ public:
void setFontSize(unsigned int fs);
void putText(const float x,const float y,const char *s,...);
void putString(const float x,const float y,const char *s);
+ void msgBox(const char *str,...);
void handleEvents();
-
- float mousex, mousey;
+ int mousex, mousey;
};
#endif // UICLASS_H