mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
10 lines
131 B
C
10 lines
131 B
C
#ifndef APFCAS_H
|
|
#define APFCAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(apf_cassette_formats);
|
|
|
|
|
|
#endif /* APFCAS_H */
|