From e9aa249a737d1daec9eab63fa2b2c984bbd4a18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wladislav=20=E3=83=B4=E3=83=A9=E3=83=89=20Artsimovich?= Date: Thu, 15 Jun 2023 17:42:06 +0900 Subject: [PATCH] Add forgotten function listing in comment --- include/cglm/affine-mat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cglm/affine-mat.h b/include/cglm/affine-mat.h index 1cd4973..c22c0e0 100644 --- a/include/cglm/affine-mat.h +++ b/include/cglm/affine-mat.h @@ -8,6 +8,7 @@ /* Functions: CGLM_INLINE void glm_mul(mat4 m1, mat4 m2, mat4 dest); + CGLM_INLINE void glm_mul_rot(mat4 m1, mat4 m2, mat4 dest); CGLM_INLINE void glm_inv_tr(mat4 mat); */