summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physParamSet.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-04-20 23:16:53 +0200
committerLéo Lam <leo@leolam.fr>2021-04-21 13:02:00 +0200
commitf9d6eedc9f8128ba0765a6b01da9e2fbb4a25341 (patch)
tree7a049ed1e87a5d1473d34d14af8164217a6c1d3d /src/KingSystem/Physics/System/physParamSet.cpp
parent63472349c75cfe9ed8d2424b40bd935683bdba31 (diff)
ksys/phys: Start adding physics parameter structs
* SupportBoneParam * RagdollParam * ClothSetParam, ClothSubWindParam, ClothParam * EdgeRigidBodySetParam, EdgeRigidBody * ParamSet (only the header for now)
Diffstat (limited to 'src/KingSystem/Physics/System/physParamSet.cpp')
-rw-r--r--src/KingSystem/Physics/System/physParamSet.cpp1
1 files changed, 1 insertions, 0 deletions
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"