TheBrokenRail
d851a8f3e1
All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
12 lines
130 B
C
12 lines
130 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char *override_get_path(const char *filename);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|