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

@@ -15,6 +15,7 @@
#include "test_vec2.h"
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_ivec2.h"
#include "test_mat2.h"
#include "test_mat3.h"
#include "test_mat4.h"
@@ -39,6 +40,7 @@
#include "test_vec2.h"
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_ivec2.h"
#include "test_mat2.h"
#include "test_mat3.h"
#include "test_mat4.h"