diff options
Diffstat (limited to 'include/UIClass.h')
-rw-r--r-- | include/UIClass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/UIClass.h b/include/UIClass.h index 867044e..ed07551 100644 --- a/include/UIClass.h +++ b/include/UIClass.h @@ -7,6 +7,7 @@ namespace ui {
extern int mousex,mousey;
+ extern bool debug;
void init(const char *ttf);
void setFontSize(unsigned int fs);
void putText(const float x,const float y,const char *s,...);
|