blob: 2c73b5cfee92a97468dda64c156834ea15964cb1 (
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:Sean Young
/*********************************************************************
svi_cas.h
Format code for SVI cassette files
*********************************************************************/
#ifndef SVI_CAS_H
#define SVI_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(svi_cassette_formats);
#endif /* SVI_CAS_H */
|