mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
move types to individual header
* include cglm-common to all headers
This commit is contained in:
@@ -8,11 +8,10 @@
|
||||
#ifndef cglm_quat_h
|
||||
#define cglm_quat_h
|
||||
|
||||
#include "cglm.h"
|
||||
#include "cglm-vec.h"
|
||||
#include "cglm-common.h"
|
||||
#include "cglm-intrin.h"
|
||||
#include "cglm-quat-simd.h"
|
||||
#include <math.h>
|
||||
#include "cglm-vec.h"
|
||||
|
||||
CGLM_INLINE
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user