#pragma once #include #include #include int download_file_from_srv(const char* url, const char* outputFileName);