- partial backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2022-07-02 09:30:37 +02:00
parent 486da6922d
commit 3ec8a96ddf
10 changed files with 58 additions and 12 deletions

View file

@ -1,6 +1,8 @@
#include "i_interface.h"
#include "st_start.h"
static_assert(sizeof(void*) == 8, "32 builds are not supported");
// Some global engine variables taken out of the backend code.
FStartupScreen* StartWindow;
SystemCallbacks sysCallbacks;