diff options
Diffstat (limited to '')
-rw-r--r-- | libaxl_next_depth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libaxl_next_depth.c b/libaxl_next_depth.c new file mode 100644 index 0000000..c14c977 --- /dev/null +++ b/libaxl_next_depth.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +extern inline const struct libaxl_depth *libaxl_next_depth(const struct libaxl_depth *depth); |