summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-22 10:09:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-22 10:09:22 +0100
commita0734389692cc09af3344020506e7a8998e2d6a9 (patch)
treee3357766e74f8afa500f7f14507c658a35e94940 /loader/impl.hpp
parent1d8bbb932f0c148f58ecda3ff0d5ab6705fa88c1 (diff)
a
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r--loader/impl.hpp2
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;