#ifndef __HUMBLE_CLOUD_H__ #define __HUMBLE_CLOUD_H__ #include #ifdef __cplusplus extern "C" { #endif bool humble_init(); void humble_sync(); void humble_fetch_asset_data(const char* url, void *arg, em_async_wget_onload_func onload, em_arg_callback_func onerror); #ifdef __cplusplus }; #endif #endif // __HUMBLE_CLOUD_H__