summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp6
1 files changed, 3 insertions, 3 deletions
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 <memory>