Fix some compilation errors

This commit is contained in:
scgm0 2025-10-14 05:52:30 +08:00
parent fc7065d2b4
commit cbc960c997
4 changed files with 4 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#pragma once
#include "scene/2d/node_2d.h"
#include "scene/resources/mesh.h"
class NavigationPolygon;
class NavigationMeshSourceGeometryData2D;

View file

@ -37,6 +37,7 @@
#include "scene/2d/tile_map.h"
#include "scene/gui/control.h"
#include "scene/resources/2d/navigation_mesh_source_geometry_data_2d.h"
#include "scene/resources/material.h"
#include "scene/resources/world_2d.h"
#ifndef PHYSICS_2D_DISABLED