blob: 0f7ea3c1f0a687b944299f062b322a0a83bae4d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:???
// copyright-holders:???
/*********************************************************************
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 */
|