minecraft-pi-reborn/launcher/src/bootstrap.h
2024-05-12 03:19:01 -04:00

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);