aboutsummaryrefslogtreecommitdiff
path: root/raylib.ads
diff options
context:
space:
mode:
Diffstat (limited to 'raylib.ads')
-rw-r--r--raylib.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/raylib.ads b/raylib.ads
index 6bb4a4d..e1a2e20 100644
--- a/raylib.ads
+++ b/raylib.ads
@@ -601,6 +601,9 @@ package Raylib is
type Color_Range is range 0 .. 2**8 - 1;
type Index_Range is range 0 .. 2**16 - 1;
+ for Color_Range'Size use 8;
+ for Index_Range'Size use 16;
+
type Pointer is access all System.Address;
type Vector_2D is record