|
|
@@ -20,44 +20,44 @@
|
|
|
// THE SOFTWARE.
|
|
|
//
|
|
|
|
|
|
-#include <Urho3D/Camera.h>
|
|
|
-#include <Urho3D/CollisionBox2D.h>
|
|
|
-#include <Urho3D/CollisionCircle2D.h>
|
|
|
-#include <Urho3D/CollisionEdge2D.h>
|
|
|
-#include <Urho3D/CollisionPolygon2D.h>
|
|
|
-#include <Urho3D/ConstraintDistance2D.h>
|
|
|
-#include <Urho3D/ConstraintFriction2D.h>
|
|
|
-#include <Urho3D/ConstraintGear2D.h>
|
|
|
-#include <Urho3D/ConstraintMotor2D.h>
|
|
|
-#include <Urho3D/ConstraintMouse2D.h>
|
|
|
-#include <Urho3D/ConstraintPrismatic2D.h>
|
|
|
-#include <Urho3D/ConstraintPulley2D.h>
|
|
|
-#include <Urho3D/ConstraintRevolute2D.h>
|
|
|
-#include <Urho3D/ConstraintRope2D.h>
|
|
|
-#include <Urho3D/ConstraintWeld2D.h>
|
|
|
-#include <Urho3D/ConstraintWheel2D.h>
|
|
|
-#include <Urho3D/CoreEvents.h>
|
|
|
-#include <Urho3D/DebugNew.h>
|
|
|
-#include <Urho3D/DebugRenderer.h>
|
|
|
-#include <Urho3D/Drawable2D.h>
|
|
|
-#include <Urho3D/Engine.h>
|
|
|
-#include <Urho3D/FileSystem.h>
|
|
|
-#include <Urho3D/Font.h>
|
|
|
-#include <Urho3D/Graphics.h>
|
|
|
-#include <Urho3D/Input.h>
|
|
|
-#include <Urho3D/Octree.h>
|
|
|
-#include <Urho3D/PhysicsWorld2D.h>
|
|
|
-#include <Urho3D/Renderer.h>
|
|
|
-#include <Urho3D/ResourceCache.h>
|
|
|
-#include <Urho3D/RigidBody2D.h>
|
|
|
-#include <Urho3D/Scene.h>
|
|
|
-#include <Urho3D/SceneEvents.h>
|
|
|
-#include <Urho3D/Sprite2D.h>
|
|
|
-#include <Urho3D/StaticSprite2D.h>
|
|
|
-#include <Urho3D/Text.h>
|
|
|
-#include <Urho3D/Text3D.h>
|
|
|
-#include <Urho3D/Vector.h>
|
|
|
-#include <Urho3D/Zone.h>
|
|
|
+#include <Urho3D/Graphics/Camera.h>
|
|
|
+#include <Urho3D/Urho2D/CollisionBox2D.h>
|
|
|
+#include <Urho3D/Urho2D/CollisionCircle2D.h>
|
|
|
+#include <Urho3D/Urho2D/CollisionEdge2D.h>
|
|
|
+#include <Urho3D/Urho2D/CollisionPolygon2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintDistance2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintFriction2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintGear2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintMotor2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintMouse2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintPrismatic2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintPulley2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintRevolute2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintRope2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintWeld2D.h>
|
|
|
+#include <Urho3D/Urho2D/ConstraintWheel2D.h>
|
|
|
+#include <Urho3D/Core/CoreEvents.h>
|
|
|
+#include <Urho3D/Container/DebugNew.h>
|
|
|
+#include <Urho3D/Graphics/DebugRenderer.h>
|
|
|
+#include <Urho3D/Urho2D/Drawable2D.h>
|
|
|
+#include <Urho3D/Engine/Engine.h>
|
|
|
+#include <Urho3D/IO/FileSystem.h>
|
|
|
+#include <Urho3D/UI/Font.h>
|
|
|
+#include <Urho3D/Graphics/Graphics.h>
|
|
|
+#include <Urho3D/Input/Input.h>
|
|
|
+#include <Urho3D/Graphics/Octree.h>
|
|
|
+#include <Urho3D/Urho2D/PhysicsWorld2D.h>
|
|
|
+#include <Urho3D/Graphics/Renderer.h>
|
|
|
+#include <Urho3D/Resource/ResourceCache.h>
|
|
|
+#include <Urho3D/Urho2D/RigidBody2D.h>
|
|
|
+#include <Urho3D/Scene/Scene.h>
|
|
|
+#include <Urho3D/Scene/SceneEvents.h>
|
|
|
+#include <Urho3D/Urho2D/Sprite2D.h>
|
|
|
+#include <Urho3D/Urho2D/StaticSprite2D.h>
|
|
|
+#include <Urho3D/UI/Text.h>
|
|
|
+#include <Urho3D/UI/Text3D.h>
|
|
|
+#include <Urho3D/Container/Vector.h>
|
|
|
+#include <Urho3D/Graphics/Zone.h>
|
|
|
|
|
|
#include "Urho2DConstraints.h"
|
|
|
|