From f9d6eedc9f8128ba0765a6b01da9e2fbb4a25341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 20 Apr 2021 23:16:53 +0200 Subject: ksys/phys: Start adding physics parameter structs * SupportBoneParam * RagdollParam * ClothSetParam, ClothSubWindParam, ClothParam * EdgeRigidBodySetParam, EdgeRigidBody * ParamSet (only the header for now) --- src/KingSystem/Physics/System/physParamSet.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/KingSystem/Physics/System/physParamSet.cpp (limited to 'src/KingSystem/Physics/System/physParamSet.cpp') diff --git a/src/KingSystem/Physics/System/physParamSet.cpp b/src/KingSystem/Physics/System/physParamSet.cpp new file mode 100644 index 00000000..3155a3eb --- /dev/null +++ b/src/KingSystem/Physics/System/physParamSet.cpp @@ -0,0 +1 @@ +#include "KingSystem/Physics/System/physParamSet.h" -- cgit v1.2.3