mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue