vkdoom_m/src/common/engine/i_interface.cpp

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;