diff options
| author | eska | 2017-03-28 03:21:21 +0200 |
|---|---|---|
| committer | eska | 2017-03-29 13:27:43 +0200 |
| commit | 7df7e9cc8bbe25148698f4350123a42e17033881 (patch) | |
| tree | 1352fd16ae9cb0142f2ae7e3d0395e877716da90 /platform/javascript/os_javascript.h | |
| parent | efaeebab4d83e5657288b7b20db6ce4ccf987a01 (diff) | |
| download | godot-7df7e9cc8bbe25148698f4350123a42e17033881.tar.gz godot-7df7e9cc8bbe25148698f4350123a42e17033881.tar.zst godot-7df7e9cc8bbe25148698f4350123a42e17033881.zip | |
Diffstat (limited to 'platform/javascript/os_javascript.h')
| -rw-r--r-- | platform/javascript/os_javascript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index b16918b2d..265c6e7c5 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -177,7 +177,7 @@ public: virtual int get_power_seconds_left(); virtual int get_power_percent_left(); - OS_JavaScript(GFXInitFunc p_gfx_init_func, void *p_gfx_init_ud, GetDataDirFunc p_get_data_dir_func); + OS_JavaScript(const char *p_execpath, GFXInitFunc p_gfx_init_func, void *p_gfx_init_ud, GetDataDirFunc p_get_data_dir_func); ~OS_JavaScript(); }; |
