diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-13 07:02:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-13 07:02:14 +0100 |
commit | 9b70fb78e70a509ba5bfa1c1d0a839eddd0902dc (patch) | |
tree | 8b662923591c273e8761787d3e74f3b659606c07 /loader/wall-traits.hpp | |
parent | 985ce7d9b033d16f49170af8505af46ddcf29081 (diff) |
wip atlas
Diffstat (limited to 'loader/wall-traits.hpp')
-rw-r--r-- | loader/wall-traits.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/loader/wall-traits.hpp b/loader/wall-traits.hpp index 2de0d96a..9233cb97 100644 --- a/loader/wall-traits.hpp +++ b/loader/wall-traits.hpp @@ -17,10 +17,9 @@ template<> struct atlas_loader_traits<wall_atlas> static const std::shared_ptr<Atlas>& atlas_of(const Cell& x); static std::shared_ptr<Atlas>& atlas_of(Cell& x); static StringView name_of(const Cell& x); - static StringView name_of(const Atlas& x); static String& name_of(Cell& x); static void atlas_list(Storage& st); - static Pointer<Cell> make_invalid_atlas(Storage& st); + static Cell make_invalid_atlas(Storage& st); static std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& c); static Optional<Cell> make_cell(StringView name); }; |