mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
19 lines
396 B
C
19 lines
396 B
C
// 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 */
|