single file cloud upload
This commit is contained in:
@@ -121,14 +121,16 @@ public:
|
||||
void init_menu_layer();
|
||||
void dialog_newdoc();
|
||||
void dialog_save();
|
||||
void dialog_save_ver();
|
||||
void dialog_open();
|
||||
void dialog_browse();
|
||||
void dialog_export();
|
||||
void dialog_layer_rename();
|
||||
|
||||
void cloud_upload();
|
||||
void cloud_upload_all();
|
||||
void cloud_browse();
|
||||
void upload(std::string filename);
|
||||
void upload(std::string filename, std::string name = "");
|
||||
void download(std::string filename);
|
||||
|
||||
void brush_update();
|
||||
|
||||
Reference in New Issue
Block a user