mame/src/lib/formats/lviv_lvt.h
2015-05-25 11:15:23 +02:00

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 */