mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-17 09:51:38 +00:00
8 lines
176 B
C++
8 lines
176 B
C++
#include "i_interface.h"
|
|
|
|
// Some global engine variables taken out of the backend code.
|
|
SystemCallbacks *sysCallbacks;
|
|
double refreshfreq;
|
|
FString endoomName;
|
|
bool batchrun;
|
|
|