#ifndef LIBFONT_BDF_H #define LIBFONT_BDF_H #include #include #include bool try_load_bdf(struct file *f, struct font_info *into); #endif