early-access version 2104

This commit is contained in:
pineappleEA
2021-10-04 03:26:31 +02:00
parent b5bacdc486
commit 4981320657
30 changed files with 314 additions and 181 deletions

View File

@@ -9,6 +9,8 @@
#include <thread>
#include <vector>
#include <fmt/format.h>
#ifdef _WIN32
#include <windows.h> // For OutputDebugStringW
#endif
@@ -22,6 +24,7 @@
#include "common/logging/backend.h"
#include "common/logging/log.h"
#include "common/logging/log_entry.h"
#include "common/logging/text_formatter.h"
#include "common/settings.h"
#ifdef _WIN32