move types to individual header

* include cglm-common to all headers
This commit is contained in:
Recep Aslantas
2016-10-13 23:44:02 +03:00
parent 34eae7422b
commit bdcea86ac6
19 changed files with 61 additions and 42 deletions

View File

@@ -8,11 +8,12 @@
#ifndef cglm_affine_mat_h
#define cglm_affine_mat_h
#include "cglm.h"
#include "cglm-common.h"
#include "cglm-mat.h"
#include "cglm-mat3.h"
#include "cglm-affine-mat-sse2.h"
#include "cglm-affine-mat-avx.h"
#include <assert.h>
CGLM_INLINE