aboutsummaryrefslogtreecommitdiff
path: root/src/tsar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsar.h')
-rw-r--r--src/tsar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tsar.h b/src/tsar.h
new file mode 100644
index 0000000..1c9e60b
--- /dev/null
+++ b/src/tsar.h
@@ -0,0 +1,6 @@
+#ifndef TSAR_H
+#define TSAR_H
+
+void load_font(const char* font_name);
+
+#endif