forked from eden-emu/eden
network: Forward declarations
This commit is contained in:
parent
f2b6eed2ca
commit
74d0865478
5 changed files with 11 additions and 5 deletions
|
@ -15,12 +15,13 @@
|
|||
|
||||
#include "common/common_types.h"
|
||||
#include "core/internal_network/network.h"
|
||||
#include "network/network.h"
|
||||
|
||||
// TODO: C++20 Replace std::vector usages with std::span
|
||||
|
||||
namespace Network {
|
||||
|
||||
struct ProxyPacket;
|
||||
|
||||
class SocketBase {
|
||||
public:
|
||||
#ifdef YUZU_UNIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue