- moved game state connections of the startup screen out of the backend code.

This commit is contained in:
Christoph Oelckers 2020-04-23 00:02:34 +02:00
commit 612bf20809
4 changed files with 33 additions and 13 deletions

View file

@ -1,4 +1,5 @@
#include "i_interface.h"
SystemCallbacks *sysCallbacks;
double refreshfreq;
double refreshfreq;
FString endoomName;