diff --git a/src/core/MainImplementation.cpp b/src/core/MainImplementation.cpp index 8f74307..9f1ffa5 100644 --- a/src/core/MainImplementation.cpp +++ b/src/core/MainImplementation.cpp @@ -1,6 +1,7 @@ #include "MainResolver.h" +#include "OpenSHC.hpp" #include "StructTest.h" #include "ViewportRenderState.func.h" #include "ViewportRenderState.h" diff --git a/src/core/OpenSHC.hpp b/src/core/OpenSHC.hpp new file mode 100644 index 0000000..1cbcfa0 --- /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" + * + */