Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
13 lines
142 B
C
13 lines
142 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int feature_has(const char *name);
|
|
int feature_get_mode();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|