From f1df7c20129a1f1cc47c47e5731efd10f8e49aeb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Oct 2022 16:37:58 +0200 Subject: rename in draw/ --- editor/app.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editor') diff --git a/editor/app.hpp b/editor/app.hpp index 1cf118f9..5b9727fe 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -3,9 +3,9 @@ #include "compat/enum-bitset.hpp" #include "editor.hpp" #include "src/global-coords.hpp" -#include "draw/wireframe-mesh.hpp" -#include "draw/wireframe-quad.hpp" -#include "draw/wireframe-box.hpp" +#include "draw/wireframe.hpp" +#include "draw/quad.hpp" +#include "draw/box.hpp" #include "floormat/app.hpp" #include -- cgit v1.2.3