From 49063b079e3eccbbc3f5330ee3e5e88bb7796f70 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 6 Dec 2021 09:57:05 +0800 Subject: *misc --- Client/Source/Phy2D/Joints/FixedJoint.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Client/Source/Phy2D/Joints/FixedJoint.h (limited to 'Client/Source/Phy2D/Joints/FixedJoint.h') diff --git a/Client/Source/Phy2D/Joints/FixedJoint.h b/Client/Source/Phy2D/Joints/FixedJoint.h new file mode 100644 index 0000000..585f502 --- /dev/null +++ b/Client/Source/Phy2D/Joints/FixedJoint.h @@ -0,0 +1,15 @@ +#pragma once + +#include "Joint.h" + + +namespace Phy2D +{ + + class FixedJoint : public Joint + { + public: + + }; + +} -- cgit v1.1-26-g67d0