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,7 +8,7 @@
|
||||
#ifndef cglm_mat3_h
|
||||
#define cglm_mat3_h
|
||||
|
||||
#include "cglm.h"
|
||||
#include "cglm-common.h"
|
||||
#include "cglm-mat3-simd-sse2.h"
|
||||
|
||||
#define GLM_MAT3_IDENTITY_INIT {{1.0f, 0.0f, 0.0f}, \
|
||||
|
||||
Reference in New Issue
Block a user