implement vec2

This commit is contained in:
Recep Aslantas
2019-03-31 18:50:52 +03:00
parent 4c5451994f
commit 0729fd40a4
13 changed files with 742 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
#define cglm_h
#include "common.h"
#include "vec2.h"
#include "vec3.h"
#include "vec4.h"
#include "mat4.h"