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

    Format code for uef cassette files
*/

#ifndef UEF_CAS_H
#define UEF_CAS_H

#include "cassimg.h"

extern const struct CassetteFormat uef_cassette_format;

CASSETTE_FORMATLIST_EXTERN(uef_cassette_formats);

#endif /* UEF_CAS_H */