mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
17 lines
331 B
C
17 lines
331 B
C
/*********************************************************************
|
|
|
|
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 */
|