summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/wavfile.h
blob: 14c08bb679f82949a138a14da0f37bc3e1c25378 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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 */