#pragma once namespace filesystem { std::unordered_set& get_search_paths(); std::string read_file(const std::string& path); bool read_file(const std::string& path, std::string* data); }