diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-31 19:36:10 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-31 19:36:10 -0600 |
commit | 0a720a2259aa7b10475854964ebf74900456d229 (patch) | |
tree | fd34b35e49f1d27c1da873b7fa68d6b24104d04d /src/gameCommon.h | |
parent | fc6e0037a2f0769fdbd4c18bd96f49d55f630757 (diff) |
Sergente stuff working
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h index 089d891..0f2a049 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -6,6 +6,7 @@ #include <time.h> #include <ctype.h> #include <stdbool.h> +#include <limits.h> #include <raylib.h> #include <raymath.h> |