/* * Copyright (c), Recep Aslantas. * * MIT License (MIT), http://opensource.org/licenses/MIT * Full license can be found in the LICENSE file */ #ifndef cglm_call_h #define cglm_call_h #include "cglm.h" #include "call/cglmc-vec.h" #include "call/cglmc-mat.h" #include "call/cglmc-mat3.h" #include "call/cglmc-affine.h" #include "call/cglmc-cam.h" #include "call/cglmc-quat.h" #include "call/cglmc-euler.h" #include "call/cglmc-io.h" #endif /* cglm_call_h */