mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Add drop files function
This commit is contained in:
parent
d2eef39731
commit
6a49b83e39
4 changed files with 187 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue