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/StaticCompound | |
| parent | 3512b78627490b952db0dc4b4a8fc58d49e8d55b (diff) | |
ksys/phys: Move common headers (Defines, MaterialMask) out of System/
Diffstat (limited to 'src/KingSystem/Physics/StaticCompound')
| -rw-r--r-- | src/KingSystem/Physics/StaticCompound/physStaticCompoundInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/StaticCompound/physStaticCompoundInfo.h b/src/KingSystem/Physics/StaticCompound/physStaticCompoundInfo.h index 2afe1ef5..dfd31ed9 100644 --- a/src/KingSystem/Physics/StaticCompound/physStaticCompoundInfo.h +++ b/src/KingSystem/Physics/StaticCompound/physStaticCompoundInfo.h @@ -1,7 +1,7 @@ #pragma once #include <Havok/Common/Base/hkBase.h> -#include "KingSystem/Physics/System/physDefines.h" +#include "KingSystem/Physics/physDefines.h" class hkTypeInfo; |
