From 7372036a0ad513da7ba22beecf0ad3f7cb8977a2 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 24 Jul 2025 21:25:26 -0500 Subject: [PATCH] [nostalgia/gfx] Add function missing from header --- src/nostalgia/modules/gfx/include/nostalgia/gfx/tilesheet.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nostalgia/modules/gfx/include/nostalgia/gfx/tilesheet.hpp b/src/nostalgia/modules/gfx/include/nostalgia/gfx/tilesheet.hpp index 983e976b..3eb8189a 100644 --- a/src/nostalgia/modules/gfx/include/nostalgia/gfx/tilesheet.hpp +++ b/src/nostalgia/modules/gfx/include/nostalgia/gfx/tilesheet.hpp @@ -481,6 +481,8 @@ ox::Result getTileOffset(TileSheet const&ts, SubSheetId pId) noexcept; ox::Result getNameFor(TileSheet::SubSheet const&ss, SubSheetId pId) noexcept; +ox::Result getNameFor(TileSheet &ts, SubSheetId pId) noexcept; + ox::Result getNameFor(TileSheet const&ts, SubSheetId pId) noexcept; [[nodiscard]]