#pragma once #include "SearchPath/ISearchPath.h" #include #include namespace iwd { std::unique_ptr LoadFromFile(const std::string& path); }