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