minecraft-pi-reborn/mods/include/mods/home/home.h

12 lines
101 B
C
Raw Normal View History

2021-06-17 21:32:24 +00:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
2021-06-28 20:00:52 +00:00
char *home_get();
2021-06-17 21:32:24 +00:00
#ifdef __cplusplus
}
#endif