minecraft-pi-reborn/mods/src/compat/compat.h
TheBrokenRail d0c2b98ca6
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
2.0
2021-06-17 17:32:24 -04:00

13 lines
146 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
int compat_check_exit_requested();
void compat_request_exit();
#ifdef __cplusplus
}
#endif