aboutsummaryrefslogtreecommitdiff
path: root/Client/Source/Phy2D/Joints/FixedJoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Source/Phy2D/Joints/FixedJoint.h')
-rw-r--r--Client/Source/Phy2D/Joints/FixedJoint.h15
1 files changed, 15 insertions, 0 deletions
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:
+
+ };
+
+}