All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
12 lines
138 B
C
12 lines
138 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int feature_has(const char *name, int server_default);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|