working on new font engine
This commit is contained in:
@@ -10,13 +10,13 @@ class Text2 : public Text
|
||||
{
|
||||
public:
|
||||
// Constructor
|
||||
Text2(LTexture *texture, SDL_Renderer *renderer);
|
||||
Text2(std::string file, LTexture *texture, SDL_Renderer *renderer);
|
||||
|
||||
// Destructor
|
||||
~Text2();
|
||||
|
||||
// Inicializador
|
||||
void init(Uint8 type, Uint8 size);
|
||||
void init();
|
||||
|
||||
// Establece el valor de la variable
|
||||
void setPosX(int value);
|
||||
|
||||
Reference in New Issue
Block a user