Files
ma/src/client_backend/zip.h

3 lines
94 B
C++

#pragma once
#include <string>
void unzip(const std::string& source, const std::string& dest);