mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Common/UPnP: Move interface into Common namespace
Keeps these utilities consistent with the rest of most of the Common library.
This commit is contained in:
parent
c5bbe0af02
commit
f5bdfdde1a
3 changed files with 6 additions and 6 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace UPnP
|
||||
namespace Common::UPnP
|
||||
{
|
||||
void TryPortmapping(u16 port);
|
||||
void StopPortmapping();
|
||||
} // namespace UPnP
|
||||
} // namespace Common::UPnP
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue