10 lines
242 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-07-05 03:24:27 -04:00
#include "options/parser.h"
void bootstrap(const options_t &options);
2024-05-12 03:19:01 -04:00
void copy_sdk(const std::string &binary_directory, bool log_with_debug);
2024-05-20 16:37:55 -04:00
std::string bootstrap_mods(const std::string &binary_directory);