Files
source/Laptop/IMP Voices.h
T

12 lines
245 B
C

#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