#ifndef FONT_H #define FONT_H #include #include "assets.h" TTF_Font *font_load(const asset_id_t, const int); #endif /* FONT_H */