Add includes to commonheaders

This commit is contained in:
2026-01-04 19:27:52 +01:00
parent bc5c37ec5f
commit d0f1f015b1

View File

@@ -4,4 +4,10 @@
#include <filesystem> #include <filesystem>
#include <safetyhook.hpp> #include <safetyhook.hpp>
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>
#include <spdlog/sinks/rotating_file_sink.h> #include <spdlog/sinks/rotating_file_sink.h>
#include "GameFixes.h"
#include "GameInformations.h"
#include "Cheats.h"
#include "ObfuscateString.h"
#include "Memory.hpp"
#include "Maths.hpp"