add extend 2d class

This commit is contained in:
Gregory Wells
2025-09-17 13:50:39 -04:00
parent 9833dc3c12
commit 7d818db7f9

View File

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