- moved UpdateVRModes, AppActive and gamestate into the backend.

This commit is contained in:
Christoph Oelckers 2022-10-02 14:25:19 +02:00
commit 8e6bdd72fa
6 changed files with 34 additions and 32 deletions

View file

@ -1,5 +1,6 @@
#include "i_interface.h"
#include "st_start.h"
#include "gamestate.h"
static_assert(sizeof(void*) == 8, "32 builds are not supported");
@ -10,3 +11,7 @@ FString endoomName;
bool batchrun;
float menuBlurAmount;
bool AppActive = true;
int chatmodeon;
gamestate_t gamestate = GS_STARTUP;