diff options
Diffstat (limited to 'include/rodeo/math/vec2_t.h')
| -rw-r--r-- | include/rodeo/math/vec2_t.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/rodeo/math/vec2_t.h b/include/rodeo/math/vec2_t.h new file mode 100644 index 0000000..61b941e --- /dev/null +++ b/include/rodeo/math/vec2_t.h @@ -0,0 +1,9 @@ +#pragma once + +typedef +struct +{ + float x; + float y; +} +rodeo_math_vec2_t; |
