winter is comming: brace yourself
This commit is contained in:
+2
-3
@@ -1,7 +1,7 @@
|
||||
#ifndef __TEXT_H__
|
||||
#define __TEXT_H__
|
||||
|
||||
#include "renderer.h"
|
||||
#include "scene.h"
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
|
||||
|
||||
@@ -11,8 +11,7 @@ typedef struct {
|
||||
int z;
|
||||
} Position;
|
||||
|
||||
|
||||
int text_renderText(RenderObject_t* renderObject, float x, float y, int z, float scale, SDL_Color color, const char* fontFilename, int fontSize, char* format, ...);
|
||||
int text_renderText(RenderObject_t* renderObject, int z, float scale, SDL_Color color, const char* fontFilename, int fontSize, char* format, ...);
|
||||
void text_freeFontCache(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user