|
|
@@ -22,7 +22,24 @@
|
|
|
|
|
|
#include <Urho3D/Urho3D.h>
|
|
|
|
|
|
+#include <Urho3D/Container/Vector.h>
|
|
|
+#include <Urho3D/Core/CoreEvents.h>
|
|
|
+#include <Urho3D/DebugNew.h>
|
|
|
+#include <Urho3D/Engine/Engine.h>
|
|
|
#include <Urho3D/Graphics/Camera.h>
|
|
|
+#include <Urho3D/Graphics/DebugRenderer.h>
|
|
|
+#include <Urho3D/Graphics/Graphics.h>
|
|
|
+#include <Urho3D/Graphics/Octree.h>
|
|
|
+#include <Urho3D/Graphics/Renderer.h>
|
|
|
+#include <Urho3D/Graphics/Zone.h>
|
|
|
+#include <Urho3D/Input/Input.h>
|
|
|
+#include <Urho3D/IO/FileSystem.h>
|
|
|
+#include <Urho3D/Resource/ResourceCache.h>
|
|
|
+#include <Urho3D/Scene/Scene.h>
|
|
|
+#include <Urho3D/Scene/SceneEvents.h>
|
|
|
+#include <Urho3D/UI/Font.h>
|
|
|
+#include <Urho3D/UI/Text.h>
|
|
|
+#include <Urho3D/UI/Text3D.h>
|
|
|
#include <Urho3D/Urho2D/CollisionBox2D.h>
|
|
|
#include <Urho3D/Urho2D/CollisionCircle2D.h>
|
|
|
#include <Urho3D/Urho2D/CollisionEdge2D.h>
|
|
|
@@ -38,28 +55,11 @@
|
|
|
#include <Urho3D/Urho2D/ConstraintRope2D.h>
|
|
|
#include <Urho3D/Urho2D/ConstraintWeld2D.h>
|
|
|
#include <Urho3D/Urho2D/ConstraintWheel2D.h>
|
|
|
-#include <Urho3D/Core/CoreEvents.h>
|
|
|
-#include <Urho3D/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"
|
|
|
|