summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/pmd_pmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/pmd_pmd.h')
-rw-r--r--trunk/src/lib/formats/pmd_pmd.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/pmd_pmd.h b/trunk/src/lib/formats/pmd_pmd.h
new file mode 100644
index 00000000000..d33f286fa0e
--- /dev/null
+++ b/trunk/src/lib/formats/pmd_pmd.h
@@ -0,0 +1,16 @@
+/*********************************************************************
+
+ pmd_pmd.h
+
+ Format code for PMD-85 casette files
+
+*********************************************************************/
+
+#ifndef PMD_PMD_H
+#define PMD_PMD_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(pmd85_pmd_format);
+
+#endif /* PMD_PMD_H */