Vendor fetch.

This commit is contained in:
Christoffer Lerno
2023-01-06 14:00:51 +01:00
committed by Christoffer Lerno
parent ad48770977
commit 38be3d57dd
12 changed files with 210 additions and 5 deletions

View File

@@ -11,6 +11,9 @@
#include "direct.h"
#endif
#if FETCH_AVAILABLE
const char *download_file(const char *url, const char *resource, const char *file_path);
#endif
typedef struct StringSlice_
{