[nostalgia/core/studio] Make TileSheets use UUIDs to refer to Palettes

This commit is contained in:
2023-02-14 00:45:40 -06:00
parent 71354fcbbc
commit b53e8626d7
2 changed files with 21 additions and 6 deletions
@@ -54,7 +54,7 @@ class TileSheetEditorModel: public ox::SignalHandler {
constexpr const Palette *pal() const noexcept;
[[nodiscard]]
const ox::FileAddress &palPath() const noexcept;
ox::StringView palPath() const noexcept;
ox::Error setPalette(const ox::String &path) noexcept;