summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-05-27 12:09:42 +0200
committerGitHub <noreply@github.com>2019-05-27 12:09:42 +0200
commite8fbb28e207de4b3e6a50b4f683bbff0673360ab (patch)
tree3592784a29fee57e4e9f774ae68278f4288debf5 /core/bind/core_bind.h
parentd4e26fd588e2d136b19b4616a743d67f600c6192 (diff)
parent2b9ed68d6a261bdabf4a6a3e205e42471c38d443 (diff)
downloadredot-engine-e8fbb28e207de4b3e6a50b4f683bbff0673360ab.tar.gz
Merge pull request #29119 from bruvzg/native_icon_support
Add native window/taskbar icon support for Windows and macOS.
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 d4fa3bc735..3e46d24627 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;