mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
8 lines
177 B
C++
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;
|
|
|