summaryrefslogtreecommitdiff
path: root/stage3/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/font.h')
-rw-r--r--stage3/font.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/stage3/font.h b/stage3/font.h
new file mode 100644
index 0000000..fe525ac
--- /dev/null
+++ b/stage3/font.h
@@ -0,0 +1,9 @@
+#ifndef _FONT_H_
+#define _FONT_H_
+
+#define CHAR_WIDTH 3
+#define CHAR_HEIGHT 5
+
+void print(char *line);
+
+#endif