summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/csw_cas.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-05-06 19:42:26 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-05-06 19:42:26 +0000
commit62d841c2703286b34983eb8dae174ecbf2c82c5f (patch)
treed97a50172e47372637a155978f3096618da8c275 /src/lib/formats/csw_cas.h
parent987909ff31107893c4b748d86d97619db48c4b47 (diff)
Moved format handling and all formats to separate library [Miodrag Milanovic]
Diffstat (limited to 'src/lib/formats/csw_cas.h')
-rw-r--r--src/lib/formats/csw_cas.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/formats/csw_cas.h b/src/lib/formats/csw_cas.h
new file mode 100644
index 00000000000..89e7800aa51
--- /dev/null
+++ b/src/lib/formats/csw_cas.h
@@ -0,0 +1,15 @@
+/*
+ csw_cas.h
+
+ Format code for csw cassette files
+*/
+
+#ifndef CSW_CAS_H
+#define CSW_CAS_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(csw_cassette_formats);
+CASSETTE_FORMATLIST_EXTERN(bbc_cassette_formats);
+
+#endif /* CSW_CAS_H */