Added region_tree tests

This commit is contained in:
2024-11-25 15:34:42 +03:00
parent fe876fccca
commit 40183a44a7
20 changed files with 8899 additions and 116 deletions

View File

@@ -4,26 +4,6 @@
#include <core/math/rect2.h>
#include "flecs.h"
#include "graph_module.h"
namespace WorldEditor
{
namespace components
{
struct buildings_layout_zone
{
int type;
bool align_wall;
};
struct buildings_layout_area
{
float area;
};
struct buildings_layout_system
{
flecs::entity e;
};
}
}
struct graph_module
{
graph_module(flecs::world &ecs)