diff options
Diffstat (limited to 'system/include/emscripten.h')
-rw-r--r-- | system/include/emscripten.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/emscripten.h b/system/include/emscripten.h index 7bb2ae8e..fa95645a 100644 --- a/system/include/emscripten.h +++ b/system/include/emscripten.h @@ -17,6 +17,7 @@ extern "C" { */ extern void emscripten_run_script(const char *script); extern int emscripten_run_script_int(const char *script); +extern void emscripten_async_run_script(const char *script, int millis); /* * Set a C function as the main event loop. The JS environment |