mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
16 lines
288 B
C
16 lines
288 B
C
/*********************************************************************
|
|
|
|
kc_cas.h
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef KC_CAS_H
|
|
#define KC_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(kc_cassette_formats);
|
|
|
|
#endif /* KC_CAS_H */
|
|
|