Add ivec3 and ivec4 files

This commit is contained in:
Christopher Lang
2022-05-17 16:04:47 +01:00
parent ee09707c1c
commit d582146d9a
13 changed files with 213 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ add_library(${PROJECT_NAME}
src/vec3.c
src/vec4.c
src/ivec2.c
src/ivec3.c
src/ivec4.c
src/mat2.c
src/mat3.c
src/mat4.c