summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/wavfile.h')
-rw-r--r--trunk/src/lib/formats/wavfile.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/wavfile.h b/trunk/src/lib/formats/wavfile.h
new file mode 100644
index 00000000000..ab769de5537
--- /dev/null
+++ b/trunk/src/lib/formats/wavfile.h
@@ -0,0 +1,16 @@
+/*********************************************************************
+
+ 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 */