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