#ifndef LIBFONT_BDF_H #define LIBFONT_BDF_H #include bool try_load_bdf(const char *path, struct font_info *into); #endif