mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
10 lines
161 B
C
10 lines
161 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
|