blob: e34e3eb207c78fb66ae2b72021b807cfb5852792 (
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
/*********************************************************************
lviv_lvt.h
Format code for Lviv cassette files
*********************************************************************/
#ifndef LVIV_LVT_H
#define LVIV_LVT_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(lviv_lvt_format);
#endif /* LVIV_LVT_H */
|