- minor cleanup.
This commit is contained in:
parent
8e6bdd72fa
commit
c596095fe0
7 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue