mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
reemove redundant forward declerations
This commit is contained in:
@@ -40,10 +40,6 @@
|
||||
#include "mat4.h"
|
||||
#include "affine-mat.h"
|
||||
|
||||
CGLM_INLINE
|
||||
void
|
||||
glm_mat4_mul(mat4 m1, mat4 m2, mat4 dest);
|
||||
|
||||
/*!
|
||||
* @brief translate existing transform matrix by v vector
|
||||
* and stores result in same matrix
|
||||
|
||||
Reference in New Issue
Block a user