- minor cleanup.

This commit is contained in:
Christoph Oelckers 2022-10-02 14:32:21 +02:00
commit c596095fe0
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,7 @@
#include "i_interface.h"
#include "st_start.h"
#include "gamestate.h"
#include "startupinfo.h"
static_assert(sizeof(void*) == 8, "32 builds are not supported");
@ -14,4 +15,6 @@ float menuBlurAmount;
bool AppActive = true;
int chatmodeon;
gamestate_t gamestate = GS_STARTUP;
bool ToggleFullscreen;
FStartupInfo GameStartupInfo;