diff options
Diffstat (limited to 'source/sv_local.h')
-rw-r--r-- | source/sv_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/sv_local.h b/source/sv_local.h index bc50b1f..339405b 100644 --- a/source/sv_local.h +++ b/source/sv_local.h @@ -485,6 +485,7 @@ void SV_MvdEndFrame( void ); void SV_MvdUnicast( sizebuf_t *buf, int clientNum, mvd_ops_t op ); void SV_MvdMulticast( sizebuf_t *buf, int leafnum, mvd_ops_t op ); void SV_MvdConfigstring( int index, const char *string ); +void SV_MvdBroadcastPrint( int level, const char *string ); void SV_MvdRecStop( void ); qboolean SV_MvdPlayerIsActive( edict_t *ent ); void SV_MvdClientNew( tcpClient_t *client ); |