blob: 37e62c48b315bc1aff50efa8da24be579e8493d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
svi_cas.h
Format code for SVI casette files
*********************************************************************/
#ifndef SVI_CAS_H
#define SVI_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(svi_cassette_formats);
#endif /* SVI_CAS_H */
|