8 lines
182 B
C++
8 lines
182 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void bootstrap();
|
|
void copy_sdk(const std::string &binary_directory, bool log_with_debug);
|
|
void bootstrap_mods(const std::string &binary_directory);
|