C#.NET binding for ENet
Get a copy of Premake 5 for your OS.
Do not forget to update the enet
submodule:
git submodule init
git submodule update
Now run premake:
premake5 --cc=clang gmake # Linux flavor. GCC would work as well.
premake5 vs2013 # Windows build.
Your solution/Makefile files will be in the build
directory.
Original credits to James Zer Bellinger. See Licence.txt
for the original licensing terms,
and check out ENet for C# for the original code.