diff options
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r-- | source/mvd_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h index becdd09..766186f 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -213,4 +213,6 @@ extern game_export_t mvd_ge; void MVD_UpdateClient( udpClient_t *client ); void MVD_SwitchChannel( udpClient_t *client, mvd_t *mvd ); void MVD_RemoveClient( client_t *client ); +void MVD_BroadcastPrintf( mvd_t *mvd, int level, + int mask, const char *fmt, ... ) q_printf( 4, 5 ); |