1/*
2 * LegacyClonk
3 *
4 * Copyright (c) 2012-2016, The OpenClonk Team and contributors
5 * Copyright (c) 2024, The LegacyClonk Team and contributors
6 *
7 * Distributed under the terms of the ISC license; see accompanying file
8 * "COPYING" for details.
9 *
10 * "Clonk" is a registered trademark of Matthes Bender, used with permission.
11 * See accompanying file "TRADEMARK" for details.
12 *
13 * To redistribute this file separately, substitute the full license texts
14 * for the above references.
15 */
16
17#include "C4Network2UPnP.h"
18
19struct C4Network2UPnP::Impl {};
20
21C4Network2UPnP::C4Network2UPnP() = default;
22C4Network2UPnP::~C4Network2UPnP() noexcept = default;
23
24void C4Network2UPnP::AddMapping(C4Network2IOProtocol, std::uint16_t, std::uint16_t) {}
25