diff options
Diffstat (limited to 'raylib.ads')
-rw-r--r-- | raylib.ads | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |