mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix some compilation errors
This commit is contained in:
parent
fc7065d2b4
commit
cbc960c997
4 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "scene/2d/node_2d.h"
|
||||
#include "scene/resources/mesh.h"
|
||||
|
||||
class NavigationPolygon;
|
||||
class NavigationMeshSourceGeometryData2D;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "animation_blend_tree.h"
|
||||
#include "core/math/geometry_2d.h"
|
||||
#include "scene/resources/material.h"
|
||||
|
||||
void AnimationNodeBlendSpace2D::get_parameter_list(List<PropertyInfo> *r_list) const {
|
||||
AnimationNode::get_parameter_list(r_list);
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "core/templates/rb_set.h"
|
||||
#include "scene/gui/control.h"
|
||||
#include "scene/resources/image_texture.h"
|
||||
#include "scene/resources/mesh.h"
|
||||
|
||||
#ifndef NAVIGATION_2D_DISABLED
|
||||
#include "servers/navigation_2d/navigation_server_2d.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue