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

18 lines
264 B
C

// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*
gtp_cas.h
Format code for gtp cassette files
*/
#ifndef GTP_CAS_H
#define GTP_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(gtp_cassette_formats);
#endif /* GTP_CAS_H */