minecraft-pi-reborn/launcher/src/bootstrap.h

8 lines
189 B
C
Raw Normal View History

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);
2024-05-20 20:37:55 +00:00
std::string bootstrap_mods(const std::string &binary_directory);