engine: platform: add audio capture shutdown functions

This commit is contained in:
Alibek Omarov
2022-08-20 03:17:51 +03:00
parent 905bbf1515
commit 22ff45f5d0
5 changed files with 33 additions and 3 deletions

View File

@@ -268,5 +268,10 @@ qboolean VoiceCapture_RecordStart( void )
void VoiceCapture_RecordStop( void )
{
}
void VoiceCapture_Shutdown( void )
{
}
#endif