early-access version 1893

This commit is contained in:
pineappleEA
2021-07-20 04:18:45 +02:00
parent aa72fecca3
commit 4c75967a9d
8 changed files with 39 additions and 52 deletions

View File

@@ -10,15 +10,7 @@
#include <thread>
#include <unordered_map>
// Ignore -Wimplicit-fallthrough due to https://github.com/libsdl-org/SDL/issues/4307
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#endif
#include <SDL.h>
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
#include "common/common_types.h"
#include "common/threadsafe_queue.h"