mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
move types to individual header
* include cglm-common to all headers
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
#ifndef cglm_affine_mat_h
|
||||
#define cglm_affine_mat_h
|
||||
|
||||
#include "cglm.h"
|
||||
#include "cglm-common.h"
|
||||
#include "cglm-mat.h"
|
||||
#include "cglm-mat3.h"
|
||||
#include "cglm-affine-mat-sse2.h"
|
||||
#include "cglm-affine-mat-avx.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
CGLM_INLINE
|
||||
|
Reference in New Issue
Block a user