From b7006b670843f692bc14aa9932bffd44f6a629f7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Nov 2023 04:29:40 +0100 Subject: add todo --- loader/loader.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'loader') diff --git a/loader/loader.hpp b/loader/loader.hpp index 19d93021..181688fc 100644 --- a/loader/loader.hpp +++ b/loader/loader.hpp @@ -26,6 +26,7 @@ struct loader_ { virtual StringView shader(StringView filename) noexcept = 0; virtual Trade::ImageData2D texture(StringView prefix, StringView filename) noexcept(false) = 0; + // todo remove Optional when wall_atlas is fully implemented -sh 20231122 virtual std::shared_ptr tile_atlas(StringView filename, Vector2ub size, Optional pass) noexcept(false) = 0; virtual std::shared_ptr tile_atlas(StringView filename) noexcept(false) = 0; virtual ArrayView anim_atlas_list() = 0; -- cgit v1.2.3