Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://www.binarytides.com/udp-socket-programming-in-winsock/
- #include <enet/enet.h>
- #include <stdio.h>
- #include <windows.h>
- int main (void)
- {
- enet_initialize();
- enet_deinitialize();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment