diff options
Diffstat (limited to 'loader/ground-cell.hpp')
-rw-r--r-- | loader/ground-cell.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/loader/ground-cell.hpp b/loader/ground-cell.hpp index 0e1e51be..9326cb9c 100644 --- a/loader/ground-cell.hpp +++ b/loader/ground-cell.hpp @@ -1,5 +1,4 @@ #pragma once -#include "compat/vector-wrapper-fwd.hpp" #include "src/pass-mode.hpp" #include <memory> #include <Corrade/Containers/String.h> @@ -16,7 +15,7 @@ struct ground_cell Vector2ub size; pass_mode pass = pass_mode::pass; - static vector_wrapper<const ground_cell> load_atlases_from_json(); + static Array<ground_cell> load_atlases_from_json(); }; } // namespace floormat |