Files
cglm/include/cglm/cglm.h
Recep Aslantas 8b2c74b0cc bounding box
2018-01-18 16:36:58 +03:00

27 lines
460 B
C

/*
* Copyright (c), Recep Aslantas.
*
* MIT License (MIT), http://opensource.org/licenses/MIT
* Full license can be found in the LICENSE file
*/
#ifndef cglm_h
#define cglm_h
#include "common.h"
#include "vec3.h"
#include "vec4.h"
#include "mat4.h"
#include "mat3.h"
#include "affine.h"
#include "cam.h"
#include "frustum.h"
#include "quat.h"
#include "euler.h"
#include "plane.h"
#include "box.h"
#include "util.h"
#include "io.h"
#endif /* cglm_h */