mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Clean up all the system shutdown calls
I added Sys_RegisterShutdown years ago and never really did anything with it: now any system that needs to be shutdown can ensure it gets shutdown on program exit, and in the correct order (ie, reverse to init order).
This commit is contained in:
parent
b2e12d701b
commit
4e4d1b99b4
40 changed files with 135 additions and 176 deletions
|
@ -273,10 +273,6 @@ extern int net_activeconnections;
|
|||
*/
|
||||
void NET_Init (void);
|
||||
|
||||
/** Shutdown the networking sub-system.
|
||||
*/
|
||||
void NET_Shutdown (void);
|
||||
|
||||
/** Check for new connections.
|
||||
|
||||
\return Pointer to the qsocket for the new connection if there
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue