fix text_freeFontCache prototype

This commit is contained in:
2023-01-20 21:52:54 +01:00
parent abc59e4fb7
commit efdbc0c6fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ typedef struct {
int text_renderText(RenderObject_t* renderObject, Position position, SDL_Color color, const char* fontFilename, int fontSize, char* format, ...);
void text_freeFontCache();
void text_freeFontCache(void);
#endif