summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-16 04:46:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-16 04:46:41 +0100
commit371f3ba371355ef204bf26bfe8aac962cebc1e4c (patch)
tree09a081d0ec9b322b832e3dfea35a442a72b72a75 /editor/draw.cpp
parentc8c86c776483a60b988b18257573009b9897fd6c (diff)
b
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index 039492ac..bd77f37d 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -4,6 +4,10 @@
#include "shaders/shader.hpp"
#include "main/clickable.hpp"
#include "editor.hpp"
+#include "ground-editor.hpp"
+#include "wall-editor.hpp"
+#include "scenery-editor.hpp"
+#include "vobj-editor.hpp"
#include "src/anim-atlas.hpp"
#include "draw/anim.hpp"
#include "draw/wireframe-meshes.hpp"