move sunshine to src
- this will allow for common cpp workflow files within org
This commit is contained in:
10
src/upnp.h
Normal file
10
src/upnp.h
Normal 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
|
||||
Reference in New Issue
Block a user