TheBrokenRail
d0c2b98ca6
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
13 lines
146 B
C
13 lines
146 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int compat_check_exit_requested();
|
|
void compat_request_exit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|