Implement OS::set_icon in HTML5 platform

This commit is contained in:
Leon Krause 2018-09-16 19:37:36 +02:00
parent 2cf024ed91
commit 42c6a67dca
2 changed files with 53 additions and 0 deletions

View file

@ -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();