reemove redundant forward declerations

This commit is contained in:
Recep Aslantas
2020-03-06 23:33:27 +03:00
parent b3a464bf89
commit 7eada03909
4 changed files with 1 additions and 13 deletions

View File

@@ -39,10 +39,6 @@
#include "vec4.h"
#include "mat4.h"
CGLM_INLINE
mat4s
glms_mat4_mul(mat4s m1, mat4s m2);
/*!
* @brief translate existing transform matrix by v vector
* and stores result in same matrix

View File

@@ -66,7 +66,7 @@
/*!
* @brief init vec2 using vec2
*
* @param[in] v4 vector3
* @param[in] v3 vector3
* @returns destination
*/
CGLM_INLINE