blob: 006dd61a20c9a7b1a0c81e892328eb44535ba2bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:???
// copyright-holders:Krzysztof Strzecha
/*********************************************************************
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 */
|