A few patches

This commit is contained in:
2023-01-20 22:51:21 +01:00
parent 8d62c17715
commit 2d62bfc599
5 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ typedef struct {
} Position;
int text_renderText(RenderObject_t* renderObject, Position position, SDL_Color color, const char* fontFilename, int fontSize, char* format, ...);
int text_renderText(RenderObject_t* renderObject, float x, float y, int z, SDL_Color color, const char* fontFilename, int fontSize, char* format, ...);
void text_freeFontCache(void);