make fancy file picker function game-specific

This commit is contained in:
2025-03-02 16:30:25 -06:00
committed by Celtic Minstrel
parent 5bc1643be7
commit 18294b4f1b
6 changed files with 28 additions and 10 deletions

View File

@@ -3776,3 +3776,7 @@ void edit_custom_sounds() {
snd_names.swap(scenario.snd_names);
}
}
fs::path run_file_picker(bool saving){
return os_file_picker(saving);
}