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

13 lines
184 B
C

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