diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-25 10:58:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-25 10:58:57 +0100 |
commit | 83cb9db81f9c0e1e76bf5608cd4a26e50a43a1fa (patch) | |
tree | 8374d28d4df897cf48ee6ae7df3ba8d7f82ce155 /editor/app.hpp | |
parent | 776f0a7b894d99d2621b96de62e1f15e17d049a0 (diff) |
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 14a0fcd6..6f21a456 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -25,6 +25,8 @@ GL::Texture2D make_constant_texture(); struct meshes; } // namespace floormat::wireframe +namespace floormat::tests { struct tests_data; } + namespace floormat { struct fm_settings; @@ -37,7 +39,6 @@ struct critter; struct point; class editor; template<typename T> struct shared_ptr_wrapper; -struct tests_data; struct tests_data_; struct cursor_state final @@ -171,7 +172,7 @@ private: void draw_tests_pane(float width); void draw_tests_overlay(); void tests_reset_mode(); - tests_data& tests(); + tests::tests_data& tests(); void reserve_inspector_array(); void add_inspector(popup_target p); |