mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
17 lines
345 B
C
17 lines
345 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sandro Ronco
|
|
/*********************************************************************
|
|
|
|
kc_cas.h
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef KC_CAS_H
|
|
#define KC_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(kc_cassette_formats);
|
|
|
|
#endif /* KC_CAS_H */
|