File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3131#pragma once
3232
3333#include " scene/2d/node_2d.h"
34+ #include " scene/resources/mesh.h"
3435
3536class NavigationPolygon ;
3637class NavigationMeshSourceGeometryData2D ;
Original file line number Diff line number Diff line change 3737#include " scene/2d/tile_map.h"
3838#include " scene/gui/control.h"
3939#include " scene/resources/2d/navigation_mesh_source_geometry_data_2d.h"
40+ #include " scene/resources/material.h"
4041#include " scene/resources/world_2d.h"
4142
4243#ifndef PHYSICS_2D_DISABLED
Original file line number Diff line number Diff line change 3232
3333#include " animation_blend_tree.h"
3434#include " core/math/geometry_2d.h"
35+ #include " scene/resources/material.h"
3536
3637void AnimationNodeBlendSpace2D::get_parameter_list (List<PropertyInfo> *r_list) const {
3738 AnimationNode::get_parameter_list (r_list);
Original file line number Diff line number Diff line change 3737#include " core/templates/rb_set.h"
3838#include " scene/gui/control.h"
3939#include " scene/resources/image_texture.h"
40+ #include " scene/resources/mesh.h"
4041
4142#ifndef NAVIGATION_2D_DISABLED
4243#include " servers/navigation_2d/navigation_server_2d.h"
You can’t perform that action at this time.
0 commit comments