#ifndef FONT_H #define FONT_H #include #ifndef FONT_SIZE #define FONT_SIZE 15.0f #endif extern TTF_Font *font; void load_font(); #endif