12 lines
137 B
C
12 lines
137 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void patch_mcpi_elf_dependencies(const char *linker);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|