diff options
Diffstat (limited to 'editor/tests.hpp')
-rw-r--r-- | editor/tests.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/tests.hpp b/editor/tests.hpp index b4ee5289..51e81a3c 100644 --- a/editor/tests.hpp +++ b/editor/tests.hpp @@ -1,12 +1,12 @@ #pragma once #include "compat/defs.hpp" +namespace floormat::tests { struct base_test; struct tests_data; } + namespace floormat { template<typename T> class safe_ptr; -struct tests_data; - struct tests_data_ { fm_DECLARE_DELETED_COPY_ASSIGNMENT(tests_data_); |