2025-10-16 09:56:44 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
#include <filesystem>
|
|
|
|
|
#include <safetyhook.hpp>
|
|
|
|
|
#include <spdlog/spdlog.h>
|
2026-01-04 19:27:52 +01:00
|
|
|
#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"
|