blob: 75418a84ff50738e9f70b1782eab3f4f438762c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
pmd_cas.h
Format code for PMD-85 casette files
*********************************************************************/
#ifndef PMD_CAS_H
#define PMD_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(pmd85_cassette_formats);
#endif /* PMD_CAS_H */
|