TheBrokenRail
d0c2b98ca6
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
12 lines
143 B
C
12 lines
143 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char *get_full_library_search_path(); // Remember To free()
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|