diff options
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 |
