diff options
author | chai <chaifix@163.com> | 2021-12-01 13:34:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-01 13:34:22 +0800 |
commit | 09abf1b529b4226f585ecfbb20866715b901755b (patch) | |
tree | 16929f2a6bee3ad4667bdd006cfcc1e683ab7210 /Client/Source/Phy2D/Dynamic/World.h | |
parent | 84d961f754c905b37420f4d1b3fee8f4e523e58a (diff) |
+fpm
Diffstat (limited to 'Client/Source/Phy2D/Dynamic/World.h')
-rw-r--r-- | Client/Source/Phy2D/Dynamic/World.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Client/Source/Phy2D/Dynamic/World.h b/Client/Source/Phy2D/Dynamic/World.h index d5c652c..93c883d 100644 --- a/Client/Source/Phy2D/Dynamic/World.h +++ b/Client/Source/Phy2D/Dynamic/World.h @@ -1,12 +1,12 @@ -#pragma once - -#include <vector> -#include <map> -#include "../Common/Math.h" -#include "Arbiter.h" - -namespace Phy2D -{ +#pragma once
+
+#include <vector>
+#include <map>
+#include "../Common/Math.h"
+#include "Arbiter.h"
+
+namespace Phy2D
+{
struct Body; struct Joint; @@ -31,6 +31,6 @@ namespace Phy2D static bool accumulateImpulses; static bool warmStarting; static bool positionCorrection; - }; - -} + };
+
+}
|