mame/src/lib/formats/wavfile.h

17 lines
333 B
C

/*********************************************************************
wavfile.h
Format code for wave (*.wav) files
*********************************************************************/
#ifndef WAVFILE_H
#define WAVFILE_H
#include "cassimg.h"
extern const struct CassetteFormat wavfile_format;
#endif /* WAVFILE_H */