2021-01-27 21:26:19 +00:00
|
|
|
#pragma once
|
2020-11-24 22:12:23 +00:00
|
|
|
|
2024-05-12 07:19:01 +00:00
|
|
|
#include <string>
|
2020-11-24 22:12:23 +00:00
|
|
|
|
2024-05-12 07:19:01 +00:00
|
|
|
void bootstrap();
|
|
|
|
void copy_sdk(const std::string &binary_directory, bool log_with_debug);
|
|
|
|
void bootstrap_mods(const std::string &binary_directory);
|