summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/app.hpp3
-rw-r--r--editor/ctor.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index fd24e495..dad4f539 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -7,7 +7,6 @@
#include "src/global-coords.hpp"
#include "src/object-id.hpp"
#include "editor-enums.hpp"
-#include "tests.hpp"
#include <Corrade/Containers/Array.h>
#include <Corrade/Containers/StaticArray.h>
#include <Corrade/Containers/Pointer.h>
@@ -38,6 +37,8 @@ struct critter;
struct point;
class editor;
template<typename T> struct shared_ptr_wrapper;
+struct tests_data;
+struct tests_data_;
struct cursor_state final
{
diff --git a/editor/ctor.cpp b/editor/ctor.cpp
index 9c1f64fc..36a35ae5 100644
--- a/editor/ctor.cpp
+++ b/editor/ctor.cpp
@@ -2,6 +2,7 @@
#include "compat/enum-bitset.hpp"
#include "src/world.hpp"
#include "editor.hpp"
+#include "tests.hpp"
#include "draw/wireframe-meshes.hpp"
#include "floormat/main.hpp"
#include <Magnum/ImGuiIntegration/Context.h>