summaryrefslogblamecommitdiffstatshomepage
path: root/src/lib/formats/atari_dsk.h
blob: 3ae04603e67079c3c2e18c60d2343528ffa4ab58 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

                                      












                                                                      
                                         

                        
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************

    formats/atari_dsk.h

    Atari disk images

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

#ifndef ATARI_DSK_H
#define ATARI_DSK_H

#include "flopimg.h"

LEGACY_FLOPPY_OPTIONS_EXTERN(atari_only);

#endif /* ATARI_DSK_H */