mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
17 lines
333 B
C
17 lines
333 B
C
/*********************************************************************
|
|
|
|
wavfile.h
|
|
|
|
Format code for wave (*.wav) files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef WAVFILE_H
|
|
#define WAVFILE_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
extern const struct CassetteFormat wavfile_format;
|
|
|
|
#endif /* WAVFILE_H */
|