diff options
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/qcommon.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index 396042e..f535d68 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -274,7 +274,11 @@ enum svc_ops_e { svc_serverCommand, // [string] to be executed by client game module svc_download, // [short] size [size bytes] svc_snapshot, - svc_EOF + svc_EOF, + +#if USE_VOIP + svc_voip +#endif }; @@ -287,7 +291,11 @@ enum clc_ops_e { clc_move, // [[usercmd_t] clc_moveNoDelta, // [[usercmd_t] clc_clientCommand, // [string] message - clc_EOF + clc_EOF, + +#if USE_VOIP + clc_voip, // packet of voice data. +#endif }; /* |