From 7d818db7f92a6c9a7bf147e5c51c112fc0747cb3 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Wed, 17 Sep 2025 13:50:39 -0400 Subject: [PATCH] add extend 2d class --- utils/math/gryphn_vec2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/math/gryphn_vec2.h b/utils/math/gryphn_vec2.h index 6adefba..1446ede 100644 --- a/utils/math/gryphn_vec2.h +++ b/utils/math/gryphn_vec2.h @@ -17,6 +17,7 @@ typedef struct gnUInt2 { struct { uint32_t x, y; }; }; } gnUInt2; +typedef gnUInt2 gnExtent2D; typedef struct gnInt2 { union {