Skip to content

Commit

Permalink
Merge pull request #109 from altmp/ALTV-520
Browse files Browse the repository at this point in the history
ALTV-520 - fix includes
  • Loading branch information
OlegTrofimov authored Nov 19, 2024
2 parents e2966f4 + bedf755 commit f18e52b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script-objects/IInterior.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <cstdint>

#include "cpp-sdk/types/AABB.h"
#include "../types/AABB.h"
//#ifdef ALT_CLIENT_API

namespace alt
Expand Down
2 changes: 1 addition & 1 deletion script-objects/IInteriorPortal.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <cstdint>

#include "cpp-sdk/deps/alt-math/alt-math.h"
#include "../deps/alt-math/alt-math.h"

namespace alt
{
Expand Down
2 changes: 1 addition & 1 deletion types/AABB.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "cpp-sdk/deps/alt-math/alt-math.h"
#include "../deps/alt-math/alt-math.h"

namespace alt
{
Expand Down

0 comments on commit f18e52b

Please sign in to comment.