diff options
Diffstat (limited to 'Client/Source/Phy2D/Joints/Joint.h')
-rw-r--r-- | Client/Source/Phy2D/Joints/Joint.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Client/Source/Phy2D/Joints/Joint.h b/Client/Source/Phy2D/Joints/Joint.h new file mode 100644 index 0000000..2a16888 --- /dev/null +++ b/Client/Source/Phy2D/Joints/Joint.h @@ -0,0 +1,11 @@ +#pragma once + +namespace Phy2D +{ + + class Joint + { + + }; + +}
\ No newline at end of file |