projects
/
PND
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Source
/
Phy2D
/
Shapes
/
p2CircleShape.h
blob: a13a6aba413563d69448cd06ca7933a05c8729e6 (
plain
)
1
2
3
4
5
6
7
8
#pragma once #include "p2Shape.h" class p2CircleShape : public p2Shape { };