From b1d97d8bd342abc9db0e2b47c2eb4ab64997237c Mon Sep 17 00:00:00 2001 From: sourcehold Date: Tue, 13 Jan 2026 16:34:42 +0100 Subject: [PATCH 1/2] [PROJECT] create src/core/OpenSHC.hpp file that lists all necessary includes for reccmp-reccmp to function --- src/core/MainImplementation.cpp | 1 + src/core/OpenSHC.hpp | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/core/OpenSHC.hpp diff --git a/src/core/MainImplementation.cpp b/src/core/MainImplementation.cpp index 8f74307..9bb1090 100644 --- a/src/core/MainImplementation.cpp +++ b/src/core/MainImplementation.cpp @@ -4,6 +4,7 @@ #include "StructTest.h" #include "ViewportRenderState.func.h" #include "ViewportRenderState.h" +#include "OpenSHC.hpp" #include "Mss32.h" #include "binkw32.h" diff --git a/src/core/OpenSHC.hpp b/src/core/OpenSHC.hpp new file mode 100644 index 0000000..bf4255f --- /dev/null +++ b/src/core/OpenSHC.hpp @@ -0,0 +1,9 @@ +#pragma once + +/** + * List files that should be included for the functions to appear in reccmp-reccmp comparison + * + * e.g. + * #include "OpenSHC/Map/TileMapState.hpp" + * +*/ \ No newline at end of file From 033a5be8c52052c3e9e694c62660504a6ea0ecce Mon Sep 17 00:00:00 2001 From: sourcehold Date: Tue, 13 Jan 2026 17:44:19 +0100 Subject: [PATCH 2/2] format --- src/core/MainImplementation.cpp | 2 +- src/core/OpenSHC.hpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/MainImplementation.cpp b/src/core/MainImplementation.cpp index 9bb1090..9f1ffa5 100644 --- a/src/core/MainImplementation.cpp +++ b/src/core/MainImplementation.cpp @@ -1,10 +1,10 @@ #include "MainResolver.h" +#include "OpenSHC.hpp" #include "StructTest.h" #include "ViewportRenderState.func.h" #include "ViewportRenderState.h" -#include "OpenSHC.hpp" #include "Mss32.h" #include "binkw32.h" diff --git a/src/core/OpenSHC.hpp b/src/core/OpenSHC.hpp index bf4255f..1cbcfa0 100644 --- a/src/core/OpenSHC.hpp +++ b/src/core/OpenSHC.hpp @@ -2,8 +2,8 @@ /** * List files that should be included for the functions to appear in reccmp-reccmp comparison - * + * * e.g. * #include "OpenSHC/Map/TileMapState.hpp" - * -*/ \ No newline at end of file + * + */