mirror of
https://github.com/recp/cglm.git
synced 2026-01-03 06:09:59 +00:00
pre-compiled version
This commit is contained in:
21
include/cglm-call.h
Normal file
21
include/cglm-call.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* 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 */
|
||||
Reference in New Issue
Block a user