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

@@ -5,18 +5,11 @@
* Full license can be found in the LICENSE file
*/
/*
TODO: GLdouble vs float ?
*/
#ifndef cglm_vcam_h
#define cglm_vcam_h
#ifndef glm_vcam_h
#define glm_vcam_h
#define _USE_MATH_DEFINES
#include "cglm.h"
#include "cglm-common.h"
#include "cglm-platform.h"
#include <math.h>
CGLM_INLINE
void
@@ -186,4 +179,4 @@ glm_lookat(vec3 eye,
dest[3][3] = 1;
}
#endif /* glm_vcam_h */
#endif /* cglm_vcam_h */