raze/source/common/engine/i_interface.cpp

9 lines
177 B
C++
Raw Normal View History

#include "i_interface.h"
// Some global engine variables taken out of the backend code.
2020-10-03 15:04:45 +00:00
SystemCallbacks sysCallbacks;
FString endoomName;
bool batchrun;
2020-09-27 08:03:53 +00:00
float menuBlurAmount;