mat2 struct version

This commit is contained in:
Recep Aslantas
2019-08-31 14:36:57 +03:00
parent d86f5df776
commit 3640e402da
3 changed files with 283 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ extern "C" {
#include "types-struct.h"
#include "struct/vec3.h"
#include "struct/vec4.h"
#include "struct/mat2.h"
#include "struct/mat3.h"
#include "struct/mat4.h"
#include "struct/affine.h"