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

6 lines
47 B
C
Raw Normal View History

2021-06-17 21:32:24 +00:00
#pragma once
2024-04-08 03:29:23 +00:00
extern "C" {
2021-06-28 20:00:52 +00:00
char *home_get();
2024-04-08 03:29:23 +00:00
}