5 lines
No EOL
133 B
C++
5 lines
No EOL
133 B
C++
#pragma once
|
|
|
|
#include <string_view>
|
|
|
|
void extractBootstrapFiles(const std::string_view installer, const std::string_view directory); |