summaryrefslogtreecommitdiffstats
path: root/platform/web/godot_js.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/web/godot_js.h')
-rw-r--r--platform/web/godot_js.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/godot_js.h b/platform/web/godot_js.h
index 3a41f63fa3..660822e291 100644
--- a/platform/web/godot_js.h
+++ b/platform/web/godot_js.h
@@ -49,6 +49,7 @@ extern void godot_js_os_fs_sync(void (*p_callback)());
extern int godot_js_os_execute(const char *p_json);
extern void godot_js_os_shell_open(const char *p_uri);
extern int godot_js_os_hw_concurrency_get();
+extern int godot_js_os_has_feature(const char *p_ftr);
extern int godot_js_pwa_cb(void (*p_callback)());
extern int godot_js_pwa_update();