summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/vt_dsk.h
blob: 7b5f1fe40984336fce5117c5ee8e986bcd27808a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:GPL-2.0+
// copyright-holders:Juergen Buchmueller
/*********************************************************************

    formats/vt_dsk.h

    Tandy Color Computer / Dragon disk images

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

#ifndef VT_DSK_H
#define VT_DSK_H

#include "flopimg.h"

LEGACY_FLOPPY_OPTIONS_EXTERN(vz);

#endif /* VT_DSK_H */