diff options
Diffstat (limited to 'Client/Source/Phy2D/Phy2D.h')
-rw-r--r-- | Client/Source/Phy2D/Phy2D.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Client/Source/Phy2D/Phy2D.h b/Client/Source/Phy2D/Phy2D.h new file mode 100644 index 0000000..48d2824 --- /dev/null +++ b/Client/Source/Phy2D/Phy2D.h @@ -0,0 +1,8 @@ +#pragma once + + +// 定点数的物理引擎 + +#include "Dynamic/World.h" +#include "Dynamic/Body.h" +#include "Dynamic/Joint.h" |