File file_dialog.hpp
File List > atlas > core > filesystem > file_dialog.hpp
Go to the documentation of this file
#pragma once
#include <string>
namespace atlas::filesystem {
std::string load_from_file_dialog(const std::string& p_filter);
std::string save_to_file(const std::string& p_filter);
}; // namespace atlas::filesystem