mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-25 11:19:59 +01:00
engine: client: declare CL_Quit_f as noreturn
This commit is contained in:
parent
0fe18ae6dc
commit
5d8b770e6c
@ -709,7 +709,7 @@ dlight_t *CL_GetEntityLight( int number );
|
||||
//
|
||||
// cl_cmds.c
|
||||
//
|
||||
void CL_Quit_f( void );
|
||||
void CL_Quit_f( void ) NORETURN;
|
||||
void CL_ScreenShot_f( void );
|
||||
void CL_SnapShot_f( void );
|
||||
void CL_PlayCDTrack_f( void );
|
||||
|
Loading…
Reference in New Issue
Block a user