add removed functions as macro as DEPRECATED

This commit is contained in:
Recep Aslantas
2017-05-21 12:28:06 +03:00
parent 02513b77c1
commit f90d3f5faf
6 changed files with 24 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ extern "C" {
#include "../cglm.h"
/* DEPRECATED! use _copy, _ucopy versions */
#define glmc_mat3_dup(mat, dest) glmc_mat3_copy(mat, dest)
CGLM_EXPORT
void
glmc_mat3_copy(mat3 mat, mat3 dest);