summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2019-05-17 16:43:56 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2019-05-24 14:23:57 +0300
commit2b9ed68d6a261bdabf4a6a3e205e42471c38d443 (patch)
tree6037d6c38d26d45c3488241fa168672c696aa689 /core/bind/core_bind.h
parentc088386c5b5e7631ce670cb4fa0e6563d29d0973 (diff)
downloadredot-engine-2b9ed68d6a261bdabf4a6a3e205e42471c38d443.tar.gz
Add native window/taskbar icon support for Windows and macOS.
Co-authored-by: Markus Törnqvist <mjt@nysv.org>
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index 2906de4a4a..cf2014ef27 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -275,6 +275,7 @@ public:
void set_use_file_access_save_and_swap(bool p_enable);
+ void set_native_icon(const String &p_filename);
void set_icon(const Ref<Image> &p_icon);
int get_exit_code() const;