summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/uef_cas.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/uef_cas.h')
-rw-r--r--trunk/src/lib/formats/uef_cas.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/uef_cas.h b/trunk/src/lib/formats/uef_cas.h
new file mode 100644
index 00000000000..6c77d63a9a3
--- /dev/null
+++ b/trunk/src/lib/formats/uef_cas.h
@@ -0,0 +1,16 @@
+/*
+ uef_cas.h
+
+ Format code for uef cassette files
+*/
+
+#ifndef UEF_CAS_H
+#define UEF_CAS_H
+
+#include "cassimg.h"
+
+extern const struct CassetteFormat uef_cassette_format;
+
+CASSETTE_FORMATLIST_EXTERN(uef_cassette_formats);
+
+#endif /* UEF_CAS_H */