summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/Constraint/physConstraint.cpp
blob: 25874e7946d57cfe946737e8f60d08be7398738a (plain)
1
2
3
4
5
6
7
8
9
#include "KingSystem/Physics/Constraint//physConstraint.h"

namespace ksys::phys {

void Constraint::destroy(Constraint* instance) {
    delete instance;
}

}  // namespace ksys::phys