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