minecraft-pi-reborn/mods/include/mods/compat/compat.h

13 lines
146 B
C
Raw Normal View History

2021-01-27 21:26:19 +00:00
#pragma once
2020-11-24 22:12:23 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2021-06-17 21:32:24 +00:00
int compat_check_exit_requested();
void compat_request_exit();
2020-11-24 22:12:23 +00:00
#ifdef __cplusplus
}
2021-06-17 21:32:24 +00:00
#endif