aboutsummaryrefslogtreecommitdiff
path: root/Client/Source/Phy2D/Joints/Joint.h
blob: 2a16888669b3cfc123b4b88022f029485daeacc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
 
namespace Phy2D
{

	class Joint
	{
	
	};

}