mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-12 00:45:44 +00:00
network: Forward declarations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user