mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01: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…
Reference in New Issue
Block a user