mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 17:09:40 +00:00
remove redundant comments
This commit is contained in:
@@ -5,12 +5,6 @@
|
|||||||
* Full license can be found in the LICENSE file
|
* Full license can be found in the LICENSE file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
Functions:
|
|
||||||
CGLM_INLINE void glm_mul(mat4 m1, mat4 m2, mat4 dest);
|
|
||||||
CGLM_INLINE void glm_inv_tr(mat4 mat);
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef cglm_affine_post_h
|
#ifndef cglm_affine_post_h
|
||||||
#define cglm_affine_post_h
|
#define cglm_affine_post_h
|
||||||
|
|
||||||
|
@@ -5,12 +5,6 @@
|
|||||||
* Full license can be found in the LICENSE file
|
* Full license can be found in the LICENSE file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
Functions:
|
|
||||||
CGLM_INLINE void glm_mul(mat4 m1, mat4 m2, mat4 dest);
|
|
||||||
CGLM_INLINE void glm_inv_tr(mat4 mat);
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef cglm_affine_pre_h
|
#ifndef cglm_affine_pre_h
|
||||||
#define cglm_affine_pre_h
|
#define cglm_affine_pre_h
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user