diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 4 |
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" |