1 2 3 4 5 6 7 8 9
#ifndef FONT_H #define FONT_H #include <SDL_ttf.h> #include "assets.h" TTF_Font *font_load(const asset_id_t, const int); #endif /* FONT_H */