mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
12 lines
295 B
C++
12 lines
295 B
C++
#include "i_interface.h"
|
|
#include "st_start.h"
|
|
|
|
static_assert(sizeof(void*) == 8, "32 builds are not supported");
|
|
|
|
// Some global engine variables taken out of the backend code.
|
|
FStartupScreen* StartWindow;
|
|
SystemCallbacks sysCallbacks;
|
|
FString endoomName;
|
|
bool batchrun;
|
|
float menuBlurAmount;
|
|
|