Initialization of WinSock librarry
This commit is contained in:
14
SocketLibrary/Network.h
Normal file
14
SocketLibrary/Network.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
//#include <WinSock2.h>
|
||||
|
||||
namespace SocketLibrary
|
||||
{
|
||||
class Network
|
||||
{
|
||||
public:
|
||||
static bool Initialize();
|
||||
static void Shutdown();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user