summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/tzx_cas.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/tzx_cas.h')
-rw-r--r--trunk/src/lib/formats/tzx_cas.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/tzx_cas.h b/trunk/src/lib/formats/tzx_cas.h
new file mode 100644
index 00000000000..5f8c4caf661
--- /dev/null
+++ b/trunk/src/lib/formats/tzx_cas.h
@@ -0,0 +1,16 @@
+/*
+
+ tzx_cas.h
+
+ Format code for tzx cassette files
+*/
+
+#ifndef TZX_CAS_H
+#define TZX_CAS_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(tzx_cassette_formats);
+CASSETTE_FORMATLIST_EXTERN(cdt_cassette_formats);
+
+#endif /* TZX_CAS_H */