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