aboutsummaryrefslogtreecommitdiffstats
path: root/include/UIClass.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@clyne-lp.example.com>2015-09-17 09:22:45 -0400
committerClyne Sullivan <clyne@clyne-lp.example.com>2015-09-17 09:22:45 -0400
commitc38029fa3d4fd7488c2bd9236eec86aff4448314 (patch)
tree2807889557cbc0c5391181c3556e4978eaa9549a /include/UIClass.h
parent334ee89484336412d39e509c2594dee8f47c22ad (diff)
shit
Diffstat (limited to 'include/UIClass.h')
-rw-r--r--include/UIClass.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/UIClass.h b/include/UIClass.h
deleted file mode 100644
index ed07551..0000000
--- a/include/UIClass.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef UICLASS_H
-#define UICLASS_H
-
-#include <common.h>
-#include <cstdarg>
-#include <cstdio>
-
-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,...);
- void putString(const float x,const float y,const char *s);
- void msgBox(const char *str,...);
- void handleEvents();
-};
-
-#endif // UICLASS_H