blob: 6e419e9d47cd1e6bf98c5e918f1d17c479cf3711 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/*********************************************************************
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 */
|