#ifndef SIBS_CURL_HPP #define SIBS_CURL_HPP #include "Result.hpp" namespace sibs { class curl { public: static Result downloadFile(const char *url, const char *filepath); }; } #endif //SIBS_CURL_HPP