5 lines
99 B
C
5 lines
99 B
C
|
#pragma once
|
||
|
|
||
|
#include <string_view>
|
||
|
|
||
|
void extractBootstrapFiles(const std::string_view installer);
|