#ifndef __HUMBLE_CLOUD_H__ #define __HUMBLE_CLOUD_H__ #ifdef __cplusplus extern "C" { #endif bool humble_cloud_init(); #ifdef __cplusplus }; #endif #endif // __HUMBLE_CLOUD_H__