#ifndef SUNSHINE_UPNP_H #define SUNSHINE_UPNP_H #include "platform/common.h" namespace upnp { [[nodiscard]] std::unique_ptr start(); } #endif