From bca78a2319400ef7e11a35f682fe45ac3fce0fbd Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 13 Dec 2021 11:43:59 +0800 Subject: + several modules --- Client/Source/Network/Address.cpp | 0 Client/Source/Network/Address.h | 0 Client/Source/Network/Connection.cpp | 0 Client/Source/Network/Connection.h | 0 Client/Source/Network/NetPacket.cpp | 0 Client/Source/Network/NetPacket.h | 0 Client/Source/Network/Socket.cpp | 0 Client/Source/Network/Socket.h | 0 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Client/Source/Network/Address.cpp create mode 100644 Client/Source/Network/Address.h create mode 100644 Client/Source/Network/Connection.cpp create mode 100644 Client/Source/Network/Connection.h create mode 100644 Client/Source/Network/NetPacket.cpp create mode 100644 Client/Source/Network/NetPacket.h create mode 100644 Client/Source/Network/Socket.cpp create mode 100644 Client/Source/Network/Socket.h (limited to 'Client/Source/Network') diff --git a/Client/Source/Network/Address.cpp b/Client/Source/Network/Address.cpp new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/Address.h b/Client/Source/Network/Address.h new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/Connection.cpp b/Client/Source/Network/Connection.cpp new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/Connection.h b/Client/Source/Network/Connection.h new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/NetPacket.cpp b/Client/Source/Network/NetPacket.cpp new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/NetPacket.h b/Client/Source/Network/NetPacket.h new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/Socket.cpp b/Client/Source/Network/Socket.cpp new file mode 100644 index 0000000..e69de29 diff --git a/Client/Source/Network/Socket.h b/Client/Source/Network/Socket.h new file mode 100644 index 0000000..e69de29 -- cgit v1.1-26-g67d0