minecraft-pi-reborn/launcher/src/bootstrap.h
2021-06-17 17:32:24 -04:00

12 lines
123 B
C

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