diff --git a/script-objects/IInterior.h b/script-objects/IInterior.h index 2d3d462..57075ba 100644 --- a/script-objects/IInterior.h +++ b/script-objects/IInterior.h @@ -1,7 +1,7 @@ #pragma once #include -#include "cpp-sdk/types/AABB.h" +#include "../types/AABB.h" //#ifdef ALT_CLIENT_API namespace alt diff --git a/script-objects/IInteriorPortal.h b/script-objects/IInteriorPortal.h index 4bae208..f932f84 100644 --- a/script-objects/IInteriorPortal.h +++ b/script-objects/IInteriorPortal.h @@ -1,7 +1,7 @@ #pragma once #include -#include "cpp-sdk/deps/alt-math/alt-math.h" +#include "../deps/alt-math/alt-math.h" namespace alt { diff --git a/types/AABB.h b/types/AABB.h index 19ac534..fab33c0 100644 --- a/types/AABB.h +++ b/types/AABB.h @@ -1,5 +1,5 @@ #pragma once -#include "cpp-sdk/deps/alt-math/alt-math.h" +#include "../deps/alt-math/alt-math.h" namespace alt {