diff options
Diffstat (limited to 'code/client/client.h')
-rw-r--r-- | code/client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/client/client.h b/code/client/client.h index 3643e4f..3a876d2 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -394,6 +394,7 @@ void CL_InitRef( void ); qboolean CL_CDKeyValidate( const char *key, const char *checksum ); int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen ); +qboolean CL_CheckPaused(void); // // cl_input |