// license:BSD-3-Clause // copyright-holders:Nathan Woods /********************************************************************* 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 */