This website requires JavaScript.
Explore
Help
Sign In
taylorthemushroom
/
minecraft-pi-reborn
Watch
1
Star
0
Fork
0
You've already forked minecraft-pi-reborn
forked from
minecraft-pi-reborn/minecraft-pi-reborn
Code
Pull Requests
Activity
4aeb2fd95b
minecraft-pi-reborn
/
mods
/
src
/
home
/
home.h
12 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
2.0
2021-06-17 21:32:24 +00:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
Show Reborn Version In Start Screen
2021-06-28 20:00:52 +00:00
char
*
home_get
(
)
;
2.0
2021-06-17 21:32:24 +00:00
#
ifdef __cplusplus
}
#
endif
Copy Permalink