raze/source/common/engine/i_interface.cpp

11 lines
228 B
C++
Raw Normal View History

#include "i_interface.h"
#include "st_start.h"
// 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;