- use static_assert to make 32 bit builds fail.

This commit is contained in:
Christoph Oelckers 2022-06-22 11:11:29 +02:00
parent aaf9618e61
commit 8c244f6f85

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;