diff options
author | Leon Krause <lk@leonkrause.com> | 2018-09-16 19:37:36 +0200 |
---|---|---|
committer | Leon Krause <lk@leonkrause.com> | 2018-09-16 20:46:21 +0200 |
commit | 42c6a67dcac26e9c313dc96b2493a167b09f13a1 (patch) | |
tree | 6a8d46ed495f1064f803da22682d7f23344d0125 /platform/javascript/os_javascript.h | |
parent | 2cf024ed916abf565011b254ea4f69c04781964c (diff) | |
download | redot-engine-42c6a67dcac26e9c313dc96b2493a167b09f13a1.tar.gz |
Implement OS::set_icon in HTML5 platform
Diffstat (limited to 'platform/javascript/os_javascript.h')
-rw-r--r-- | platform/javascript/os_javascript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index f40fb8fc7e..ddcbf8c7c9 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -135,6 +135,7 @@ public: virtual void alert(const String &p_alert, const String &p_title = "ALERT!"); virtual void set_window_title(const String &p_title); + virtual void set_icon(const Ref<Image> &p_icon); String get_executable_path() const; virtual Error shell_open(String p_uri); virtual String get_name(); |