From e7835848e476dc66125d2e4961f0c3d276945352 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Mon, 5 Jan 2026 21:19:29 +0100 Subject: [PATCH] Add common headers --- includes/CommonHeaders.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 includes/CommonHeaders.h diff --git a/includes/CommonHeaders.h b/includes/CommonHeaders.h new file mode 100644 index 0000000..3c10ed4 --- /dev/null +++ b/includes/CommonHeaders.h @@ -0,0 +1,8 @@ +#pragma once + +#include "ImGuiWidgets.h" +#include "GameInformations.h" +#include "GameFixes.h" +#include "inicpp.h" +#include +#include \ No newline at end of file