mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-06 18:58:32 +00:00
10 lines
152 B
C++
10 lines
152 B
C++
#ifndef SUNSHINE_UPNP_H
|
|
#define SUNSHINE_UPNP_H
|
|
|
|
#include <common.h>
|
|
|
|
namespace upnp {
|
|
[[nodiscard]] std::unique_ptr<platf::deinit_t> start();
|
|
}
|
|
|
|
#endif |