Move 3D-only resources to their own folder

This commit is contained in:
Aaron Franke 2021-08-13 11:42:45 -05:00
parent 1cb531ddb6
commit c399424db9
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
86 changed files with 122 additions and 114 deletions

View file

@ -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"