mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 00:39:54 +00:00
13 lines
166 B
C++
13 lines
166 B
C++
/**
|
|
* @file src/upnp.h
|
|
* @brief todo
|
|
*/
|
|
#pragma once
|
|
|
|
#include "platform/common.h"
|
|
|
|
namespace upnp {
|
|
[[nodiscard]] std::unique_ptr<platf::deinit_t>
|
|
start();
|
|
}
|