aboutsummaryrefslogtreecommitdiff
path: root/Client/Source/Phy2D/Shapes/p2CircleShape.h
blob: ded039679cd95bfa44648a332259ebee07161b19 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "p2Shape.h"

class p2CircleShape : public p2Shape
{

};