blob: ee31a42caf679d819c0e7a91c2d714c3cf97fbc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
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 */
|