emscripten Humble Cloud interface
Edward Rudd
2014-08-20 6b0132005065e517f73d349aca8bc372a6f7e281
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __HUMBLE_CLOUD_H__
#define __HUMBLE_CLOUD_H__
 
#ifdef __cplusplus
extern "C" {
#endif
 
    bool humble_cloud_init();
 
#ifdef __cplusplus
};
#endif
 
#endif // __HUMBLE_CLOUD_H__