blob: 48577653098d463f8827754ab74bca95adbf934a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
primoptp.h
Format code for Primo cassette files
*********************************************************************/
#ifndef PRIMOPTP_H
#define PRIMOPTP_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN( primo_ptp_format );
#endif /* PRIMOPTP_H */
|