summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/font.h b/font.h
index 9c60017..8dfe4b0 100644
--- a/font.h
+++ b/font.h
@@ -1,3 +1,4 @@
#pragma once
int font_init(const char *path);
+void font_draw(int x, int y, const char *s);