summaryrefslogtreecommitdiff
path: root/src/user/libfont/pbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/libfont/pbf.h')
-rw-r--r--src/user/libfont/pbf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/user/libfont/pbf.h b/src/user/libfont/pbf.h
new file mode 100644
index 0000000..bcf5d18
--- /dev/null
+++ b/src/user/libfont/pbf.h
@@ -0,0 +1,11 @@
+#ifndef LIBFONT_PBF_H
+#define LIBFONT_PBF_H
+
+#include <libfont/fonts.h>
+#include <knob/file.h>
+
+#include <stdbool.h>
+
+bool try_load_pbf(struct file *f, struct font_info *into);
+
+#endif \ No newline at end of file