summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystemData.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-02-13 19:08:08 +0100
committerLéo Lam <leo@leolam.fr>2022-02-13 19:08:08 +0100
commitdfcfbbe4a4d0efc696b414edf59e0ce807b2d910 (patch)
treee0037359e62ed494b4330f28897c49d6827145ed /src/KingSystem/Physics/System/physSystemData.h
parent3512b78627490b952db0dc4b4a8fc58d49e8d55b (diff)
ksys/phys: Move common headers (Defines, MaterialMask) out of System/
Diffstat (limited to 'src/KingSystem/Physics/System/physSystemData.h')
-rw-r--r--src/KingSystem/Physics/System/physSystemData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physSystemData.h b/src/KingSystem/Physics/System/physSystemData.h
index a759c72f..91267807 100644
--- a/src/KingSystem/Physics/System/physSystemData.h
+++ b/src/KingSystem/Physics/System/physSystemData.h
@@ -7,7 +7,7 @@
#include <agl/Utils/aglResParameter.h>
#include <container/seadSafeArray.h>
#include <prim/seadEnum.h>
-#include "KingSystem/Physics/System/physDefines.h"
+#include "KingSystem/Physics/physDefines.h"
#include "KingSystem/Utils/Types.h"
namespace ksys::res {