diff options
Diffstat (limited to 'include/rodeo/math/vec2_t.h')
| -rw-r--r-- | include/rodeo/math/vec2_t.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rodeo/math/vec2_t.h b/include/rodeo/math/vec2_t.h index 61b941e..22717c6 100644 --- a/include/rodeo/math/vec2_t.h +++ b/include/rodeo/math/vec2_t.h @@ -6,4 +6,12 @@ struct float x; float y; } +rodeo_math_vec2_val_t; + +typedef +union +{ + rodeo_math_vec2_val_t val; + float raw[2]; +} rodeo_math_vec2_t; |
