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