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

14 lines
144 B
C

#pragma once
#include <symbols/minecraft.h>
#ifdef __cplusplus
extern "C" {
#endif
extern bool buckets_enabled;
#ifdef __cplusplus
}
#endif