diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-16 09:01:36 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-16 09:01:36 +0100 |
| commit | 30d4c8e5c26aa89a64998ef1da350d4d80359237 (patch) | |
| tree | e19c909675d703dc9837202ee8ca2ced1d98a20c /editor | |
| parent | 07716595e0c26ba6d19ee6c498280508ca5aa6c2 (diff) | |
cw
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/app.hpp | 3 | ||||
| -rw-r--r-- | editor/ctor.cpp | 1 |
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> |
