mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
16 lines
201 B
C
16 lines
201 B
C
/*
|
|
|
|
gtp_cas.h
|
|
|
|
Format code for gtp cassette files
|
|
*/
|
|
|
|
#ifndef GTP_CAS_H
|
|
#define GTP_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(gtp_cassette_formats);
|
|
|
|
#endif /* GTP_CAS_H */
|