minecraft-pi-reborn/mods/src/feature/feature.h
TheBrokenRail f9e893d1c3
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Refactor
2020-12-02 18:18:49 -05:00

17 lines
174 B
C

#ifndef FEATURE_H
#define FEATURE_H
#ifdef __cplusplus
extern "C" {
#endif
int feature_has(const char *name);
int feature_get_mode();
#ifdef __cplusplus
}
#endif
#endif