mame/src/lib/formats/uef_cas.h
2015-05-21 20:06:05 +02:00

19 lines
308 B
C

// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/*
uef_cas.h
Format code for uef cassette files
*/
#ifndef UEF_CAS_H
#define UEF_CAS_H
#include "cassimg.h"
extern const struct CassetteFormat uef_cassette_format;
CASSETTE_FORMATLIST_EXTERN(uef_cassette_formats);
#endif /* UEF_CAS_H */