minecraft-pi-reborn/launcher/src/bootstrap.h
TheBrokenRail 379da809cd
All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
2.4.1
2022-07-20 02:58:14 -04:00

13 lines
167 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void pre_bootstrap(int argc, char *argv[]);
void bootstrap(int argc, char *argv[]);
#ifdef __cplusplus
}
#endif