blob: d32343dddc6a834e9ae25129b71a016d538aa642 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:BSD-3-Clause
// 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 */
|