engine: client: voice api

This commit is contained in:
TheEVolk
2026-04-09 22:02:36 +03:00
committed by a1batross
parent 055d646225
commit 9e8d248044
13 changed files with 57 additions and 10 deletions

View File

@@ -82,6 +82,7 @@ typedef struct cldll_func_s
void (*pfnLookEvent)( float relyaw, float relpitch );
// Sound API
int (*pfnGetSoundInterface)( int version, const sound_api_t *api, sound_interface_t *callback );
int (*pfnVoice_StartChannel)( int samples, byte *data, int entnum );
} cldll_func_t;
#endif//CDLL_EXP_H