Initialization of WinSock librarry

This commit is contained in:
2019-12-25 11:28:54 +01:00
parent 8c5a2bd7ac
commit 78dd5366a0
49 changed files with 138 additions and 41 deletions

View File

@@ -1,7 +1,3 @@
#pragma once
namespace SocketLibrary
{
int ReturnFive();
}
#include "Network.h"
#include "Log.h"