diff options
| author | Léo Lam <leo@leolam.fr> | 2021-04-20 23:16:53 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-04-21 13:02:00 +0200 |
| commit | f9d6eedc9f8128ba0765a6b01da9e2fbb4a25341 (patch) | |
| tree | 7a049ed1e87a5d1473d34d14af8164217a6c1d3d /src/KingSystem/Physics/System/physParamSet.cpp | |
| parent | 63472349c75cfe9ed8d2424b40bd935683bdba31 (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.cpp | 1 |
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" |
