mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
move types to individual header
* include cglm-common to all headers
This commit is contained in:
@@ -13,9 +13,10 @@
|
||||
#ifndef cglm_mat_h
|
||||
#define cglm_mat_h
|
||||
|
||||
#include "cglm.h"
|
||||
#include "cglm-common.h"
|
||||
#include "cglm-mat-simd-sse2.h"
|
||||
#include "cglm-mat-simd-avx.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#define GLM_MAT4_IDENTITY_INIT {{1.0f, 0.0f, 0.0f, 0.0f}, \
|
||||
|
Reference in New Issue
Block a user