raze/source/common/engine/i_interface.cpp

13 lines
295 B
C++
Raw Normal View History

#include "i_interface.h"
#include "st_start.h"
2022-07-02 07:30:37 +00:00
static_assert(sizeof(void*) == 8, "32 builds are not supported");
// Some global engine variables taken out of the backend code.
FStartupScreen* StartWindow;
2020-10-03 15:04:45 +00:00
SystemCallbacks sysCallbacks;
FString endoomName;
bool batchrun;
2020-09-27 08:03:53 +00:00
float menuBlurAmount;