vec2: add struct version for vec2 and vec2-ext

This commit is contained in:
Recep Aslantas
2020-02-25 14:34:11 +03:00
parent 638b9f6dbe
commit eb0d47cfa1
9 changed files with 778 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ extern "C" {
#include "cglm.h"
#include "types-struct.h"
#include "struct/vec2.h"
#include "struct/vec3.h"
#include "struct/vec4.h"
#include "struct/mat2.h"