12 lines
166 B
C++
12 lines
166 B
C++
#ifndef SUNSHINE_UPNP_H
|
|
#define SUNSHINE_UPNP_H
|
|
|
|
#include "platform/common.h"
|
|
|
|
namespace upnp {
|
|
[[nodiscard]] std::unique_ptr<platf::deinit_t>
|
|
start();
|
|
}
|
|
|
|
#endif
|