summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/oric_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/oric_dsk.h')
-rw-r--r--trunk/src/lib/formats/oric_dsk.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/oric_dsk.h b/trunk/src/lib/formats/oric_dsk.h
new file mode 100644
index 00000000000..851544da3d2
--- /dev/null
+++ b/trunk/src/lib/formats/oric_dsk.h
@@ -0,0 +1,18 @@
+/*********************************************************************
+
+ formats/oric_dsk.h
+
+ Oric disk images
+
+*********************************************************************/
+
+#ifndef ORIC_DSK_H
+#define ORIC_DSK_H
+
+#include "flopimg.h"
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(oric);
+
+#endif /* ORIC_DSK_H */