mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
More _format() attribute
This commit is contained in:
parent
4ef527a92d
commit
bd4988e588
@ -519,8 +519,8 @@ void SV_WaterMove( edict_t *ent );
|
||||
// sv_send.c
|
||||
//
|
||||
void SV_SendClientMessages( void );
|
||||
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... );
|
||||
void SV_BroadcastCommand( const char *fmt, ... );
|
||||
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... ) _format( 2 );
|
||||
void SV_BroadcastCommand( const char *fmt, ... ) _format( 1 );
|
||||
|
||||
//
|
||||
// sv_client.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user