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

18 lines
269 B
C

// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*
orao_cas.h
Format code for orao cassette files
*/
#ifndef ORAO_CAS_H
#define ORAO_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(orao_cassette_formats);
#endif /* ORAO_CAS_H */