From 9e0e01b7f4375063f06e494113187d48614628e0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Nov 2021 22:25:37 +0800 Subject: +init --- Client/Source/Phy2D/Phy2D.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Client/Source/Phy2D/Phy2D.h (limited to 'Client/Source/Phy2D/Phy2D.h') 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" -- cgit v1.1-26-g67d0