5namespace atlas::filesystem {
12 std::string load_from_file_dialog(
13 const std::string& p_filter,
14 const std::filesystem::path& p_default_path =
"Untitled.engine");
16 std::string save_to_file(
17 const std::string& p_filter,
18 const std::filesystem::path& p_default_path =
"Untitled.engine");