mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 16:40:40 +00:00
4830989d32
* Serves no purpose in Raze or GZDoom and appears to only have been added to the backend to facilitate the older interpolation code that was excised in 893686709b
.
7 lines
156 B
C++
7 lines
156 B
C++
#include "i_interface.h"
|
|
|
|
// Some global engine variables taken out of the backend code.
|
|
SystemCallbacks *sysCallbacks;
|
|
FString endoomName;
|
|
bool batchrun;
|
|
|