Merge pull request #115732 from akien-mga/scene-main-debugger-includes

Tidy up includes in `scene/main` and `scene/debugger`
This commit is contained in:
Rémi Verschelde 2026-02-20 11:16:35 +01:00
commit 4326946f00
No known key found for this signature in database
GPG key ID: C3336907360768E1
32 changed files with 113 additions and 79 deletions

View file

@ -41,6 +41,7 @@
#include "thirdparty/misc/mikktspace.h"
class Mesh;
class NavigationMesh;
class NavigationMeshSourceGeometryData3D;

View file

@ -30,6 +30,7 @@
#pragma once
#include "core/variant/dictionary.h"
#include "scene/debugger/scene_debugger_object.h"
struct SnapshotDataTransportObject : public SceneDebuggerObject {