summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ami_dsk.h
blob: 79eb92bee4a1a03de4d178ab3ac01552621a11f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*********************************************************************

    formats/ami_dsk.h

    Amiga disk images

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

#ifndef AMI_DSK_H_
#define AMI_DSK_H_

#include "flopimg.h"

LEGACY_FLOPPY_OPTIONS_EXTERN(amiga);
LEGACY_FLOPPY_OPTIONS_EXTERN(amiga_only);

#endif /*AMI_DSK_H_*/