mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
Added prototype for SV_Shutdown to server.h
This commit is contained in:
parent
2425b04e3b
commit
3f04be7021
1 changed files with 3 additions and 1 deletions
|
@ -262,6 +262,8 @@ void SV_SpawnServer (char *server, char *startspot);
|
|||
#else
|
||||
void SV_SpawnServer (char *server);
|
||||
#endif
|
||||
void SV_Frame (void);
|
||||
|
||||
void SV_Frame ( void );
|
||||
void SV_Shutdown ( qboolean );
|
||||
|
||||
#endif // _SERVER_H
|
||||
|
|
Loading…
Reference in a new issue