[nostalgia/gfx] Add function missing from header
All checks were successful
Build / build (push) Successful in 1m14s

This commit is contained in:
2025-07-24 21:25:26 -05:00
parent 7461d832b6
commit 7372036a0a

View File

@ -481,6 +481,8 @@ ox::Result<uint32_t> getTileOffset(TileSheet const&ts, SubSheetId pId) noexcept;
ox::Result<ox::StringView> getNameFor(TileSheet::SubSheet const&ss, SubSheetId pId) noexcept;
ox::Result<ox::StringView> getNameFor(TileSheet &ts, SubSheetId pId) noexcept;
ox::Result<ox::StringView> getNameFor(TileSheet const&ts, SubSheetId pId) noexcept;
[[nodiscard]]