Move PluginMonitor out of TLuaEngine

This commit is contained in:
Lion Kortlepel
2022-05-26 20:59:53 +02:00
parent f06f31c2a0
commit 36547d1e9e
7 changed files with 110 additions and 84 deletions

View File

@@ -16,6 +16,8 @@ extern TSentry Sentry;
#include <zlib.h>
#include <doctest/doctest.h>
#include <filesystem>
namespace fs = std::filesystem;
#include "Compat.h"