VoIP: Added cheapie VoIP meter.

This commit is contained in:
Ryan C. Gordon 2008-06-25 05:50:44 +00:00
parent 3958f1099e
commit f8d6828f15
3 changed files with 43 additions and 3 deletions

View file

@ -416,6 +416,7 @@ extern cvar_t *cl_voipVADThreshold;
extern cvar_t *cl_voipSend;
extern cvar_t *cl_voipSendTarget;
extern cvar_t *cl_voipGainDuringCapture;
extern cvar_t *cl_voipShowMeter;
extern cvar_t *voip;
#endif