summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/hect_tap.h
blob: 1abaabab23b95ea0994ab7d465eec7e73db59627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:???
// copyright-holders:???
/*********************************************************************

    hect_tap.h

    Format code for Micronique cassette files

*********************************************************************/

#ifndef HECT_TAP_H
#define HECT_TAP_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(hector_cassette_formats);

#endif /* HECT_TAP_H */