summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-02-26 13:13:11 +0100
committerGitHub <noreply@github.com>2024-02-26 13:13:11 +0100
commitbb6b06c81343073f10cbbd2af515cf0dac1e6549 (patch)
tree591fac0386894290d6b161d18d70dd39233bad02 /tests
parent8eb34cb78bc2df3715cfdfcf4562bd36ddf91f7f (diff)
parentc399424db9ee39e94cd21569ee87567de10586e2 (diff)
downloadredot-engine-bb6b06c81343073f10cbbd2af515cf0dac1e6549.tar.gz
Merge pull request #50148 from aaronfranke/move-resources
Move 2D and 3D resources to their own folders
Diffstat (limited to 'tests')
-rw-r--r--tests/scene/test_arraymesh.h2
-rw-r--r--tests/scene/test_navigation_region_3d.h2
-rw-r--r--tests/scene/test_primitives.h2
-rw-r--r--tests/scene/test_viewport.h2
-rw-r--r--tests/servers/test_navigation_server_3d.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/scene/test_arraymesh.h b/tests/scene/test_arraymesh.h
index 1623b41300..67aa19c5d3 100644
--- a/tests/scene/test_arraymesh.h
+++ b/tests/scene/test_arraymesh.h
@@ -31,8 +31,8 @@
#ifndef TEST_ARRAYMESH_H
#define TEST_ARRAYMESH_H
+#include "scene/resources/3d/primitive_meshes.h"
#include "scene/resources/mesh.h"
-#include "scene/resources/primitive_meshes.h"
#include "tests/test_macros.h"
diff --git a/tests/scene/test_navigation_region_3d.h b/tests/scene/test_navigation_region_3d.h
index f7cf7c7912..372f6dc505 100644
--- a/tests/scene/test_navigation_region_3d.h
+++ b/tests/scene/test_navigation_region_3d.h
@@ -34,7 +34,7 @@
#include "scene/3d/mesh_instance_3d.h"
#include "scene/3d/navigation_region_3d.h"
#include "scene/main/window.h"
-#include "scene/resources/primitive_meshes.h"
+#include "scene/resources/3d/primitive_meshes.h"
#include "tests/test_macros.h"
diff --git a/tests/scene/test_primitives.h b/tests/scene/test_primitives.h
index 36b9b17b27..f105e1ac04 100644
--- a/tests/scene/test_primitives.h
+++ b/tests/scene/test_primitives.h
@@ -31,7 +31,7 @@
#ifndef TEST_PRIMITIVES_H
#define TEST_PRIMITIVES_H
-#include "scene/resources/primitive_meshes.h"
+#include "scene/resources/3d/primitive_meshes.h"
#include "tests/test_macros.h"
diff --git a/tests/scene/test_viewport.h b/tests/scene/test_viewport.h
index 1afae66ee0..e15b01ae9f 100644
--- a/tests/scene/test_viewport.h
+++ b/tests/scene/test_viewport.h
@@ -37,7 +37,7 @@
#include "scene/gui/subviewport_container.h"
#include "scene/main/canvas_layer.h"
#include "scene/main/window.h"
-#include "scene/resources/rectangle_shape_2d.h"
+#include "scene/resources/2d/rectangle_shape_2d.h"
#include "tests/test_macros.h"
diff --git a/tests/servers/test_navigation_server_3d.h b/tests/servers/test_navigation_server_3d.h
index 5b5c1faac8..b5547f2c94 100644
--- a/tests/servers/test_navigation_server_3d.h
+++ b/tests/servers/test_navigation_server_3d.h
@@ -32,7 +32,7 @@
#define TEST_NAVIGATION_SERVER_3D_H
#include "scene/3d/mesh_instance_3d.h"
-#include "scene/resources/primitive_meshes.h"
+#include "scene/resources/3d/primitive_meshes.h"
#include "servers/navigation_server_3d.h"
#include "tests/test_macros.h"