aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-15 21:59:56 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-15 21:59:56 -0400
commitba4b5bd76ae9b1fa3e3c862d8672e35b02e1664c (patch)
tree16c0772118602287e6687107a92fec52183e13da /include
parent84cb048b978d235efd1dcc4750325ff751d82c7d (diff)
mouse
Diffstat (limited to 'include')
-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