[nostalgia,studio] Add FileExts_TileSheet const, and corresponding FilePickerPopup constructor

This commit is contained in:
2025-06-25 21:30:49 -05:00
parent 21713ba945
commit 7569698e95
3 changed files with 23 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ class FilePickerPopup {
public:
explicit FilePickerPopup(ox::StringParam name, keel::Context &kctx, ox::StringParam fileExt) noexcept;
explicit FilePickerPopup(ox::StringParam name, keel::Context &kctx, ox::SpanView<ox::StringLiteral> fileExts) noexcept;
explicit FilePickerPopup(ox::StringParam name, keel::Context &kctx, ox::Vector<ox::String> fileExts) noexcept;
void refresh() noexcept;