aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/UIClass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/UIClass.h b/include/UIClass.h
index f12cc1e..e61bf14 100644
--- a/include/UIClass.h
+++ b/include/UIClass.h
@@ -5,6 +5,9 @@
class UIClass {
public:
+ void init(const char *ttf);
+ void setFontSize(unsigned int fs);
+ void putText(float x,float y,const char *s);
void handleEvents();
};