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