Skip to content

Commit 22a7ff5

Browse files
committed
Update Urho3D interop for changed folder structure.
1 parent d00bbfa commit 22a7ff5

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/Geometry/AABB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <OgreAxisAlignedBox.h>
3030
#endif
3131
#ifdef MATH_URHO3D_INTEROP
32-
#include <Engine/Math/BoundingBox.h>
32+
#include <Urho3D/Math/BoundingBox.h>
3333
#endif
3434

3535
MATH_BEGIN_NAMESPACE

src/Geometry/Plane.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <OgrePlane.h>
2525
#endif
2626
#ifdef MATH_URHO3D_INTEROP
27-
#include <Engine/Math/Plane.h>
27+
#include <Urho3D/Math/Plane.h>
2828
#endif
2929

3030
MATH_BEGIN_NAMESPACE

src/Geometry/Ray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <OgreRay.h>
2525
#endif
2626
#ifdef MATH_URHO3D_INTEROP
27-
#include <Engine/Math/Ray.h>
27+
#include <Urho3D/Math/Ray.h>
2828
#endif
2929

3030
MATH_BEGIN_NAMESPACE

src/Geometry/Sphere.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "../Math/float3.h"
2222

2323
#ifdef MATH_URHO3D_INTEROP
24-
#include <Engine/Math/Sphere.h>
24+
#include <Urho3D/Math/Sphere.h>
2525
#endif
2626

2727
MATH_BEGIN_NAMESPACE

src/Math/Quat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <LinearMath/btQuaternion.h>
3636
#endif
3737
#ifdef MATH_URHO3D_INTEROP
38-
#include <Engine/Math/Quaternion.h>
38+
#include <Urho3D/Math/Quaternion.h>
3939
#endif
4040

4141
MATH_BEGIN_NAMESPACE

src/Math/float2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <OgreVector2.h>
3434
#endif
3535
#ifdef MATH_URHO3D_INTEROP
36-
#include <Engine/Math/Vector2.h>
36+
#include <Urho3D/Math/Vector2.h>
3737
#endif
3838

3939
MATH_BEGIN_NAMESPACE

src/Math/float3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <LinearMath/btVector3.h>
3636
#endif
3737
#ifdef MATH_URHO3D_INTEROP
38-
#include <Engine/Math/Vector3.h>
38+
#include <Urho3D/Math/Vector3.h>
3939
#endif
4040
#ifdef MATH_IRRKLANG_INTEROP
4141
#include <ik_vec3d.h>

src/Math/float3x3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <LinearMath/btMatrix3x3.h>
3434
#endif
3535
#ifdef MATH_URHO3D_INTEROP
36-
#include <Engine/Math/Matrix3.h>
36+
#include <Urho3D/Math/Matrix3.h>
3737
#endif
3838

3939
MATH_BEGIN_NAMESPACE

src/Math/float3x4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "SSEMath.h"
2929

3030
#ifdef MATH_URHO3D_INTEROP
31-
#include <Engine/Math/Matrix3x4.h>
31+
#include <Urho3D/Math/Matrix3x4.h>
3232
#endif
3333

3434
MATH_BEGIN_NAMESPACE

src/Math/float4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <OgreVector4.h>
3636
#endif
3737
#ifdef MATH_URHO3D_INTEROP
38-
#include <Engine/Math/Vector4.h>
38+
#include <Urho3D/Math/Vector4.h>
3939
#endif
4040

4141
MATH_BEGIN_NAMESPACE

0 commit comments

Comments
 (0)