A few patches
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user