[nostalgia/core] Cleanup unused function declaration
All checks were successful
Build / build (push) Successful in 3m55s

This commit is contained in:
Gary Talent 2025-01-04 01:26:02 -06:00
parent d19a3dd13f
commit 78d61ec54a

View File

@ -102,8 +102,6 @@ OX_MODEL_BEGIN(TileSheetSet)
OX_MODEL_FIELD(entries)
OX_MODEL_END()
void addEntry(TileSheetSet &set, ox::FileAddress path, int32_t begin = 0, int32_t size = -1) noexcept;
[[nodiscard]]
int tileColumns(Context&) noexcept;