Skip to content

Commit

Permalink
macro for call api too
Browse files Browse the repository at this point in the history
  • Loading branch information
duarm committed Feb 23, 2024
1 parent 131ac68 commit 2374329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aabb2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#include "../include/cglm/cglm.h"
#include "../include/cglm/call.h"

/* DEPRECATED! use _diag */
#define glmc_aabb2d_size(aabb) glmc_aabb2d_diag(aabb)

CGLM_EXPORT
void
glmc_aabb2d_copy(vec2 aabb[2], vec2 dest[2]) {
Expand Down

0 comments on commit 2374329

Please sign in to comment.