This website requires JavaScript.
Explore
Help
Sign In
dimaguy
/
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
e252afbe22
minecraft-pi-reborn
/
mods
/
src
/
misc
/
misc.h
11 lines
104 B
C
Raw
Normal View
History
Unescape
Escape
Fixes
2021-01-27 21:26:19 +00:00
#
pragma once
Refactor
2020-12-02 23:18:49 +00:00
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
void
init_misc_cpp
(
)
;
#
ifdef __cplusplus
}
#
endif
Copy Permalink