Objeto de textura de SDL.
Definition: sdl_texture.h:13
SDLText(const std::string &text, TTF_Font *font, SDL_Color color, SDL_Renderer *renderer)
Crea un objeto SDLText.
Definition: sdl_text.cpp:8
void update_text(const std::string &text)
Cambia el texto a renderizar.
Definition: sdl_text.cpp:35
Objeto de texto de SDL.
Definition: sdl_text.h:13