Compare commits

..

1 Commits

Author SHA1 Message Date
Gregory Wells
7d818db7f9 add extend 2d class 2025-09-17 13:50:39 -04:00

View File

@@ -17,6 +17,7 @@ typedef struct gnUInt2 {
struct { uint32_t x, y; }; struct { uint32_t x, y; };
}; };
} gnUInt2; } gnUInt2;
typedef gnUInt2 gnExtent2D;
typedef struct gnInt2 { typedef struct gnInt2 {
union { union {