[client] added support for alert text

This commit is contained in:
Geoffrey McRae
2018-05-29 11:06:42 +10:00
parent 86207993b8
commit b26a535451
2 changed files with 46 additions and 39 deletions

View File

@@ -60,6 +60,7 @@ typedef LG_RendererOpt * LG_RendererOptions;
typedef struct LG_RendererParams
{
TTF_Font * font;
TTF_Font * alertFont;
bool showFPS;
}
LG_RendererParams;