summaryrefslogtreecommitdiffhomepage
path: root/loader/loader.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-22 13:52:26 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-22 13:52:26 +0100
commit71461bb69d54cf461d7c1222b09094c6fc5c73fc (patch)
tree977916dbea98d35ba01d6121adbf5118c5d68480 /loader/loader.hpp
parenta5c6ca806b2bde216effbea7cd5d964b3f235b5f (diff)
a
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r--loader/loader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp
index 390f020c..072d0f06 100644
--- a/loader/loader.hpp
+++ b/loader/loader.hpp
@@ -33,7 +33,7 @@ struct loader_
virtual std::shared_ptr<class tile_atlas> tile_atlas(StringView filename) noexcept(false) = 0;
virtual ArrayView<const String> anim_atlas_list() = 0;
virtual std::shared_ptr<class anim_atlas> anim_atlas(StringView name, StringView dir = ANIM_PATH) noexcept(false) = 0;
- virtual const wall_info& wall_atlas(StringView name, StringView dir = WALL_TILESET_PATH) = 0;
+ virtual const wall_info& wall_atlas(StringView name) = 0;
virtual ArrayView<const wall_info> wall_atlas_list() = 0;
static void destroy();
static loader_& default_loader() noexcept;