Nofew

PQ4

Nov 11th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. http://www.binarytides.com/udp-socket-programming-in-winsock/
  2.  
  3. #include <enet/enet.h>
  4. #include <stdio.h>
  5. #include <windows.h>
  6. int main (void)
  7. {
  8. enet_initialize();
  9. enet_deinitialize();
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment