implement download and open from the cloud browser

This commit is contained in:
2017-11-06 10:07:19 +00:00
parent 05c5bd1bdb
commit fc402d584a
7 changed files with 54 additions and 27 deletions

View File

@@ -92,7 +92,6 @@ public:
void initShaders();
void initAssets();
void initLayout();
void upload(std::string filename);
void create();
void terminate();
void clear();
@@ -129,6 +128,8 @@ public:
void cloud_upload_all();
void cloud_browse();
void upload(std::string filename);
void download(std::string filename);
void brush_update();