mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
12 lines
203 B
C
12 lines
203 B
C
// license:BSD-3-Clause
|
|
// copyright-holders: Original author, Robbbert
|
|
#ifndef APFCAS_H
|
|
#define APFCAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(apf_cassette_formats);
|
|
|
|
|
|
#endif /* APFCAS_H */
|