summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/font.h b/font.h
index 52de1aa..d1494d0 100644
--- a/font.h
+++ b/font.h
@@ -1,4 +1,6 @@
#pragma once
+#define FONT_W 16
+#define FONT_H 32
int font_init(const char *path);
void font_draw(int x, int y, const char *s, int size);