tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ExtractEngine.h (291B)


      1 // ExtractEngine.h
      2 
      3 #ifndef __EXTRACT_ENGINE_H
      4 #define __EXTRACT_ENGINE_H
      5 
      6 #include "../../UI/Common/LoadCodecs.h"
      7 
      8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
      9    bool showProgress, bool &isCorrupt, UString &errorMessage);
     10 
     11 #endif