move mat3 print to util and insert mat3 to default header

This commit is contained in:
Recep Aslantas
2016-10-11 12:04:54 +03:00
parent 5344599ae4
commit 822923a035
3 changed files with 31 additions and 30 deletions

View File

@@ -20,6 +20,7 @@ typedef vec4 versor;
#include "cglm-vec.h"
#include "cglm-mat.h"
#include "cglm-mat3.h"
#include "cglm-util.h"
#include "cglm-affine.h"
#include "cglm-cam.h"