[jasper/world] Cleanup
All checks were successful
Build / build (push) Successful in 3m45s

This commit is contained in:
Gary Talent 2025-01-13 22:43:38 -06:00
parent 9c7ccb5df5
commit 1474456ee1

View File

@ -4,7 +4,6 @@
#pragma once #pragma once
#include <ox/fs/fs.hpp>
#include <ox/std/error.hpp> #include <ox/std/error.hpp>
#include <ox/std/hash.hpp> #include <ox/std/hash.hpp>
#include <ox/std/size.hpp> #include <ox/std/size.hpp>
@ -151,9 +150,6 @@ constexpr ox::Error repair(WorldDoc &doc) noexcept {
return {}; return {};
} }
[[nodiscard]]
ObjectSetEntry const*objSetEntry(WorldDoc const&doc, size_t id) noexcept;
[[nodiscard]] [[nodiscard]]
auto &tile( auto &tile(
ox::CommonRefWith<WorldDoc> auto &doc, size_t lyr, ox::CommonRefWith<WorldDoc> auto &doc, size_t lyr,