implement multithreading for windows, implement file uploading when saving

This commit is contained in:
2017-11-03 21:27:33 +00:00
parent cfc4312c89
commit a3276906f9
8 changed files with 140 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ public:
void initShaders();
void initAssets();
void initLayout();
void upload(std::string filename);
void create();
void terminate();
void clear();