summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 52f4cb11..703e305e 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -719,6 +719,7 @@ void G_ToggleFollow( gentity_t *ent );
int G_ClientNumberFromString( char *s, char *err, int len );
int G_ClientNumbersFromString( char *s, int *plist, int max );
char *ConcatArgs( int start );
+char *ConcatArgsPrintable( int start );
void G_Say( gentity_t *ent, saymode_t mode, const char *chatText );
void G_DecolorString( char *in, char *out, int len );
void G_UnEscapeString( char *in, char *out, int len );