From dfcfbbe4a4d0efc696b414edf59e0ce807b2d910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 13 Feb 2022 19:08:08 +0100 Subject: ksys/phys: Move common headers (Defines, MaterialMask) out of System/ --- src/KingSystem/Physics/System/physSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KingSystem/Physics/System/physSystem.h') diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index efdc0d7a..06dbc551 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -4,7 +4,7 @@ #include #include #include -#include "KingSystem/Physics/System/physDefines.h" +#include "KingSystem/Physics/physDefines.h" #include "KingSystem/Utils/Types.h" namespace ksys::phys { -- cgit v1.2.3