1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-01 18:51:18 +00:00

Add drop files function

This commit is contained in:
Fabio Alessandrelli
2020-05-08 18:53:33 +02:00
parent d2eef39731
commit 6a49b83e39
4 changed files with 187 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ int main(int argc, char *argv[]) {
FS.syncfs(true, function(err) {
ccall('main_after_fs_sync', null, ['string'], [err ? err.message : ""])
});
);
/* clang-format on */