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: ded039679cd95bfa44648a332259ebee07161b19 (
plain
)
1
2
3
4
5
6
7
8
#pragma once #include "p2Shape.h" class p2CircleShape : public p2Shape { };