From b0c238ec74f8c2296d2f82a76147f3a9f417e6bf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Mar 2023 00:54:01 +0100 Subject: src: split RTree::Search definition into own file --- editor/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/draw.cpp b/editor/draw.cpp index 39f1b9fe..ab9cb7ee 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -12,7 +12,7 @@ #include #include #include -#include "src/RTree.hpp" +#include "src/RTree-search.hpp" namespace floormat { -- cgit v1.2.3