diff options
Diffstat (limited to 'Client/Source/Phy2D/Shapes/p2Shape.h')
-rw-r--r-- | Client/Source/Phy2D/Shapes/p2Shape.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Client/Source/Phy2D/Shapes/p2Shape.h b/Client/Source/Phy2D/Shapes/p2Shape.h new file mode 100644 index 0000000..79a98f0 --- /dev/null +++ b/Client/Source/Phy2D/Shapes/p2Shape.h @@ -0,0 +1,7 @@ +#pragma once + +class p2Shape +{ + +}; + |