From db659865c1cf6ea44989b0604cbe4df535208363 Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 24 Mar 2024 00:49:12 +0700 Subject: Set Window Icon --- raylib.ads | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'raylib.ads') diff --git a/raylib.ads b/raylib.ads index 77bf768..495a3f0 100644 --- a/raylib.ads +++ b/raylib.ads @@ -316,4 +316,9 @@ package Raylib is Import => True, Convention => C, External_Name => "SetSoundVolume"; + procedure Set_Window_Icon(Img: Image) + with + Import => True, + Convention => C, + External_Name => "SetWindowIcon"; end Raylib; -- cgit v1.2.3