mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06: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:
@ -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
|
||||
|
Reference in New Issue
Block a user