diff options
Diffstat (limited to 'src/user/libfont/bdf.h')
-rw-r--r-- | src/user/libfont/bdf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/user/libfont/bdf.h b/src/user/libfont/bdf.h new file mode 100644 index 0000000..4ed4189 --- /dev/null +++ b/src/user/libfont/bdf.h @@ -0,0 +1,8 @@ +#ifndef LIBFONT_BDF_H +#define LIBFONT_BDF_H + +#include <stdbool.h> + +bool try_load_bdf(const char *path, struct font_info *into); + +#endif
\ No newline at end of file |