Browse Source

engine: client: declare CL_Quit_f as noreturn

pull/2/head
Alibek Omarov 5 years ago
parent
commit
5d8b770e6c
  1. 2
      engine/client/client.h

2
engine/client/client.h

@ -709,7 +709,7 @@ dlight_t *CL_GetEntityLight( int number ); @@ -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…
Cancel
Save