diff options
Diffstat (limited to 'Client/Source/Network')
-rw-r--r-- | Client/Source/Network/Socket.h | 2 | ||||
-rw-r--r-- | Client/Source/Network/http.cpp | 0 | ||||
-rw-r--r-- | Client/Source/Network/http.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Client/Source/Network/Socket.h b/Client/Source/Network/Socket.h index e69de29..3749a34 100644 --- a/Client/Source/Network/Socket.h +++ b/Client/Source/Network/Socket.h @@ -0,0 +1,2 @@ +
+// UDP socket
\ No newline at end of file diff --git a/Client/Source/Network/http.cpp b/Client/Source/Network/http.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Client/Source/Network/http.cpp diff --git a/Client/Source/Network/http.h b/Client/Source/Network/http.h new file mode 100644 index 0000000..50e9667 --- /dev/null +++ b/Client/Source/Network/http.h @@ -0,0 +1 @@ +#pragma once
|