Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 234 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 234 Bytes

SH-Network-Lib

SHLib is network library using windows IOCP, winsocket

Example

#include<SHLib.h>

int main()
{
	SHLib::SHMain();
	return 0;
}

If you need server config than implement SHLib::CDefaultArguments class