Add socket library
This commit is contained in:
10
SocketLibrary/Result.h
Normal file
10
SocketLibrary/Result.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace SocketLibrary
|
||||
{
|
||||
enum class Result
|
||||
{
|
||||
Success,
|
||||
Fail
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user