TheBrokenRail
472f5d67a5
All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
12 lines
113 B
C
12 lines
113 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int creative_is_restricted();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|