From 3fad142df592a37458fd2f511f4688452ec41904 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 21 Mar 2024 02:28:47 +0700 Subject: Animate transition between the eye states --- raymath.ads | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'raymath.ads') diff --git a/raymath.ads b/raymath.ads index 4447d45..81f2a37 100644 --- a/raymath.ads +++ b/raymath.ads @@ -42,4 +42,9 @@ package Raymath is z: C_float; end record with Convention => C_Pass_By_Copy; + function Vector2_Lerp(V1, V2: Vector2; Amount: C_Float) return Vector2 + with + Import => True, + Convention => C, + External_Name => "Vector2Lerp"; end; -- cgit v1.2.3