blob: 9629e1024d02da5a1d1db82a23581b64a9dd2523 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
lviv_lvt.h
Format code for Lviv casette files
*********************************************************************/
#ifndef LVIV_LVT_H
#define LVIV_LVT_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(lviv_lvt_format);
#endif /* LVIV_LVT_H */
|