From ed9fa76925909f94512ef70280b90712e35c3ab7 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 14 Mar 2024 02:33:53 +0700 Subject: Introduce rough implementation of the palette editor --- raymath.ads | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'raymath.ads') diff --git a/raymath.ads b/raymath.ads index 18be3fe..1d38226 100644 --- a/raymath.ads +++ b/raymath.ads @@ -26,4 +26,10 @@ package Raymath is Import => True, Convention => C, External_Name => "Vector2Scale"; + type Vector3 is record + x: C_float; + y: C_float; + z: C_float; + end record + with Convention => C_Pass_By_Copy; end; -- cgit v1.2.3