/* * font.h */ #ifndef FONT_H #define FONT_H void font_load(); char char_row(char c, char row); #endif // FONT_H