#ifndef DRAW_TEXT_H #define DRAW_TEXT_H #include "text-style.h" #include // TTF_Font void draw_text( SDL_Renderer * const, TTF_Font * const, const text_style_t * const, const char * const ); #endif /* DRAW_TEXT_H */