Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
12 lines
123 B
C
12 lines
123 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void bootstrap(int argc, char *argv[]);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|