/* PlayAIFFFile.h */

#ifndef Included_PlayAIFFFile_h
#define Included_PlayAIFFFile_h

/* PlayAIFFFile module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* BufferedFileInput */
/* Files */
/* Alert */
/* SampleConsts */
/* SoundOutput */
/* DataMunging */
/* EventLoop */
/* Memory */
/* SynthProgressWindow */

/* forwards */
struct FileSpec;

/* ask the user for a file, and then try to play back its contents */
void									PlayAIFFFile(void);

/* play specified AIFF file */
void									PlayAIFFFileSpec(struct FileSpec* Where);

#endif
