diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-11-29 00:50:26 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-11-29 23:11:08 -0600 |
commit | 1bbbee384d95ada691a0f6f5b25c76192ba31a50 (patch) | |
tree | b2d07994a2b08a267c849ba1d0fa7f523c7eb4c1 /modules/gltf/structures/gltf_camera.h | |
parent | 5826e960143fd416e0d02cf8f672d778f56da9ea (diff) |
GLTF: Clean up lots of includes
Diffstat (limited to 'modules/gltf/structures/gltf_camera.h')
-rw-r--r-- | modules/gltf/structures/gltf_camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gltf/structures/gltf_camera.h b/modules/gltf/structures/gltf_camera.h index 50ae10e17a..14b8efdde6 100644 --- a/modules/gltf/structures/gltf_camera.h +++ b/modules/gltf/structures/gltf_camera.h @@ -32,7 +32,8 @@ #define GLTF_CAMERA_H #include "core/io/resource.h" -#include "scene/3d/camera_3d.h" + +class Camera3D; // Reference and test file: // https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_015_SimpleCameras.md |