mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00: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…
x
Reference in New Issue
Block a user