diff options
| author | Léo Lam <leo@leolam.fr> | 2022-01-06 15:50:13 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-01-06 23:51:07 +0100 |
| commit | 423eb84362ea1a564e885a777a131e0787ef8869 (patch) | |
| tree | 54c7afe9d6da4cc6266c4fb3e988da33588584af /src/KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.cpp | |
| parent | 9343ed56e7570803bf87e7a9a427aa85ff8eab9d (diff) | |
ksys/phys: Implement more StaticCompound functions
The other functions require RE'ing BodyGroup, which in turn requires
RigidBody stuff
Diffstat (limited to 'src/KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.cpp')
| -rw-r--r-- | src/KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.cpp b/src/KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.cpp new file mode 100644 index 00000000..dc0e4ef1 --- /dev/null +++ b/src/KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/Physics/StaticCompound/physStaticCompoundBodyGroup.h" + +namespace ksys::phys { + +BodyGroup::BodyGroup() = default; + +} // namespace ksys::phys |
