blob: ab769de5537e9999acb83053b148c47a45d92e77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
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 */
|