diff options
Diffstat (limited to 'Client/Source')
-rw-r--r-- | Client/Source/Phy2DLite/Tests/test.cpp | 1 | ||||
-rw-r--r-- | Client/Source/Sand2D/Common/Settings.h | 10 | ||||
-rw-r--r-- | Client/Source/Sand2D/Common/Type.h | 8 |
3 files changed, 19 insertions, 0 deletions
diff --git a/Client/Source/Phy2DLite/Tests/test.cpp b/Client/Source/Phy2DLite/Tests/test.cpp index c2dbc54..0660c21 100644 --- a/Client/Source/Phy2DLite/Tests/test.cpp +++ b/Client/Source/Phy2DLite/Tests/test.cpp @@ -231,6 +231,7 @@ static void Demo5(Body* b, Joint* j) // A teeter static void Demo6(Body* b, Joint* j) { + // µØÃæ Body* b1 = b + 0; b1->Set(Vec2(100.0f, 20.0f), NUMBER_MAX); b1->position.Set(0.0f, (fixed)-0.5f * b1->width.y); diff --git a/Client/Source/Sand2D/Common/Settings.h b/Client/Source/Sand2D/Common/Settings.h new file mode 100644 index 0000000..18825cb --- /dev/null +++ b/Client/Source/Sand2D/Common/Settings.h @@ -0,0 +1,10 @@ +#pragma once + +#include "Type.h" + +namespace Sand2D +{ + + + +}
\ No newline at end of file diff --git a/Client/Source/Sand2D/Common/Type.h b/Client/Source/Sand2D/Common/Type.h new file mode 100644 index 0000000..edb79bb --- /dev/null +++ b/Client/Source/Sand2D/Common/Type.h @@ -0,0 +1,8 @@ +#pragma once + +namespace Sand2D +{ + + + +}
\ No newline at end of file |