mirror of
https://github.com/recp/cglm.git
synced 2026-08-30 18:52:49 -05:00
address review comments
- use relative includes for cglm/call/ headers - explicitly include stdio in cglm/call/io.h - update call documentation
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "cglm/common.h"
|
||||
#include "../common.h"
|
||||
|
||||
/* DEPRECATED! use _copy, _ucopy versions */
|
||||
#define glmc_mat3_dup(mat, dest) glmc_mat3_copy(mat, dest)
|
||||
|
||||
Reference in New Issue
Block a user