minecraft-pi-reborn/mods/src/home/home.h
TheBrokenRail d0c2b98ca6
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
2.0
2021-06-17 17:32:24 -04:00

16 lines
190 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#ifdef MCPI_SERVER_MODE
char *home_get_launch_directory();
#endif
char *home_get(); // Remember To free()
#ifdef __cplusplus
}
#endif