summaryrefslogtreecommitdiff
path: root/stage3/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/font.h')
-rw-r--r--stage3/font.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/stage3/font.h b/stage3/font.h
index fd2f2c0..2f43e9e 100644
--- a/stage3/font.h
+++ b/stage3/font.h
@@ -1,6 +1,10 @@
#ifndef _FONT_H_
#define _FONT_H_
-void println(char *line);
+#include "def.h"
+
+void print(char *line);
+void set_font_size(u16 size);
+void print_char(char c);
#endif