fix text_freeFontCache prototype
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user