#ifndef __IMP_VOICES_H #define __IMP_VOICES_H void EnterIMPVoices( void ); void RenderIMPVoices( void ); void ExitIMPVoices( void ); void HandleIMPVoices( void ); UINT32 PlayVoice( void ); extern UINT32 iSelectedIMPVoiceSet; #endif