From 58f95047db869bf14b8b1dda0240ac50a8d340c2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 6 Feb 2024 21:29:09 +0100 Subject: src: move tile defs that need Vector2 into their own file --- editor/camera.cpp | 1 + editor/draw.cpp | 1 + editor/imgui-editors.cpp | 1 + editor/imgui.cpp | 1 + 4 files changed, 4 insertions(+) (limited to 'editor') diff --git a/editor/camera.cpp b/editor/camera.cpp index 696c5348..e919f937 100644 --- a/editor/camera.cpp +++ b/editor/camera.cpp @@ -1,4 +1,5 @@ #include "app.hpp" +#include "src/tile-constants.hpp" #include "src/global-coords.hpp" #include "shaders/shader.hpp" #include "floormat/main.hpp" diff --git a/editor/draw.cpp b/editor/draw.cpp index 535882e5..844d26b3 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -1,4 +1,5 @@ #include "app.hpp" +#include "src/tile-constants.hpp" #include "floormat/main.hpp" #include "floormat/settings.hpp" #include "shaders/shader.hpp" diff --git a/editor/imgui-editors.cpp b/editor/imgui-editors.cpp index ad71ea0a..570094bc 100644 --- a/editor/imgui-editors.cpp +++ b/editor/imgui-editors.cpp @@ -1,4 +1,5 @@ #include "app.hpp" +#include "src/tile-constants.hpp" #include "compat/format.hpp" #include "imgui-raii.hpp" #include "ground-editor.hpp" diff --git a/editor/imgui.cpp b/editor/imgui.cpp index f974ec6b..62a0850d 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -1,4 +1,5 @@ #include "app.hpp" +#include "src/tile-constants.hpp" #include "compat/format.hpp" #include "editor.hpp" #include "ground-editor.hpp" -- cgit v1.2.3