Files
cglm/include/cglm/cglm.h
Recep Aslantas c98340d9d2 exracting planes
2017-12-30 12:18:32 +03:00

25 lines
422 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 "quat.h"
#include "euler.h"
#include "plane.h"
#include "util.h"
#include "io.h"
#endif /* cglm_h */