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