restore project reloading

This commit is contained in:
BADIM-PC\Vadim
2018-02-13 16:02:05 +03:00
parent 375411979a
commit dd4fd77c27
3 changed files with 143 additions and 852 deletions

View File

@@ -268,4 +268,5 @@ typedef struct
NetVersion netVersionRequest(Net* net);
void netDirRequest(Net* net, const char* path, ListCallback callback, void* data);
void showMessageBox(const char* title, const char* message);
void showMessageBox(const char* title, const char* message);
void updateStudioProject();