- 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
parent ea30707c41
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;

View file

@ -22,3 +22,4 @@ struct WadStuff
};
extern FString endoomName;