summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/agat840k_hle_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/agat840k_hle_dsk.h')
-rw-r--r--src/lib/formats/agat840k_hle_dsk.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lib/formats/agat840k_hle_dsk.h b/src/lib/formats/agat840k_hle_dsk.h
new file mode 100644
index 00000000000..dad245e3335
--- /dev/null
+++ b/src/lib/formats/agat840k_hle_dsk.h
@@ -0,0 +1,17 @@
+// license:BSD-3-Clause
+// copyright-holders:Sergey Svishchev
+/*********************************************************************
+
+ formats/agat840k_hle_dsk.h
+
+*********************************************************************/
+
+#ifndef AGAT840K_HLE_DSK_H_
+#define AGAT840K_HLE_DSK_H_
+
+#include "flopimg.h"
+#include "formats/basicdsk.h"
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(agat840k_hle);
+
+#endif /* AGAT840K_HLE_DSK_H_ */