summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/hect_tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/hect_tap.h')
-rw-r--r--trunk/src/lib/formats/hect_tap.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/hect_tap.h b/trunk/src/lib/formats/hect_tap.h
new file mode 100644
index 00000000000..893c3193510
--- /dev/null
+++ b/trunk/src/lib/formats/hect_tap.h
@@ -0,0 +1,17 @@
+/*********************************************************************
+
+ hect_tap.h
+
+ Format code for Micronique cassette files
+
+*********************************************************************/
+
+#ifndef HECT_TAP_H
+#define HECT_TAP_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(hector_cassette_formats);
+
+#endif /* HECT_TAP_H */
+