diff options
author | rexim <reximkut@gmail.com> | 2024-03-24 00:49:12 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-24 00:49:12 +0700 |
commit | db659865c1cf6ea44989b0604cbe4df535208363 (patch) | |
tree | 47f1e88c23d822bebfd501d8a6501ac16c2c4afe /raylib.ads | |
parent | 396c80a13928859ce3d447ec84226b297dfaa3ce (diff) |
Set Window Icon
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; |