8 lines
182 B
C
Raw Normal View History

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