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
7b4a8a4d4f
minecraft-pi-reborn
/
launcher
/
src
/
bootstrap.h
12 lines
123 B
C
Raw
Normal View
History
Unescape
Escape
Fixes
2021-01-27 21:26:19 +00:00
#
pragma once
Fix TripodCamera
2020-11-24 22:12:23 +00:00
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
2.0
2021-06-17 21:32:24 +00:00
void
bootstrap
(
int
argc
,
char
*
argv
[
]
)
;
Fix TripodCamera
2020-11-24 22:12:23 +00:00
#
ifdef __cplusplus
}
2.0
2021-06-17 21:32:24 +00:00
#
endif
Copy Permalink