diff options
author | 2011-05-06 19:42:26 +0000 | |
---|---|---|
committer | 2011-05-06 19:42:26 +0000 | |
commit | 62d841c2703286b34983eb8dae174ecbf2c82c5f (patch) | |
tree | d97a50172e47372637a155978f3096618da8c275 /src/lib/formats/vt_dsk.h | |
parent | 987909ff31107893c4b748d86d97619db48c4b47 (diff) |
Moved format handling and all formats to separate library [Miodrag Milanovic]
Diffstat (limited to 'src/lib/formats/vt_dsk.h')
-rw-r--r-- | src/lib/formats/vt_dsk.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/formats/vt_dsk.h b/src/lib/formats/vt_dsk.h new file mode 100644 index 00000000000..4fce0f9cbb5 --- /dev/null +++ b/src/lib/formats/vt_dsk.h @@ -0,0 +1,16 @@ +/********************************************************************* + + formats/vt_dsk.h + + Tandy Color Computer / Dragon disk images + +*********************************************************************/ + +#ifndef VT_DSK_H +#define VT_DSK_H + +#include "flopimg.h" + +FLOPPY_OPTIONS_EXTERN(vz); + +#endif /* VT_DSK_H */ |