0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-27 01:10:51 +00:00
raze-gles/source/common/engine/i_interface.cpp
Christoph Oelckers f8caf88089 - backend update.
2020-10-03 17:04:45 +02:00

8 lines
177 B
C++

#include "i_interface.h"
// Some global engine variables taken out of the backend code.
SystemCallbacks sysCallbacks;
FString endoomName;
bool batchrun;
float menuBlurAmount;