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 17:04:45 +02:00
SystemCallbacks sysCallbacks;
FString endoomName;
bool batchrun;
2020-09-27 10:03:53 +02:00
float menuBlurAmount;