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