2025-04-27 07:49:33 -04:00

20 lines
540 B
C

/*==========================================================================
*
* Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
*
* File: voice.h
* Content: Voice Support Routines
* History:
*
* Date By Reason
* ==== == ======
* 10/15/99 rodtoll created it
*
***************************************************************************/
#ifndef __VOICE_H
BOOL VoiceManager_Start( PDXVHELP_RTINFO prtInfo );
BOOL VoiceManager_Stop( PDXVHELP_RTINFO prtInfo );
#endif