diff options
| author | xolatile | 2024-04-23 10:00:40 -0400 |
|---|---|---|
| committer | xolatile | 2024-04-23 10:00:40 -0400 |
| commit | cffe810f431a57038dd816d5a1c09fc90f983b3c (patch) | |
| tree | 229d4a4f9e72511d9ef3cda57ffec125fe64e439 /raylib.ads | |
| parent | fba5a579897a9ce35d452a6ca0352aff04b3880d (diff) | |
| download | xolatile-raylib-ada-cffe810f431a57038dd816d5a1c09fc90f983b3c.tar.xz xolatile-raylib-ada-cffe810f431a57038dd816d5a1c09fc90f983b3c.tar.zst | |
Explaining examples and utter install script cancer...
Diffstat (limited to 'raylib.ads')
| -rw-r--r-- | raylib.ads | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3884,7 +3884,7 @@ package Raylib is X : Integer := 0; Y : Integer := 0; Size : Integer := 32; - Tint : Color := White + Tint : Color := Black ) with Import => True, Convention => C, @@ -3896,7 +3896,7 @@ package Raylib is Position : Vector_2D := (others => 0.0); Font_Size : Float := 0.0; Spacing : Float := 0.0; - Tint : Color := White + Tint : Color := Black ) with Import => True, Convention => C, @@ -3910,7 +3910,7 @@ package Raylib is Rotation : Float := 0.0; Font_Size : Float := 0.0; Spacing : Float := 0.0; - Tint : Color := White + Tint : Color := Black ) with Import => True, Convention => C, |
