;ADFFS Filer
;-----------
;
;Author: Jonathan Abbott
; eMail: jon@jaspp.org.uk

#set    module_version = 286

#speed 1024

#strset a_v = STR$(module_version)
#strset version_string = LEFT$(a_v, 1) + "." + RIGHT$(a_v,2) + " (" + MID$(TIME$, 5, 11) + ")"

#base 0
#type &FFA
#name "<ADFFS$Dir>.ADFFSFiler"

#area external_constants .readonly
  #include "<Tmp$Dir>.riscos.constants"
  #include "<Tmp$Dir>.zlib.constants"
  #include "<Tmp$Dir>.adffs.SWItable"
  #include "<Tmp$Dir>.adffs.file_types.JFD_struct"
#end

#include "<Tmp$Dir>.adffsfiler.filer"
