diff options
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r-- | loader/impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/impl.hpp b/loader/impl.hpp index 4bb21159..ec571ae4 100644 --- a/loader/impl.hpp +++ b/loader/impl.hpp @@ -51,7 +51,7 @@ struct loader_impl final : loader_ const wall_info& wall_atlas(StringView name, StringView dir) override; ArrayView<const wall_info> wall_atlas_list() override; void get_wall_atlas_list(); - std::shared_ptr<class wall_atlas> get_wall_atlas(StringView pathname); + std::shared_ptr<class wall_atlas> get_wall_atlas(StringView name, StringView path); // >-----> tile >-----> tsl::robin_map<StringView, std::shared_ptr<class tile_atlas>> tile_atlas_map; |