summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/hect_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/hect_dsk.h')
-rw-r--r--trunk/src/lib/formats/hect_dsk.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/hect_dsk.h b/trunk/src/lib/formats/hect_dsk.h
new file mode 100644
index 00000000000..f8ea5d46a54
--- /dev/null
+++ b/trunk/src/lib/formats/hect_dsk.h
@@ -0,0 +1,19 @@
+/*********************************************************************
+
+ formats/hect_dsk.h
+
+ Hector disk images
+
+*********************************************************************/
+
+#ifndef HECT_DSK_H
+#define HECT_DSK_H
+
+#include "flopimg.h"
+
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(hector_disc2);
+LEGACY_FLOPPY_OPTIONS_EXTERN(hector_minidisc);
+#endif /* HECT_DSK_H */