[client] gracefully restart if the host application restarts

This commit is contained in:
Geoffrey McRae
2020-08-11 14:30:44 +10:00
parent 4619ddef5d
commit 74649ddb96
7 changed files with 53 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
struct AppState
{
bool running;
bool restart;
bool ignoreInput;
bool escapeActive;
SDL_Scancode escapeAction;