mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 12:59:40 +01:00
Added missing includes for windows.
This commit is contained in:
parent
b96e013bed
commit
f1f5849aff
@ -32,6 +32,9 @@
|
|||||||
|
|
||||||
#include "scene/2d/mesh_instance_2d.h"
|
#include "scene/2d/mesh_instance_2d.h"
|
||||||
|
|
||||||
|
#include "scene/resources/navigation_mesh_source_geometry_data_2d.h"
|
||||||
|
#include "scene/resources/navigation_polygon.h"
|
||||||
|
|
||||||
#ifdef CLIPPER_ENABLED
|
#ifdef CLIPPER_ENABLED
|
||||||
#include "thirdparty/clipper2/include/clipper2/clipper.h"
|
#include "thirdparty/clipper2/include/clipper2/clipper.h"
|
||||||
#endif // CLIPPER_ENABLED
|
#endif // CLIPPER_ENABLED
|
||||||
|
@ -32,6 +32,9 @@
|
|||||||
|
|
||||||
#include "scene/2d/multimesh_instance_2d.h"
|
#include "scene/2d/multimesh_instance_2d.h"
|
||||||
|
|
||||||
|
#include "scene/resources/navigation_mesh_source_geometry_data_2d.h"
|
||||||
|
#include "scene/resources/navigation_polygon.h"
|
||||||
|
|
||||||
#ifdef CLIPPER_ENABLED
|
#ifdef CLIPPER_ENABLED
|
||||||
#include "thirdparty/clipper2/include/clipper2/clipper.h"
|
#include "thirdparty/clipper2/include/clipper2/clipper.h"
|
||||||
#endif // CLIPPER_ENABLED
|
#endif // CLIPPER_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user