GLTF: Organize structures into a subfolder

This commit is contained in:
Aaron Franke 2022-07-24 14:20:50 -05:00
parent a1f0ea5d19
commit 7b8f9a0e8e
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
29 changed files with 46 additions and 33 deletions

View file

@ -31,8 +31,8 @@
#ifndef GLTF_DOCUMENT_H
#define GLTF_DOCUMENT_H
#include "gltf_animation.h"
#include "gltf_defines.h"
#include "structures/gltf_animation.h"
#include "scene/3d/bone_attachment_3d.h"
#include "scene/3d/importer_mesh_instance_3d.h"