From 9b70fb78e70a509ba5bfa1c1d0a839eddd0902dc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 13 Feb 2024 07:02:14 +0100 Subject: wip atlas --- loader/anim-traits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/anim-traits.hpp') diff --git a/loader/anim-traits.hpp b/loader/anim-traits.hpp index 78bf6b45..517a3097 100644 --- a/loader/anim-traits.hpp +++ b/loader/anim-traits.hpp @@ -1,6 +1,7 @@ #pragma once #include "atlas-loader-fwd.hpp" #include +#include namespace floormat { struct anim_cell; class anim_atlas; } @@ -17,10 +18,9 @@ template<> struct atlas_loader_traits static const std::shared_ptr& atlas_of(const Cell& x); static std::shared_ptr& 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 make_invalid_atlas(Storage& st); + static Cell make_invalid_atlas(Storage& st); static std::shared_ptr make_atlas(StringView name, const Cell& c); static Optional make_cell(StringView name); }; -- cgit v1.2.3