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