summaryrefslogtreecommitdiff
path: root/raylib.ads
diff options
context:
space:
mode:
Diffstat (limited to 'raylib.ads')
-rw-r--r--raylib.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/raylib.ads b/raylib.ads
index 1edc1ed..7cc5ddb 100644
--- a/raylib.ads
+++ b/raylib.ads
@@ -201,4 +201,9 @@ package Raylib is
Import => True,
Convention => C,
External_Name => "ExportImage";
+ procedure Draw_Triangle(V1, V2, V3: Vector2; C: Color)
+ with
+ Import => True,
+ Convention => C,
+ External_Name => "DrawTriangle";
end Raylib;