9 lines
198 B
C++
9 lines
198 B
C++
#include "i_interface.h"
|
|
|
|
// Some global engine variables taken out of the backend code.
|
|
SystemCallbacks *sysCallbacks;
|
|
double refreshfreq;
|
|
FString endoomName;
|
|
bool batchrun;
|
|
float menuBlurAmount;
|
|
|