diff --git a/src/util/typedefs.h b/src/util/typedefs.h index 05a4e6f..b4a07ad 100644 --- a/src/util/typedefs.h +++ b/src/util/typedefs.h @@ -75,6 +75,11 @@ typedef union f32 w; f32 h; }; + struct + { + vec2 xy; + vec2 wh; + }; f32 c[4]; } mp_rect;