2020-04-12 06:21:50 +00:00
|
|
|
#include "i_interface.h"
|
|
|
|
|
2020-04-23 19:18:40 +00:00
|
|
|
// Some global engine variables taken out of the backend code.
|
2020-04-12 06:21:50 +00:00
|
|
|
SystemCallbacks *sysCallbacks;
|
2020-04-23 19:18:40 +00:00
|
|
|
double refreshfreq;
|
|
|
|
FString endoomName;
|
|
|
|
bool batchrun;
|
|
|
|
|