All checks were successful
CI / Build (AMD64, Server) (push) Successful in 12m14s
CI / Build (AMD64, Client) (push) Successful in 12m31s
CI / Build (ARM64, Server) (push) Successful in 13m10s
CI / Build (ARM64, Client) (push) Successful in 15m41s
CI / Build (ARMHF, Server) (push) Successful in 8m59s
CI / Build (ARMHF, Client) (push) Successful in 11m26s
CI / Test (Server) (push) Successful in 13m8s
CI / Test (Client) (push) Successful in 16m47s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 8m9s
14 lines
215 B
C
14 lines
215 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define MCPI_PATCHED_DIR "/tmp/.minecraft-pi-patched"
|
|
|
|
void patch_mcpi_elf_dependencies(const char *original_path, char *new_path);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|