Add support for upnp

This commit is contained in:
loki
2021-06-29 22:42:06 +02:00
parent c1697c8562
commit ea928c53b4
6 changed files with 201 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef SUNSHINE_UPNP_H
#define SUNSHINE_UPNP_H
#include "platform/common.h"
namespace upnp {
[[nodiscard]] std::unique_ptr<platf::deinit_t> start();
}
#endif