SDLNet_Quit
Name
SDLNet_Quit -- Shutdown and cleanup the network API.
Synopsis
void SDLNet_Quit();
Description
SDLNet_Quit shutdown and cleanup the network API. After calling this all sockets are closed, and the SDL_net functions should not be used. You may, of course, use SDLNet_Init to use the functionality again.
Return Value
none
