dashboard
repositories
filestore
activity
search
login
frameworks
/
humble-cloud
emscripten Humble Cloud interface
summary
reflog
commits
tree
tickets
docs
compare
blame
|
history
|
raw
start building some initial framework for cloud syncing
Edward Rudd
2014-08-20
6b0132005065e517f73d349aca8bc372a6f7e281
[frameworks/humble-cloud.git]
/
humble_cloud.h
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__