diff --git a/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp b/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp index a22461a..db6f013 100644 --- a/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp +++ b/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp @@ -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;