mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 14:08:05 -05: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