blob: 3f45cd41d0558e7e4d296f90c7d5ff3896703a1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*********************************************************************
cgen_cas.h
Format code for EACA Colour Genie .cas casette files.
*********************************************************************/
#ifndef __CGEN_CAS_H
#define __CGEN_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(cgenie_cassette_formats);
#endif /* __CGEN_CAS_H */
|