diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index a6fff69b..7aaf3bf4 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -722,6 +722,8 @@ void Cmd_Test_f( gentity_t *ent ); void Cmd_AdminMessage_f( gentity_t *ent ); int G_FloodLimited( gentity_t *ent ); void G_ListCommands( gentity_t *ent ); +void G_LoadCensors( void ); +void G_CensorString( char *out, const char *in, int len, gentity_t *ent ); // // g_physics.c @@ -1157,6 +1159,8 @@ extern vmCvar_t g_specChat; extern vmCvar_t g_publicAdminMessages; extern vmCvar_t g_allowTeamOverlay; +extern vmCvar_t g_censorship; + void trap_Print( const char *fmt ); void trap_Error( const char *fmt ); int trap_Milliseconds( void ); |