Compress.hx 81 B

12345
  1. package cpp.zip;
  2. #if (haxe_ver < 3.4)
  3. typedef Compress = haxe.zip.Compress;
  4. #end