9 #include "external/json/json.h"
28 Text(std::string message, std::string font,
Color color,
int fontSize = 30);
37 void Set(std::string message, std::string font,
Color color,
int fontSize = 30);
98 void Size(
int *w,
int *h = NULL)
const;
120 std::shared_ptr<SDL_Texture> mTex;
121 std::string mMessage, mFontFile;