summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-16 09:01:36 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-16 09:01:36 +0100
commit30d4c8e5c26aa89a64998ef1da350d4d80359237 (patch)
treee19c909675d703dc9837202ee8ca2ced1d98a20c /editor/app.hpp
parent07716595e0c26ba6d19ee6c498280508ca5aa6c2 (diff)
cw
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp3
1 files changed, 2 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
{