Add httpGet function

This commit is contained in:
Federico Cecchetto
2021-06-20 20:04:36 +02:00
parent e5083cd228
commit b1a29ded7d
11 changed files with 253 additions and 34 deletions

View File

@ -85,6 +85,8 @@ namespace scripting
{
current_file = filename;
printf("%s\n", filename);
const auto file_id = atoi(filename);
if (file_id)
{