diff options
author | nathan <nathansmith@disroot.org> | 2025-07-06 21:38:08 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-06 21:38:08 +0000 |
commit | 811d5bf064ce992bc742f55c112a777801126861 (patch) | |
tree | 5842fa0f76b2b0dbd4a04ac7a237b4d5753fdd1d /src/utils.h | |
parent | 1abde5cdf85269597b180d5e88e9d62798fc893c (diff) | |
download | FindThings-811d5bf064ce992bc742f55c112a777801126861.tar.gz FindThings-811d5bf064ce992bc742f55c112a777801126861.tar.bz2 FindThings-811d5bf064ce992bc742f55c112a777801126861.zip |
Finally smooth walking
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index c165e2c..e4cefee 100644 --- a/src/utils.h +++ b/src/utils.h @@ -2,6 +2,7 @@ #include <stdlib.h> #include <stdint.h> #include <math.h> +#include <float.h> #include <raylib.h> #include <raymath.h> |