Add ivec2 files

This commit is contained in:
Christopher Lang
2022-05-16 22:41:04 +01:00
parent f7f0f66193
commit 4c85b970a9
9 changed files with 108 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ add_library(${PROJECT_NAME}
src/vec2.c
src/vec3.c
src/vec4.c
src/ivec2.c
src/mat2.c
src/mat3.c
src/mat4.c