diff options
author | nathan <nathansmith@disroot.org> | 2025-07-07 18:13:15 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-07 18:13:15 +0000 |
commit | 779ed23839fcabf53b72267f29e2f86a5691270e (patch) | |
tree | 5f3db2ac7a9e35e241d5406ea1e0090eb3672b28 /src/utils.h | |
parent | 811d5bf064ce992bc742f55c112a777801126861 (diff) | |
download | FindThings-779ed23839fcabf53b72267f29e2f86a5691270e.tar.gz FindThings-779ed23839fcabf53b72267f29e2f86a5691270e.tar.bz2 FindThings-779ed23839fcabf53b72267f29e2f86a5691270e.zip |
Working on BVH
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index e4cefee..08a7420 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,8 +1,10 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <string.h> #include <math.h> #include <float.h> +#include <stdbool.h> #include <raylib.h> #include <raymath.h> |