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