diff options
| author | Léo Lam <leo@leolam.fr> | 2022-02-13 19:08:08 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-02-13 19:08:08 +0100 |
| commit | dfcfbbe4a4d0efc696b414edf59e0ce807b2d910 (patch) | |
| tree | e0037359e62ed494b4330f28897c49d6827145ed /src/KingSystem/Physics/System/physSystemData.h | |
| parent | 3512b78627490b952db0dc4b4a8fc58d49e8d55b (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.h | 2 |
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 { |
