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