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

13 lines
211 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void patch_mcpi_elf_dependencies(const char *original_path, const char *linker);
char *patch_get_interpreter(const char *file);
#ifdef __cplusplus
}
#endif